@charset "UTF-8";
@import "swiper-bundle.min.css";
@import "nouislider.min.css";
@import "datepicker.css";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?");
  src: url("fonts/icomoon.eot?") format("embedded-opentype"), url("fonts/icomoon.ttf?") format("truetype"), url("fonts/icomoon.woff?") format("woff"), url("fonts/icomoon.svg?") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doc-d:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-cross-r:before {
  content: "";
}

.icon-arrow-down-s:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-t-r:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-fullscr:before {
  content: "";
}

.icon-reset:before {
  content: "";
}

.icon-tip:before {
  content: "";
}

.icon-you:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-arrow-r:before {
  content: "";
}

.icon-arrow-l:before {
  content: "";
}

.icon-chev-l:before {
  content: "";
}

.icon-chev-r:before {
  content: "";
}

.icon-like:before {
  content: "";
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

.icon-like:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

.icon-like > * {
  z-index: 5;
}

.icon-like:hover:before {
  opacity: 0;
}
.icon-like:hover:after {
  opacity: 1;
}

.icon-logo:before {
  content: "";
}

.icon-logo-s .path1:before {
  content: "";
  color: #3e3e3e;
}

.icon-logo-s .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-logo-s .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-logo-s .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-s-dzen:before {
  content: "";
}

.icon-tele:before {
  content: "";
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  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;
}

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

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

ul, ol {
  margin: 0;
}

* {
  position: relative;
  outline: none;
  box-sizing: border-box;
  overscroll-behavior: none;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

html, body {
  width: 100%;
}

body {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  background: #ffffff;
  color: #262626;
}

.lock-scroll {
  overflow: hidden;
  padding-right: 17px;
}
@media screen and (max-width: 960px) {
  .lock-scroll {
    padding-right: 0;
  }
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus, a.active {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 10px 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

#ajaxWrapper {
  width: 100%;
  min-height: 100vh;
}
span[data-href],
div[data-href] {
  cursor: pointer;
}
.jq_hidden {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease 0s;
}
.jq_hidden.jq_active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #CDCDCD;
  background-color: #ffffff;
}
#menu .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
  background-color: #ffffff;
}
#menu .wrapper .l-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 3vw;
}
#menu .wrapper .r-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 3vw;
}
#menu .logo {
  font-size: 26px;
}
#menu .main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 16px;
  padding: 20px 0;
}
a.root-item.has-sub-menu.cat-drop-btn,a.root-item {
  padding: 5px;
}
#menu .main-nav ul li {
  font-size: 14px;
  padding: 6px 0;
  font-weight: 600;
  overflow: hidden;
}
#menu .main-nav ul li:after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #262626;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#menu .main-nav ul li.active:after, #menu .main-nav ul li:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu .ctrls-block {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
  font-size: 24px;
}
#menu .ctrls-block .search-block {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .ctrls-block .search-block .search-form {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#menu .ctrls-block .search-block .search-form input {
  background-color: #F5F6F9;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 14px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#menu .ctrls-block .search-block .search-form input::-webkit-input-placeholder {
  font-size: 14px;
}
#menu .ctrls-block .search-block .search-form input::-moz-placeholder {
  font-size: 14px;
}
#menu .ctrls-block .search-block .search-form input:-moz-placeholder {
  font-size: 14px;
}
#menu .ctrls-block .search-block .search-form input:-ms-input-placeholder {
  font-size: 14px;
}
#menu .ctrls-block .search-block .search-form .submit-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
#menu .ctrls-block .search-block.active .search-form {
  opacity: 1;
  visibility: visible;
}
#menu .ctrls-block .search-block.active .search-form input {
  width: 200px;
  transition: all 0.6s ease 0.3s;
  -webkit-transition: all 0.6s ease 0.3s;
}
#menu .ctrls-block .num {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14px;
  min-width: 14px;
  border-radius: 7px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 300;
  background-color: #E43535;
  color: #ffffff;
  text-align: center;
  margin-right: -4px;
}
#menu .contacts {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0;
}
#menu .contacts .tel-link {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
#menu .contacts .email-link {
  color: #B0B0B0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
#menu .lang .lang-selector {
  font-size: 15px;
  font-weight: 600;
}
#menu .lang .lang-selector .lang-current {
  font-weight: 600;
}
#menu .lang .lang-selector .lang-current .ico {
  border: 3px solid transparent;
  border-top: 3px solid #262626;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  margin-right: -8px;
  transform-origin: 50% 1px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#menu .lang .lang-selector .lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#menu .lang .lang-selector .lang-dropdown .active {
  display: none;
}
#menu .lang .lang-selector.active .lang-current .ico {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}
#menu .lang .lang-selector.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
}
#menu .menu-btn {
  display: none;
}
#menu.index-menu {
  border-bottom: none;
}
#menu .catalogue-drop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0 20px;
  background-color: #ffffff;
  z-index: 20;
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#menu .catalogue-drop.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu .catalogue-drop .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  align-items: flex-start;
}
#menu .catalogue-drop .wrapper a {
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 10px;
}
#menu .catalogue-drop .wrapper ul {
  list-style: none;
}
#menu .catalogue-drop .wrapper ul li a {
  font-weight: 400;
  text-decoration: none;
}
#menu .catalogue-drop .wrapper .col:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  grid-row-gap: 20px;
}
#menu .catalogue-drop .wrapper .read-all {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 8px;
  text-decoration: none;
  padding-bottom: 3px;
}
#menu .catalogue-drop .wrapper .read-all:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
}
#menu .catalogue-drop .wrapper .read-all:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  #menu {
    padding: 20px 0;
  }
  #menu .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #menu .wrapper .l-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 3vw;
  }
  #menu .wrapper .r-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column-gap: 3vw;
  }
  #menu .logo {
    font-size: 26px;
  }
  #menu .main-nav {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 5vw;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  #menu .main-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-column-gap: 16px;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  #menu .main-nav ul li {
    font-size: 14px;
    padding: 6px 0;
    font-weight: 600;
    overflow: hidden;
  }
  #menu .main-nav ul li:after {
    border-top: 1px solid #262626;
  }
  #menu .main-nav ul li.active:after, #menu .main-nav ul li:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu .ctrls-block {
    font-size: 22px;
  }
  #menu .ctrls-block .search-block {
    height: unset;
    width: unset;
  }
  #menu .ctrls-block .search-block .search-form {
    position: fixed;
    top: 69px;
    right: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    padding: 0 5vw;
    /*border-bottom: 1px solid #262626;*/
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
  }
  #menu .ctrls-block .search-block .search-form .form-block {
    min-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
  }
  #menu .ctrls-block .search-block .search-form input {
    background-color: #F5F6F9;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  #menu .ctrls-block .search-block .search-form input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #menu .ctrls-block .search-block .search-form input::-moz-placeholder {
    font-size: 14px;
  }
  #menu .ctrls-block .search-block .search-form input:-moz-placeholder {
    font-size: 14px;
  }
  #menu .ctrls-block .search-block .search-form input:-ms-input-placeholder {
    font-size: 14px;
  }
  #menu .ctrls-block .search-block .search-form .submit-btn {
    top: 28px;
    right: 22px;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
  }
  #menu .ctrls-block .search-block .search-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  #menu .ctrls-block .search-block.active .search-form {
    grid-template-rows: 1fr;
  }
  #menu .ctrls-block .search-block.active .search-form .form-block {
    padding: 8px 0;
    visibility: visible;
    opacity: 1;
  }
  #menu .ctrls-block .search-block.active .search-form input {
    width: 100%;
  }
  #menu .ctrls-block .search-block.active .search-form .submit-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0.4s;
    -webkit-transition: all 0.3s ease 0.4s;
  }
  #menu .ctrls-block .search-block.active .search-btn {
    opacity: 0;
    visibility: hidden;
  }
  #menu .ctrls-block .num {
    height: 12px;
    min-width: 12px;
    border-radius: 6px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: -2px;
  }
  #menu .contacts {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  #menu .lang {
    margin-left: 20px;
  }
  #menu .menu-btn {
    display: block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 18px;
  }
  #menu .menu-btn span {
    position: absolute;
    height: 2px;
    width: 16px;
    border-radius: 2px;
    background-color: #262626;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  #menu .menu-btn span:nth-child(1) {
    top: 3px;
    right: 50%;
    margin-right: -1px;
  }
  #menu .menu-btn span:nth-child(2) {
    top: 3px;
    left: 50%;
    margin-left: -1px;
  }
  #menu .menu-btn span:nth-child(3) {
    bottom: 3px;
    right: 50%;
    margin-right: -1px;
  }
  #menu .menu-btn span:nth-child(4) {
    bottom: 3px;
    left: 50%;
    margin-left: -1px;
  }
  #menu .menu-btn span:nth-child(5) {
    top: 50%;
    right: 50%;
    margin-right: -1px;
    margin-top: -1px;
  }
  #menu .menu-btn span:nth-child(6) {
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -1px;
  }
  #menu .menu-btn.active span:nth-child(1) {
    -webkit-transform: translate3d(2px, 0, 0) rotateZ(45deg);
    transform: translate3d(2px, 0, 0) rotateZ(45deg);
  }
  #menu .menu-btn.active span:nth-child(2) {
    -webkit-transform: translate3d(-2px, 0, 0) rotateZ(-45deg);
    transform: translate3d(-2px, 0, 0) rotateZ(-45deg);
  }
  #menu .menu-btn.active span:nth-child(3) {
    -webkit-transform: translate3d(2px, -1px, 0) rotateZ(-45deg);
    transform: translate3d(2px, -1px, 0) rotateZ(-45deg);
  }
  #menu .menu-btn.active span:nth-child(4) {
    -webkit-transform: translate3d(-2px, -1px, 0) rotateZ(45deg);
    transform: translate3d(-2px, -1px, 0) rotateZ(45deg);
  }
  #menu .menu-btn.active span:nth-child(5) {
    width: 0;
  }
  #menu .menu-btn.active span:nth-child(6) {
    width: 0;
  }
  #menu.active .main-nav {
    opacity: 1;
    visibility: visible;
  }
  #menu.active .main-nav ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu.active .contacts {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu .catalogue-drop {
    display: none;
  }
}

#ajaxWrapper {
  transition: padding-top 0.4s ease;
}

#menu.dynamic-header,
#menu.dynamic-header .wrapper {
  background-color: transparent;
  color: #ffffff;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

#menu.dynamic-header .logo,
#menu.dynamic-header .main-nav ul li,
#menu.dynamic-header .ctrls-block,
#menu.dynamic-header .contacts .tel-link,
#menu.dynamic-header .lang .lang-selector {
  color: #ffffff;
}
a.lang-option {
  color: black !important;
}
#menu.dynamic-header .icon-search:before {
  color: #ffffff;
  transition: color 0.4s ease;
}

#menu.dynamic-header .lang-current,
#menu.dynamic-header .lang-dropdown a {
  color: #ffffff;
  transition: color 0.4s ease;
}

#menu.dynamic-header .lang .lang-selector .lang-current .ico {
  border-top-color: #ffffff;
  transition: border-top-color 0.4s ease;
}

#menu.dynamic-header .contacts .email-link {
  color: rgba(255, 255, 255, 0.7);
}

#menu.dynamic-header .main-nav ul li:after {
  border-top-color: #ffffff;
}

#menu.dynamic-header .menu-btn span {
  background-color: #ffffff;
}

#menu.dynamic-header .ctrls-block .search-block .search-form input {
  background-color: rgba(245, 246, 249, 0.9);
  color: #262626;
}


#menu.dynamic-header.scrolled,
#menu.dynamic-header.force-white-bg {
  background-color: #ffffff;
  border-bottom-color: #CDCDCD;
  color: #262626;
}

#menu.dynamic-header.scrolled .wrapper,
#menu.dynamic-header.force-white-bg .wrapper {
  background-color: #ffffff;
}

#menu.dynamic-header.scrolled .logo,
#menu.dynamic-header.scrolled .main-nav ul li,
#menu.dynamic-header.scrolled .ctrls-block,
#menu.dynamic-header.scrolled .contacts .tel-link,
#menu.dynamic-header.scrolled .lang .lang-selector,
#menu.dynamic-header.force-white-bg .logo,
#menu.dynamic-header.force-white-bg .main-nav ul li,
#menu.dynamic-header.force-white-bg .ctrls-block,
#menu.dynamic-header.force-white-bg .contacts .tel-link,
#menu.dynamic-header.force-white-bg .lang .lang-selector {
  color: #262626;
}

#menu.dynamic-header.scrolled .icon-search:before,
#menu.dynamic-header.force-white-bg .icon-search:before {
  color: #262626;
}

#menu.dynamic-header.scrolled .lang-current,
#menu.dynamic-header.scrolled .lang-dropdown a,
#menu.dynamic-header.force-white-bg .lang-current,
#menu.dynamic-header.force-white-bg .lang-dropdown a {
  color: #262626;
}

#menu.dynamic-header.scrolled .lang .lang-selector .lang-current .ico,
#menu.dynamic-header.force-white-bg .lang .lang-selector .lang-current .ico {
  border-top-color: #262626;
}

#menu.dynamic-header.scrolled .contacts .email-link,
#menu.dynamic-header.force-white-bg .contacts .email-link {
  color: #B0B0B0;
}

#menu.dynamic-header.scrolled .main-nav ul li:after,
#menu.dynamic-header.force-white-bg .main-nav ul li:after {
  border-top-color: #262626;
}

#menu.dynamic-header.scrolled .menu-btn span,
#menu.dynamic-header.force-white-bg .menu-btn span {
  background-color: #262626;
}

#menu.dynamic-header.scrolled .ctrls-block .search-block .search-form input,
#menu.dynamic-header.force-white-bg .ctrls-block .search-block .search-form input {
  background-color: #F5F6F9;
}
.footer {
  padding: 40px 0 60px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer .top-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #515151;
  padding-bottom: 36px;
}
.footer .top-block .col:last-child {
  width: 280px;
  margin-left: auto;
}
.footer .top-block .col h4 {
  font-weight: 600;
  margin: 0 0 22px;
}
.footer .top-block .col ul {
  list-style: none;
}
.footer .top-block .col ul li {
  margin: 0 0 10px;
}
.footer .top-block .col .apps {
  font-size: 0;
  padding-top: 16px;
}
.footer .top-block .col .apps img {
  width: 160px;
  height: auto;
  margin: 0 0 14px;
}
.footer .bottom-block {
  padding-top: 40px;
}
.footer .bottom-block .info, .footer .bottom-block .contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.footer .bottom-block .info {
  margin: 0 0 40px;
  align-items: center;
}
.footer .bottom-block .info .logo {
  font-size: 28px;
}
.footer .bottom-block .info .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  grid-column-gap: 16px;
}
.footer .bottom-block .contacts .col p {
  margin: 0 0 6px;
}
.footer .bottom-block .contacts .col:last-child {
  width: 280px;
  margin-left: auto;
}
.footer .bottom-block .contacts .col.links a {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 60px 0 50px;
  }
  .footer .top-block {
    grid-template-columns: 1fr;
    grid-row-gap: 14px;
    padding-bottom: 32px;
  }
  .footer .top-block .col {
    display: flex;
  }
  .footer .top-block .col:last-child {
    width: unset;
    margin-left: unset;
  }
  .footer .top-block .col h4 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 8px;
  }
  .footer .top-block .col h4:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    font-size: 10px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    margin-top: 1px;
  }
  .footer .top-block .col .m-acc-body {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .footer .top-block .col .m-acc-body ul {
    min-height: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .footer .top-block .col ul {
    font-size: 13px;
  }
  .footer .top-block .col ul li {
    margin: 0 0 6px;
  }
  .footer .top-block .col .apps {
    padding-top: 28px;
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
    grid-row-gap: 10px;
  }
  .footer .top-block .col .apps img {
    width: 120px;
    height: auto;
    margin: 0;
  }
  .footer .top-block .col .mobile-drop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .top-block .col .mobile-drop.active h4:after {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
  }
  .footer .top-block .col .mobile-drop.active .m-acc-body {
    grid-template-rows: 1fr;
  }
  .footer .top-block .col .mobile-drop.active .m-acc-body ul {
    padding: 14px 0 6px;
    visibility: visible;
  }
  .footer .bottom-block {
    padding-top: 30px;
  }
  .footer .bottom-block .info, .footer .bottom-block .contacts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .footer .bottom-block .info {
    margin: 0 0 40px;
    align-items: center;
    grid-template-columns: 1fr;
    grid-row-gap: 26px;
  }
  .footer .bottom-block .info .logo {
    font-size: 28px;
  }
  .footer .bottom-block .info .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    grid-column-gap: 16px;
  }
  .footer .bottom-block .contacts {
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
    grid-row-gap: 24px;
  }
  .footer .bottom-block .contacts .col p {
    margin: 0 0 4px;
  }
  .footer .bottom-block .contacts .col:last-child {
    width: unset;
    margin-left: unset;
  }
  .footer .bottom-block .contacts .col.links a {
    text-decoration: underline;
  }
  .footer .bottom-block .contacts .col:nth-child(1) p:first-child, .footer .bottom-block .contacts .col:nth-child(2) p:first-child {
    font-weight: 600;
    margin: 0 0 10px;
  }
  .footer .bottom-block .contacts .col:nth-child(3), .footer .bottom-block .contacts .col:nth-child(4) {
    grid-column: 1/span 2;
  }
  .footer .bottom-block .contacts .col:nth-child(3) p, .footer .bottom-block .contacts .col:nth-child(4) p {
    margin: 0 0 10px;
  }
}
@-webkit-keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
button {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
}

input, textarea, select, .form-control #main {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  color: #262626;
  font-weight: 400;
  padding: 0 30px;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  margin: 0;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .form-control:-moz-placeholder {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #888888;
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

textarea {
  padding: 10px;
}

.form-group {
  margin-bottom: 6px;
}
.form-group .error-message {
  color: #E43535;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
}
.form-group.phone-codes .phone-pic-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.form-group.phone-codes .phone-pic-container .phone-pic-btn {
  height: 100%;
  padding-left: 30px;
  padding-right: 2px;
  cursor: pointer;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.form-group.phone-codes .phone-pic-container .phone-pic-btn .code {
  opacity: 0;
}
.form-group.phone-codes .phone-pic-container .phone-pic-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -7px;
  border: 4px solid transparent;
  border-bottom: 6px solid #262626;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform-origin: 50% 7px;
}
.form-group.phone-codes .phone-pic-container .phone-pic-list {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  width: 300px;
  max-width: 90vw;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  height: 250px;
  overflow: hidden;
}
.form-group.phone-codes .phone-pic-container .phone-pic-list ul {
  height: 100%;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  overflow: auto;
  margin-right: -20px;
}
.form-group.phone-codes .phone-pic-container .phone-pic-list ul li {
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.form-group.phone-codes .phone-pic-container .phone-pic-list ul li.active, .form-group.phone-codes .phone-pic-container .phone-pic-list ul li:hover {
  color: #ffffff;
  background-color: #262626;
}
.form-group.phone-codes .phone-pic-container.active .phone-pic-btn:before {
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
}
.form-group.phone-codes .phone-pic-container.active .phone-pic-list {
  display: block;
}
.form-group.checkbox-block .error-message {
  bottom: unset;
  top: 100%;
  text-align: left;
}

.custom-drop select {
  display: none;
}

.custom-dropdown .current {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 38px;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  height: 40px;
  border-radius: 8px;
  padding: 0 14px;
  border: 0.3px solid #ffffff;
}
.custom-dropdown .current:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
  right: 10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 100;
  box-shadow: 0px 4px 16px 0px rgba(225, 225, 225, 0.17);
  background-color: #0E1020;
  border-radius: 8px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container .drop-list {
  height: 100%;
  overflow: auto;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-thumb {
  background-color: #262626;
  border-radius: 2px;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-dropdown .drop-container .drop-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 14px;
  display: block;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container .drop-list li:hover, .custom-dropdown .drop-container .drop-list li.active {
  background-color: #4F7BFF;
}
.custom-dropdown.active .current:after {
  -webkit-transform: scale3d(-1, -1, -1);
  transform: scale3d(-1, -1, -1);
}
.custom-dropdown.active .drop-container {
  max-height: 400px;
}

.checkbox-block {
  margin-bottom: 24px;
}
.checkbox-block input {
  display: none;
}
.checkbox-block label {
  display: inline-block;
  font-size: 13px;
  padding-left: 28px;
  line-height: 20px;
  font-weight: 400;
  color: #262626 !important;
  cursor: pointer;
}
.checkbox-block label:before, .checkbox-block label:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  margin-top: -8px;
}
.checkbox-block label:before {
  content: "";
  border: 1px solid #262626;
  background-color: #ffffff;
}
.checkbox-block label:after {
  font-family: "icomoon" !important;
  content: "";
  font-size: 10px;
  text-align: center;
  opacity: 0;
}
.checkbox-block label a {
  text-decoration: underline;
}
.checkbox-block label a:hover {
  color: inherit;
}
.checkbox-block input:checked + label:after {
  opacity: 1;
}
.checkbox-block.round label:before, .checkbox-block.round label:after {
  border-radius: 50%;
}

.c-custom-drop {
  font-size: 15px;
}
.c-custom-drop .current {
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #191D37;
  cursor: pointer;
}
.c-custom-drop .current:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 12px;
  margin-top: -6px;
  right: 16px;
  pointer-events: none;
}
.c-custom-drop ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  max-height: 350px;
  overflow: auto;
}
.c-custom-drop ul::-webkit-scrollbar {
  display: none;
  width: 6px;
  background-color: #191D37;
}
.c-custom-drop ul::-webkit-scrollbar-thumb {
  background-color: #292E58;
  border-radius: 3px;
}
.c-custom-drop ul::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.c-custom-drop ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-custom-drop ul li {
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.c-custom-drop ul li .value {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.c-custom-drop ul li .descr {
  padding: 0 16px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.c-custom-drop ul li .descr .good {
  color: #00CD5C;
}
.c-custom-drop ul li .descr .bad {
  color: #E43535;
}
.c-custom-drop ul li:first-child .value:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 12px;
  margin-top: -6px;
  right: 16px;
  pointer-events: none;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}
.c-custom-drop ul li:hover {
  background-color: #121529;
}
.c-custom-drop ul li.active {
  position: sticky;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #121529;
}
.c-custom-drop ul li.active .value:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("/files/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-custom-drop.active ul {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

img {
  pointer-events: none;
}

.page {
  min-height: 100vh;
}

.cover-image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.cover-image picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contain-image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.contain-image picture img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.wrapper {
  width: 95%;
  margin: 0 auto;
}

html {
  font-size: 16px;
  color: #262626;
}

.round-btn-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #262626;
  padding: 0 30px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.round-btn-big:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  margin-top: 2px;
}
.round-btn-big:hover {
  background-color: transparent;
  color: #ffffff;
}
.round-btn-big.trans {
  background-color: transparent;
  color: #ffffff;
}
.round-btn-big.trans:hover {
  background-color: #ffffff;
  color: #262626;
}
.round-btn-big.border {
  border: 1px solid #9F9F9F;
  color: #262626;
}
.round-btn-big.border:hover {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}
.round-btn-big.border.grey {
  border: 1px solid #CDCDCD;
  background-color: transparent;
}
.round-btn-big.border.grey:hover {
  border: 1px solid #262626;
  background-color: #262626;
}
.round-btn-big.black {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}
.round-btn-big.black:hover {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}
.round-btn-big.black-hover:hover {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}
.round-btn-big.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.round-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
  padding: 0 20px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.round-btn:hover {
  background-color: #ffffff;
  color: #262626;
}

.read-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 6px;
}
.read-more:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  margin-top: 2px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.read-more:hover:after {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs a {
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  padding: 1px 5px 0 5px;
}
.breadcrumbs a:after {
  content: "/";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 3px;
  margin-top: -0.65em;
  color: #262626;
  font-size: 1.2em;
}
.breadcrumbs a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #888888;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.breadcrumbs a:hover:before {
  width: 0;
}
.breadcrumbs span {
  padding: 1px 0 0 5px;
  color: #262626;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.acc-block {
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #000000;
}
.acc-block:last-child {
  border-bottom: 1px solid #000000;
}
.acc-block .acc-head {
  padding: 20px 30px 20px 0;
  cursor: pointer;
}
.acc-block .acc-head h4 {
  line-height: 1.4;
  font-weight: 600;
}
.acc-block .acc-head .ico {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.acc-block .acc-head .ico:before, .acc-block .acc-head .ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.acc-block .acc-head .ico:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(90deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(90deg);
}
.acc-block .acc-body {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.acc-block .acc-body .body-content {
  min-height: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.acc-block .acc-body strong {
  font-weight: 600;
}
.acc-block .acc-body p {
  margin: 0 0 14px;
}
.acc-block .acc-body ul {
  padding-left: 20px;
  margin: 0 0 30px;
}
.acc-block .acc-body ul li {
  margin: 0 0 14px;
}
.acc-block.active .acc-head .ico {
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
}
.acc-block.active .acc-head .ico:before {
  width: 0;
}
.acc-block.active .acc-head .ico:after {
  width: 16px;
}
.acc-block.active .acc-body {
  grid-template-rows: 1fr;
}
.acc-block.active .acc-body .body-content {
  padding: 14px 0 6px;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .pop-content {
  padding: 36px 20px 40px;
  background-color: #ffffff;
  color: #262626;
  max-width: 90%;
}
.popup .pop-content .pop-close-btn {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.popup .pop-content .pop-close-btn:before, .popup .pop-content .pop-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 0;
  border-top: 2px solid #969696;
}
.popup .pop-content .pop-close-btn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}
.popup .pop-content .pop-close-btn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}
.popup .pop-content .pop-close-btn:hover {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
}
.popup .pop-content h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 0 34px;
}
.popup .pop-content .descr {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
}
.popup .pop-content .ajax-form-content {
  width: 450px;
  max-width: 100%;
}
.popup .pop-content .ajax-form-content input {
  border: 1px solid #F5F6F9;
  background-color: #F5F6F9;
}
.popup .pop-content .ajax-form-content .checkbox-block {
  padding-top: 10px;
  margin-bottom: 30px;
}
.popup .pop-content .ajax-form-content button {
  width: 100%;
}
.popup .pop-content .form-message {
  padding: 10px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.product-item .image-block {
  margin: 0 0 14px;
  display: block;
}
.product-item .image-block .image {
  padding: 50% 0;
  display: block;
}
.product-item .like-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  padding-top: 2px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.product-item .like-btn .ico {
  font-size: 14px;
}
.product-item .like-btn:hover .ico:before, .product-item .like-btn.active .ico:before {
  opacity: 0;
}
.product-item .like-btn:hover .ico:after, .product-item .like-btn.active .ico:after {
  opacity: 1;
}
.product-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.product-item .descr {
  font-size: 16px;
  font-weight: 400;
  min-height: 45px;
  margin: 0 0 8px;
}
.product-item .price-block {
  font-size: 16px;
  font-weight: 600;
}
.product-item .product-button-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 20px;
}
.product-item .product-button-block .link-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-item .product-button-block .round-btn {
  min-width: 150px;
}
.product-item:hover .link-block {
  opacity: 1;
  visibility: visible;
}

.more-products-slider {
  margin-right: -2.5vw;
}
.more-products-slider .swiper-slide {
  width: 330px;
  max-width: 80vw;
}
.more-products-slider .slider-nav {
  position: absolute;
  bottom: 100%;
  right: 2.5vw;
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 20px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.more-products-slider .slider-nav .nav-btn {
  font-size: 18px;
}

.projects-slider {
  margin-bottom: 100px;
  margin-right: -2.5vw;
}
.projects-slider .swiper-slide {
  width: 30vw;
}
.projects-slider .swiper-slide .image-block {
  width: 100%;
  margin: 0 0 10px;
}
.projects-slider .swiper-slide .image-block .image {
  padding: 33% 0;
}
.projects-slider .swiper-slide .text-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.projects-slider .swiper-slide .text-block .num {
  margin-right: 60px;
}
.projects-slider .swiper-slide .text-block .num:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  width: 40px;
  border-top: 1px solid #262626;
}
.projects-slider .swiper-slide .text-block img {
  width: 24px;
  height: 14px;
  object-fit: contain;
  margin-right: 10px;
}
.projects-slider .swiper-slide .text-block h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.projects-slider .slider-nav {
  position: absolute;
  bottom: 100%;
  right: 2.5vw;
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 14px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.projects-slider .slider-nav .nav-btn {
  font-size: 24px;
}

.get-catalogue {
  margin: 0 0 100px;
  background-color: #F5F6F9;
}
.get-catalogue .image-block {
  height: 100%;
}
.get-catalogue .image-block .image {
  height: 100%;
}
.get-catalogue .form-grid {
  padding: 36px 2.5vw;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 20px;
  align-items: center;
}
.get-catalogue .form-grid.no-image {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.get-catalogue .form-grid h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 0 16px;
}
.get-catalogue .form-grid .descr {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 24px;
}
.get-catalogue .form-grid .form-group {
  margin: 0;
}
.get-catalogue .form-grid .checkbox-block {
  margin: 0 0 12px;
}
.get-catalogue .form-grid .catalogue-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 10px;
  max-width: 900px;
  padding: 0;
}
.get-catalogue .form-grid .catalogue-form .submit-btn {
  margin: 0;
  max-width: unset;
}
.get-catalogue .form-grid .catalogue-form .checkbox-block {
  grid-column: 1/span 3;
}

.subscribe-form-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #F5F6F9;
}
.subscribe-form-block .image-block .image {
  height: 100%;
  min-height: 370px;
}
.subscribe-form-block .form-side {
  padding: 20px 2.5vw;
}
.subscribe-form-block .form-side h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 14px;
}
.subscribe-form-block .form-side .descr {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}
.subscribe-form-block .form-side .subscribe-form {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.subscribe-form-block .form-side .subscribe-form .submit-btn {
  height: 60px;
  border-radius: 30px;
}
.subscribe-form-block .form-side .subscribe-form .checkbox-block label:before {
  background-color: transparent;
}

.form-sended form {
  opacity: 0;
  visibility: hidden;
}
.form-sended .form-message-block {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  color: #00A930;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.form-sended .form-message-block.alert {
  color: #E43535;
}

@media screen and (max-width: 960px) {
  .wrapper {
    width: 90%;
  }

  .round-btn-big {
    font-size: 14px;
  }
  .round-btn-big .ico {
    font-size: 10px;
    margin-top: 2px;
  }

  .read-more {
    font-size: 14px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .page-title {
    font-size: 26px;
  }

  .acc-block {
    font-size: 14px;
  }
  .acc-block .acc-head {
    padding: 14px 30px 14px 0;
  }
  .acc-block .acc-head .ico:before, .acc-block .acc-head .ico:after {
    width: 16px;
  }
  .acc-block .acc-body p {
    margin: 0 0 10px;
  }
  .acc-block .acc-body ul {
    padding-left: 20px;
    margin: 0 0 20px;
  }
  .acc-block .acc-body ul li {
    margin: 0 0 14px;
  }

  .product-item h4 {
    font-size: 14px;
  }
  .product-item .descr {
    font-size: 14px;
  }
  .product-item .price-block {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .product-item .product-button-block .link-block {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: flex-end;
  }

  .more-products-slider {
    margin-right: -5vw;
  }
  .more-products-slider .slider-nav {
    display: none;
    right: 5vw;
    margin-bottom: 14px;
  }

  .projects-slider {
    margin-bottom: 50px;
    margin-right: -5vw;
  }
  .projects-slider .swiper-slide {
    width: 90vw;
  }
  .projects-slider .swiper-slide .image-block {
    width: 100%;
    margin: 0 0 10px;
  }
  .projects-slider .swiper-slide .image-block .image {
    padding: 33% 0;
  }
  .projects-slider .swiper-slide .text-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
  }
  .projects-slider .swiper-slide .text-block .num {
    margin-right: 50px;
  }
  .projects-slider .swiper-slide .text-block .num:after {
    width: 30px;
  }
  .projects-slider .slider-nav {
    right: 5vw;
    margin-bottom: 10px;
    grid-column-gap: 10px;
  }
  .projects-slider .slider-nav .nav-btn {
    font-size: 18px;
  }

  .get-catalogue {
    margin: 0 0 50px;
  }
  .get-catalogue .image-block {
    height: unset;
    width: 200px;
  }
  .get-catalogue .image-block .image {
    height: unset;
    padding: 50% 0;
  }
  .get-catalogue .form-grid {
    padding: 40px 5vw 60px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .get-catalogue .form-grid h2 {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .get-catalogue .form-grid .descr {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .get-catalogue .form-grid .catalogue-form {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 0;
    max-width: 900px;
  }
  .get-catalogue .form-grid .catalogue-form .submit-btn {
    max-width: 240px;
    margin-left: unset;
    order: 1;
  }
  .get-catalogue .form-grid .catalogue-form .checkbox-block {
    padding: 6px 0 0;
    grid-column: unset;
  }

  .subscribe-form-block {
    grid-template-columns: 1fr;
  }
  .subscribe-form-block .image-block .image {
    padding: 25.2% 0;
    height: unset;
    min-height: unset;
  }
  .subscribe-form-block .form-side {
    padding: 20px 2.5vw;
  }
  .subscribe-form-block .form-side h4 {
    font-size: 24px;
    margin: 0 0 14px;
  }
  .subscribe-form-block .form-side .descr {
    font-size: 14px;
    margin: 0 0 24px;
  }
  .subscribe-form-block .form-side .subscribe-form {
    display: flex;
    flex-direction: column;
  }
  .subscribe-form-block .form-side .subscribe-form .form-block {
    order: 1;
  }
  .subscribe-form-block .form-side .subscribe-form .submit-btn {
    height: 50px;
    border-radius: 25px;
    order: 3;
    width: 160px;
  }
  .subscribe-form-block .form-side .subscribe-form .checkbox-block {
    order: 2;
  }

  .popup .pop-content {
    padding: 36px 20px 40px;
    background-color: #ffffff;
    color: #262626;
    max-width: 90%;
  }
  .popup .pop-content h4 {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .popup .pop-content .descr {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .popup .pop-content .ajax-form-content input {
    font-size: 14px;
    height: 50px;
    border-radius: 25px;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  .popup .pop-content .ajax-form-content input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .popup .pop-content .ajax-form-content input::-moz-placeholder {
    font-size: 14px;
  }
  .popup .pop-content .ajax-form-content input:-moz-placeholder {
    font-size: 14px;
  }
  .popup .pop-content .ajax-form-content input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popup .pop-content .ajax-form-content .checkbox-block {
    margin: 0 0 20px;
  }

  .form-sended .form-message-block {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.index-page .top-slider {
  height: 100vh;
  /*padding-top: 70px;*/
  margin-bottom: 100px;
  position: relative;
}
.index-page .top-slider .swiper {
  height: 100%;
}
.index-page .top-slider .swiper-slide {
  height: 100%;
  position: relative;
}
.index-page .top-slider .swiper-slide .bg-image, .index-page .top-slider .swiper-slide .bg-m-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-page .top-slider .swiper-slide .bg-image:before, .index-page .top-slider .swiper-slide .bg-m-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.index-page .top-slider .swiper-slide .bg-m-image {
  display: none;
}
.index-page .top-slider .swiper-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  max-width: 100%;
  padding: 0 0 40px 2.5vw;
  color: #ffffff;
  z-index: 10;
}
.index-page .top-slider .swiper-slide .slide-content h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 22px;
  letter-spacing: -0.03em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
}
.index-page .top-slider .swiper-slide .slide-content .descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
}
.index-page .top-slider .swiper-slide .slide-content .descr ul {
  padding-left: 20px;
}
.index-page .top-slider .swiper-slide .slide-content .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -110px, 0);
  transform: translate3d(0, -110px, 0);
  transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
  grid-row-gap: 10px;
}
.index-page .top-slider .swiper-slide .slide-content .links .round-btn-big:hover {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}
.index-page .top-slider .swiper-slide.swiper-slide-active .slide-content h2, .index-page .top-slider .swiper-slide.swiper-slide-active .slide-content .descr, .index-page .top-slider .swiper-slide.swiper-slide-active .slide-content .links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
}
.index-page .top-slider .slide-ctrls {
  position: absolute;
  bottom: 40px;
  right: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 30px;
  z-index: 10;
}
.index-page .top-slider .slide-ctrls .nav-btn {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  color: #262626;
}
.index-page .top-slider .slide-ctrls .nav-btn.slide-prev {
  padding-right: 2px;
}
.index-page .top-slider .slide-ctrls .nav-btn.slide-next {
  padding-left: 2px;
}
.index-page .top-slider .slide-ctrls .pages {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  min-width: 30px;
  text-align: center;
}
.index-page .top-slider .slide-ctrls .pages:after, .index-page .top-slider .slide-ctrls .pages:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  border-top: 1px solid #ffffff;
}
.index-page .top-slider .slide-ctrls .pages:after {
  left: 100%;
  margin-left: 5px;
}
.index-page .top-slider .slide-ctrls .pages:before {
  right: 100%;
  margin-right: 5px;
}
.index-page .block-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 40px;
}
.index-page .projects .block-title {
  padding-right: 60px;
}
.index-page .innovations {
  margin: 0 0 100px;
}
.index-page .innovations .block-title {
  margin: 0 0 4px;
  text-align: center;
}
.index-page .innovations .descr {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 34px;
}
.index-page .innovations .tabs-nav-container {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.index-page .innovations .tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #9F9F9F;
  font-size: 16px;
  font-weight: 500;
  color: #9F9F9F;
  grid-column-gap: 10px;
  margin: 0 auto;
}
.index-page .innovations .tabs-nav .tab-btn {
  flex-shrink: 0;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 6px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .innovations .tabs-nav .tab-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #262626;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .innovations .tabs-nav .tab-btn.active, .index-page .innovations .tabs-nav .tab-btn:hover {
  color: #262626;
}
.index-page .innovations .tabs-nav .tab-btn.active:after, .index-page .innovations .tabs-nav .tab-btn:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index-page .innovations .tab-body {
  display: none;
}
.index-page .innovations .tab-body.active {
  display: block;
}
.index-page .innovations .tab-content {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}
.index-page .innovations .tab-content .image-block .image {
  padding: 24% 0;
}
.index-page .innovations .tab-content .text-block-content {
  max-width: 550px;
}
.index-page .innovations .tab-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
}
.index-page .innovations .tab-content .subtitle {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.index-page .innovations .tab-content .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px;
}
.index-page .innovations .tab-content .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column-gap: 30px;
}
.index-page .products {
  margin: 0 0 100px;
}
.index-page .products .block-title {
  text-align: center;
  margin: 0 0 46px;
}
.index-page .products .products-slider {
  margin: 0 0 20px;
}
.index-page .products .products-slider .swiper-slide .image-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.index-page .products .products-slider .swiper-slide .image {
  padding: 30% 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .products .products-slider .swiper-slide .video-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .products .products-slider .swiper-slide .video-block video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .products .products-slider .swiper-slide .text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 26px 20px 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
span.ajax_form_btn.read-more.ajax_form_btn,span.ajax_form_btn.round-btn{
  cursor: pointer;
}
.index-page .products .products-slider .swiper-slide .text-block h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  max-width: 450px;
}
.index-page .products .products-slider .swiper-slide .text-block .read-more {
  font-size: 13px;
}
.index-page .products .products-slider .swiper-slide .text-block .read-more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 12px;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .products .products-slider .swiper-slide .text-block .read-more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-page .products .products-slider .swiper-slide.swiper-slide-active .image {
  opacity: 0;
  visibility: hidden;
}
.index-page .products .products-slider .swiper-slide.swiper-slide-active .video-block {
  opacity: 1;
  visibility: visible;
}
.index-page .products .products-slider .swiper-slide.swiper-slide-active .text-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index-page .products .products-slider .slider-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  width: 45%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: space-between;
}
.index-page .products .products-slider .slider-nav .nav-btn {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  color: #262626;
}
.index-page .products .products-slider .slider-nav .nav-btn.slide-prev {
  padding-right: 2px;
}
.index-page .products .products-slider .slider-nav .nav-btn.slide-next {
  padding-left: 2px;
}
.index-page .products .products-slider .swiper-pagination {
  bottom: 20px;
}
.index-page .products .products-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  opacity: 0.35;
  margin: 0 2px;
}
.index-page .products .products-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-page .products .link {
  display: flex;
  justify-content: center;
}
.index-page .products .link .round-btn-big {
  border: 1px solid #CDCDCD;
}
.index-page .products .link .round-btn-big:hover {
  border: 1px solid #262626;
}
.index-page .consulting {
  margin: 0 0 100px;
}
.index-page .consulting .block-title {
  text-align: center;
  margin: 0 0 6px;
}
.index-page .consulting .descr {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 30px;
  text-align: center;
}
.index-page .consulting .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.index-page .consulting .form-grid .image {
  height: 100%;
}
.index-page .consulting .form-grid .form-block {
  padding: 40px 44px 46px;
  background-color: #F5F6F9;
}
.index-page .consulting .form-grid .form-block .feedback-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-page .consulting .form-grid .form-block .feedback-form .form-group {
  margin-bottom: 6px;
}
.index-page .consulting .form-grid .form-block .feedback-form input {
  width: 430px;
  max-width: 100%;
}
.index-page .consulting .form-grid .form-block .feedback-form .checkbox-block {
  padding-top: 12px;
  margin: 0 0 30px;
}
.index-page .consulting .form-grid .form-block .feedback-form .submit-btn {
  width: 280px;
  max-width: 100%;
}
.index-page .ready-projects {
  margin: 0 0 100px;
}
.index-page .ready-projects .block-title {
  text-align: center;
  margin: 0 0 30px;
}
.index-page .ready-projects .tabs-nav-container {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px;
}
.index-page .ready-projects .tabs-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9F9F9F;
  font-size: 16px;
  font-weight: 500;
  color: #9F9F9F;
  grid-column-gap: 10px;
}
.index-page .ready-projects .tabs-nav .tab-btn {
  flex-shrink: 0;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 6px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .ready-projects .tabs-nav .tab-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #262626;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .ready-projects .tabs-nav .tab-btn.active, .index-page .ready-projects .tabs-nav .tab-btn:hover {
  color: #262626;
}
.index-page .ready-projects .tabs-nav .tab-btn.active:after, .index-page .ready-projects .tabs-nav .tab-btn:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index-page .ready-projects .tab-body {
  display: none;
}
.index-page .ready-projects .tab-body.active {
  display: block;
}
.index-page .ready-projects .ready-projects-slider {
  margin-right: -2.5vw;
}
.index-page .ready-projects .ready-projects-slider .swiper-slide {
  width: 23vw;
}
.index-page .ready-projects .ready-projects-slider .swiper-slide .image-block {
  margin: 0 0 10px;
}
.index-page .ready-projects .ready-projects-slider .swiper-slide .image-block .image {
  padding: 38% 0;
}
.index-page .ready-projects .ready-projects-slider .swiper-slide .content-block h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}
.index-page .ready-projects .ready-projects-slider .swiper-slide .content-block .read-more {
  font-weight: 500;
}
.index-page .ready-projects .ready-projects-slider .slider-nav {
  position: absolute;
  bottom: 100%;
  right: 2.5vw;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 14px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .ready-projects .ready-projects-slider .slider-nav .nav-btn {
  font-size: 24px;
}
.index-page .ready-projects .all-projects {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 290px;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid #CDCDCD;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  margin-top: 60px;
  right: 250px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .ready-projects .all-projects:hover {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}
.index-page .map-block {
  margin: 0 0 40px;
}
.index-page .map-block .block-title {
  margin: 0 0 30px;
  text-align: center;
}
.index-page .map-block .map-container .preview-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-page .map-block .map-container .preview-map img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.index-page .map-block .map-container .preview-map .open-map-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .map-block .map-container .preview-map:hover .open-map-popup {
  opacity: 1;
  visibility: visible;
}
.index-page .map-block .map-container .preview-map, .index-page .map-block .map-container .iframe-map {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.index-page .map-block .map-container .active {
  opacity: 1;
  visibility: visible;
}
.index-page .mission {
  margin: 0 0 100px;
}
.index-page .mission .mission-grid {
  display: grid;
  grid-template-columns: 480px 1.2fr;
  grid-column-gap: 2.5vw;
  align-items: center;
}
.index-page .mission .mission-grid h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.index-page .mission .mission-grid h2 strong {
  font-weight: 600;
}
.index-page .mission .mission-grid .text {
  font-size: 16px;
  line-height: 1.4;
}
.index-page .mission .mission-grid .text p {
  margin: 0 0 16px;
}
.index-page .mission .mission-grid .link {
  display: flex;
  justify-content: flex-start;
}
.index-page .mission .mission-grid .read-more {
  font-weight: 500;
}
.index-page .mission .mission-grid .image-block .image {
  padding: 28% 0;
}
.index-page .clients {
  padding-bottom: 130px;
  overflow: hidden;
}
.index-page .clients .clients-container {
  display: flex;
  overflow: hidden;
}
.index-page .clients .clients-container .f-t-row {
  display: flex;
  flex-shrink: 0;
}
.index-page .clients .clients-container .f-t-row:first-child {
  animation: 30s linear 0s infinite f_t_animation;
}
.index-page .clients .clients-container .f-t-row:last-child {
  animation: 30s linear 0s infinite f_t_animation;
}
.index-page .clients .clients-container img {
  width: 210px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .index-page .top-slider {
    height: calc(100vh - 60px);
    /*padding-top: 70px;*/
    margin-bottom: 50px;
  }
  .index-page .top-slider .swiper {
    height: 100%;
  }
  .index-page .top-slider .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .index-page .top-slider .swiper-slide .bg-m-image {
    display: block;
  }
  .index-page .top-slider .swiper-slide .bg-image {
    display: none;
  }
  .index-page .top-slider .swiper-slide .slide-content {
    padding: 0 5vw 80px 5vw;
  }
  .index-page .top-slider .swiper-slide .slide-content h2 {
    font-size: 26px;
  }
  .index-page .top-slider .swiper-slide .slide-content .descr {
    font-size: 14px;
    margin: 0 0 14px;
  }
  .index-page .top-slider .swiper-slide .slide-content .links {
    flex-wrap: wrap;
  }
  .index-page .top-slider .swiper-slide .slide-content .links .round-btn-big {
    min-width: 240px;
  }
  .index-page .top-slider .slide-ctrls {
    position: absolute;
    bottom: 40px;
    right: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 30px;
  }
  .index-page .top-slider .slide-ctrls .nav-btn {
    height: 22px;
    width: 22px;
    font-size: 10px;
  }
  .index-page .top-slider .slide-ctrls .pages {
    font-size: 16px;
    min-width: 24px;
  }
  .index-page .block-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .index-page .innovations {
    margin: 0 0 50px;
  }
  .index-page .innovations .block-title {
    margin: 0 0 10px;
  }
  .index-page .innovations .descr {
    font-size: 16px;
    margin: 0 0 26px;
  }
  .index-page .innovations .tabs-nav-container {
    margin: 0;
  }
  .index-page .innovations .tabs-nav {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 14px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: space-around;
    border-bottom: none;
  }
  .index-page .innovations .tabs-nav:after {
    content: "";
    display: block;
    width: 5vw;
    min-width: 5vw;
    height: 100%;
    flex-shrink: 0;
  }
  .index-page .innovations .tabs-nav .tab-btn {
    width: auto;
    min-width: 130px;
    padding: 0 0 8px;
  }
  .index-page .innovations .tab-content {
    grid-template-columns: 1fr;
    grid-row-gap: 14px;
  }
  .index-page .innovations .tab-content h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }
  .index-page .innovations .tab-content .subtitle {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .index-page .innovations .tab-content .text {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .index-page .innovations .tab-content .links {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .index-page .innovations .tab-content .links .round-btn-big {
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
  }
  .index-page .products {
    margin: 0 0 50px;
  }
  .index-page .products .block-title {
    margin: 0 0 20px;
  }
  .index-page .products .products-slider .swiper-slide .image {
    padding: 53% 0;
  }
  .index-page .products .products-slider .swiper-slide .text-block {
    padding: 20px 10px 20px;
  }
  .index-page .products .products-slider .swiper-slide .text-block h4 {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .index-page .products .products-slider .swiper-slide .text-block .read-more {
    font-size: 13px;
  }
  .index-page .products .products-slider .slider-nav {
    width: 90%;
  }
  .index-page .products .products-slider .slider-nav .nav-btn {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #ffffff;
    color: #262626;
  }
  .index-page .products .products-slider .slider-nav .nav-btn.slide-prev {
    padding-right: 2px;
  }
  .index-page .products .products-slider .slider-nav .nav-btn.slide-next {
    padding-left: 2px;
  }
  .index-page .products .products-slider .swiper-pagination {
    bottom: 14px;
  }
  .index-page .consulting {
    margin: 0 0 50px;
  }
  .index-page .consulting .block-title {
    text-align: center;
    margin: 0 0 6px;
    padding: 0 5vw;
  }
  .index-page .consulting .descr {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 5vw;
  }
  .index-page .consulting .form-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .index-page .consulting .form-grid .image {
    height: unset;
    padding: 25% 0;
  }
  .index-page .consulting .form-grid .form-block {
    padding: 40px 5vw 60px;
    background-color: #F5F6F9;
  }
  .index-page .consulting .form-grid .form-block .feedback-form {
    display: block;
  }
  .index-page .consulting .form-grid .form-block .feedback-form .form-group {
    margin-bottom: 6px;
  }
  .index-page .consulting .form-grid .form-block .feedback-form input {
    width: 100%;
    max-width: 100%;
  }
  .index-page .consulting .form-grid .form-block .feedback-form .checkbox-block {
    padding-top: 12px;
    margin: 0 0 30px;
  }
  .index-page .consulting .form-grid .form-block .feedback-form .submit-btn {
    width: 280px;
    max-width: 100%;
  }
  .index-page .ready-projects {
    margin: 0 0 50px;
  }
  .index-page .ready-projects .block-title {
    text-align: center;
    margin: 0 0 20px;
  }
  .index-page .ready-projects .tabs-nav-container {
    margin: 0;
  }
  .index-page .ready-projects .tabs-nav {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 14px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    justify-content: space-around;
    border-bottom: none;
  }
  .index-page .ready-projects .tabs-nav:after {
    content: "";
    display: block;
    width: 5vw;
    min-width: 5vw;
    height: 100%;
    flex-shrink: 0;
  }
  .index-page .ready-projects .tabs-nav .tab-btn {
    width: auto;
    min-width: 130px;
    padding: 0 0 8px;
  }
  .index-page .ready-projects .ready-projects-slider {
    margin-right: -5vw;
  }
  .index-page .ready-projects .ready-projects-slider .swiper-slide {
    width: 90vw;
    margin: 0 0 30px;
  }
  .index-page .ready-projects .ready-projects-slider .swiper-slide .content-block h4 {
    font-size: 14px;
  }
  .index-page .ready-projects .ready-projects-slider .slider-nav {
    position: relative;
    bottom: unset;
    right: unset;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 14px;
    padding-right: 5vw;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .index-page .ready-projects .ready-projects-slider .slider-nav .nav-btn {
    font-size: 18px;
  }
  .index-page .ready-projects .all-projects {
    width: 250px;
    font-size: 14px;
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
  }
  .index-page .map-block {
    margin: 0 0 30px;
  }
  .index-page .map-block .block-title {
    margin: 0 0 20px;
  }
  .index-page .map-block .map-container .preview-map {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .index-page .map-block .map-container .preview-map .open-map-popup {
    opacity: 1;
    visibility: visible;
  }
  .index-page .map-block .map-container .preview-map, .index-page .map-block .map-container .iframe-map {
    display: none;
  }
  .index-page .map-block .map-container .active {
    display: block;
  }
  .index-page .mission {
    margin: 0 0 50px;
  }
  .index-page .mission .mission-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    align-items: center;
  }
  .index-page .mission .mission-grid h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .index-page .mission .mission-grid .text {
    font-size: 14px;
  }
  .index-page .mission .mission-grid .image-block .image {
    padding: 28% 0;
  }
  .index-page .clients {
    padding-bottom: 50px;
    overflow: hidden;
  }
  .index-page .clients .clients-container .swiper-slide {
    width: 110px;
  }
  .index-page .clients .clients-container img {
    width: 110px;
    height: 50px;
  }
}
.catalogue-page {
  padding: 90px 0 0;
}
.catalogue-page.search-page {
  padding: 130px 0 0;
}
.catalogue-page.search-page .breadcrumbs {
  margin: 0 0 16px;
}
.catalogue-page.search-page .page-title {
  margin-bottom: 32px;
}
.catalogue-page.search-page .results-description {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
}
.catalogue-page.search-page .cat-search-block {
  display: flex;
  justify-content: center;
  margin: 0 0 34px;
  width: 100%;
}
.catalogue-page.search-page .cat-search-block form {
  width: 100%;
}
.catalogue-page.search-page .cat-search-block .form-block {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.catalogue-page.search-page .cat-search-block .form-block input {
  background-color: #F5F6F9;
  height: 36px;
  padding: 0 46px 0 16px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.catalogue-page.search-page .cat-search-block .form-block input::-webkit-input-placeholder {
  font-size: 15px;
}
.catalogue-page.search-page .cat-search-block .form-block input::-moz-placeholder {
  font-size: 15px;
}
.catalogue-page.search-page .cat-search-block .form-block input:-moz-placeholder {
  font-size: 15px;
}
.catalogue-page.search-page .cat-search-block .form-block input:-ms-input-placeholder {
  font-size: 15px;
}
.catalogue-page.search-page .cat-search-block .form-block .submit-btn {
  position: absolute;
  top: 50%;
  font-size: 18px;
  right: 10px;
  margin-top: -9px;
  color: #B0B0B0;
}
.catalogue-page.search-page .products-grid {
  margin: 0 0 90px;
}
.catalogue-page.search-page .more-results {
  margin: 0 0 74px;
}
.catalogue-page.search-page .more-results p {
  margin: 0 0 20px;
}
.catalogue-page.search-page .more-results a {
  font-size: 24px;
  font-weight: 500;
}
.catalogue-page.search-page .more-results a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.catalogue-page.search-page .more-results a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page.search-page .more-results a:hover:before {
  width: 0;
}
.catalogue-page.search-page .call-us-block {
  background-color: #F5F6F9;
  padding: 70px 0 74px;
}
.catalogue-page.search-page .call-us-block .content-block {
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
}
.catalogue-page.search-page .call-us-block .content-block h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 30px;
}
.catalogue-page.search-page .call-us-block .content-block p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.catalogue-page.search-page .call-us-block .content-block p a {
  text-decoration: underline;
}
.catalogue-page .get-catalogue {
  margin: 0;
}
.catalogue-page .breadcrumbs {
  text-align: center;
  margin: 0 0 10px;
}
.catalogue-page .page-title {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
.catalogue-page .cat-start-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 0 100px;
}
.catalogue-page .cat-start-grid .tile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  overflow: hidden;
}
.catalogue-page .cat-start-grid .tile.simple-tile:after {
  display: none;
}
/*.catalogue-page .cat-start-grid .tile:nth-child(5n+1) {*/
/*  grid-column: 1/span 2;*/
/*}*/
.catalogue-page .cat-start-grid .tile:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: rgba(0, 0, 0, 0.8);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  /* For Safari 5@mixin 1 to 6@mixin 0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  /* For Opera 11@mixin 1 to 12@mixin 0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  /* For Firefox 3@mixin 6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  /* Standard syntax */
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .cat-start-grid .tile:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .cat-start-grid .tile .content {
  padding: 50px 20px 120px;
  color: #ffffff;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  z-index: 10;
}
.catalogue-page .cat-start-grid .tile .content .title-block {
  text-align: center;
}
.catalogue-page .cat-start-grid .tile .content .title-block h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 6px;
}
.catalogue-page .cat-start-grid .tile .content .title-block .link {
  display: flex;
  justify-content: center;
}
.catalogue-page .cat-start-grid .tile .content .title-block .read-more {
  font-size: 13px;
  font-weight: 500;
}
.catalogue-page .cat-start-grid .tile .content .nav-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue-page .cat-start-grid .tile .content .nav-block ul {
  text-align: center;
  list-style: none;
}
.catalogue-page .cat-start-grid .tile .content .nav-block ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .cat-start-grid .tile:hover:after {
  opacity: 1;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(1) {
  transition: all 0.6s ease 0.1s;
  -webkit-transition: all 0.6s ease 0.1s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(2) {
  transition: all 0.6s ease 0.2s;
  -webkit-transition: all 0.6s ease 0.2s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(3) {
  transition: all 0.6s ease 0.3s;
  -webkit-transition: all 0.6s ease 0.3s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(4) {
  transition: all 0.6s ease 0.4s;
  -webkit-transition: all 0.6s ease 0.4s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(5) {
  transition: all 0.6s ease 0.5s;
  -webkit-transition: all 0.6s ease 0.5s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(6) {
  transition: all 0.6s ease 0.6s;
  -webkit-transition: all 0.6s ease 0.6s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(7) {
  transition: all 0.6s ease 0.7s;
  -webkit-transition: all 0.6s ease 0.7s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(8) {
  transition: all 0.6s ease 0.8s;
  -webkit-transition: all 0.6s ease 0.8s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(9) {
  transition: all 0.6s ease 0.9s;
  -webkit-transition: all 0.6s ease 0.9s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(10) {
  transition: all 0.6s ease 1s;
  -webkit-transition: all 0.6s ease 1s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(11) {
  transition: all 0.6s ease 1.1s;
  -webkit-transition: all 0.6s ease 1.1s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(12) {
  transition: all 0.6s ease 1.2s;
  -webkit-transition: all 0.6s ease 1.2s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(13) {
  transition: all 0.6s ease 1.3s;
  -webkit-transition: all 0.6s ease 1.3s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(14) {
  transition: all 0.6s ease 1.4s;
  -webkit-transition: all 0.6s ease 1.4s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(15) {
  transition: all 0.6s ease 1.5s;
  -webkit-transition: all 0.6s ease 1.5s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(16) {
  transition: all 0.6s ease 1.6s;
  -webkit-transition: all 0.6s ease 1.6s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(17) {
  transition: all 0.6s ease 1.7s;
  -webkit-transition: all 0.6s ease 1.7s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(18) {
  transition: all 0.6s ease 1.8s;
  -webkit-transition: all 0.6s ease 1.8s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(19) {
  transition: all 0.6s ease 1.9s;
  -webkit-transition: all 0.6s ease 1.9s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul > *:nth-child(20) {
  transition: all 0.6s ease 2s;
  -webkit-transition: all 0.6s ease 2s;
}
.catalogue-page .cat-start-grid .tile:hover .content .nav-block ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.catalogue-page .filters-btn {
  display: none;
}
.catalogue-page .catalogue-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-column-gap: 3vw;
  margin: 0 0 70px;
}
.catalogue-page .filters-side .filters-container {
  position: sticky;
  top: 100px;
}
.catalogue-page .filters-side .filters-container form {
  margin: 0 0 20px;
}
.catalogue-page .filters-side .filters-container .reset-btn {
  display: inline-block;
  margin-left: 34px;
  font-size: 16px;
  font-weight: 500;
}
.catalogue-page .filters-side .filters-container .reset-btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -34px;
  font-size: 20px;
  margin-top: -10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .filters-side .filters-container .reset-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .filters-side .filters-container .reset-btn:hover:before {
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
}
.catalogue-page .filters-side .filters-container .reset-btn:hover:after {
  width: 0;
}
.catalogue-page .filters-side .filters-block {
  padding: 16px 0 10px;
  border-top: 1px solid #262626;
}
form.smartfilter:not(:has(.filters-block)) #reset_button_container {
  display: none;
}
.catalogue-page .filters-side .filters-block:last-child {
  border-bottom: 1px solid #262626;
}
.catalogue-page .filters-side h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 16px;
}
.catalogue-page .filters-side .range-slider-container {
  padding: 8px 0 32px;
}
.catalogue-page .filters-side .range-slider-container .dual-range {
  height: 2px;
  box-shadow: none;
  padding: 0;
  border: none;
  width: 95%;
  margin: 0 auto;
}
.catalogue-page .filters-side .range-slider-container .dual-range input {
  display: none;
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-base {
  background-color: #E9E9E9;
  border: none;
  outline: none;
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-base:hover {
  background-color: #E9E9E9;
  border: none;
  outline: none;
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-connects .noUi-connect {
  background-color: #262626;
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-origin .noUi-handle {
  height: 20px;
  width: 20px;
  background-color: #262626;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: none;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  margin-top: -3px;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-origin .noUi-handle:before, .catalogue-page .filters-side .range-slider-container .dual-range .noUi-origin .noUi-handle:after {
  display: none;
}
.catalogue-page .filters-side .range-slider-container .dual-range .noUi-origin .noUi-handle .noUi-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  padding: 0;
  border: none;
  bottom: unset;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.catalogue-page .filters-side .checkbox-block {
  margin: 0 0 12px;
}
.catalogue-page .filters-side .checkbox-block label {
  font-size: 16px;
  font-weight: 400;
}
.catalogue-page .filters-side .checkbox-block label:before, .catalogue-page .filters-side .checkbox-block label:after {
  top: 8px;
  left: 0;
  height: 14px;
  width: 14px;
  margin-top: -5px;
}
.catalogue-page .filters-side .checkbox-block label:before {
  content: "";
  border: none;
  background-color: #E9E9E9;
  border-radius: 2px;
}
.catalogue-page .filters-side .checkbox-block label:after {
  font-size: 8px;
  line-height: 14px;
}
.catalogue-page .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1600px) {
  .catalogue-page .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .catalogue-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .catalogue-page .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalogue-page .bottom-faq-block {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 20px;
}
.catalogue-page .bottom-faq-block .image {
  padding: 60% 0;
}
.catalogue-page .bottom-faq-block h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 26px;
}
.catalogue-page .bottom-faq-block a {
  text-decoration: underline;
}
.catalogue-page .bottom-faq-block .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px;
}
.catalogue-page .bottom-faq-block .description strong {
  font-weight: 600;
}
.catalogue-page .bottom-faq-block .description p {
  margin: 0 0 14px;
}
.catalogue-page .bottom-faq-block .description ul {
  padding-left: 20px;
  margin: 0 0 30px;
}
.catalogue-page .bottom-faq-block .description ul li {
  margin: 0 0 14px;
}
.catalogue-page .bottom-faq-block .faq-block {
  margin: 0 0 30px;
}
.catalogue-page .top-nav {
  margin: 0 0 40px;
  overflow: hidden;
}
.catalogue-page .top-nav .nav-frame {
  grid-column-gap: 10px;
  display: flex;
  justify-content: center;
}
.catalogue-page .top-nav .nav-frame .nav-item {
  flex-shrink: 0;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.catalogue-page .top-nav .nav-frame .nav-item .image-block {
  width: 100%;
}
.catalogue-page .top-nav .nav-frame .nav-item .image {
  padding: 33% 0;
}
.catalogue-page .top-nav .nav-frame .nav-item h4 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.catalogue-page .top-nav .nav-frame .nav-item h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.catalogue-page .top-nav .nav-frame .nav-item:hover h4:after {
  width: 100%;
}

.product-page {
  padding: 120px 0 50px;
}
.product-page .breadcrumbs {
  text-align: center;
  margin: 0 0 50px;
}
.product-page .product-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-column-gap: 3vw;
  grid-row-gap: 20px;
  margin: 0 0 70px;

}
.product-page .product-grid .image-side .swiper-wrapper {
  display: block;
}
.product-page .product-grid .image-side .slider-nav {
  display: none;
}
.product-page .product-grid .image-side .swiper-pagination {
  display: none;
}
.product-page .product-grid .image-side .fullscr-btn, .product-page .product-grid .image-side .like-btn {
  height: 36px;
  width: 36px;
  background-color: #ffffff;
  border: 1px solid #DFDFDF;
  top: 14px;
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.product-page .product-grid .image-side .like-btn {
  font-size: 14px;
  right: 64px;
  padding-top: 2px;
}
.product-page .product-grid .image-side .like-btn .ico {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}
.product-page .product-grid .image-side .like-btn .tip {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 18px;
  padding: 0 2px 0 12px;
  margin-top: -14px;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  color: #ffffff;
  background-color: #262626;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .image-side .like-btn .tip:after {
  content: "";
  position: absolute;
  border: 14px solid transparent;
  border-left: 10px solid #262626;
  top: 50%;
  margin-top: -14px;
}
.product-page .product-grid .image-side .like-btn:hover .tip {
  opacity: 1;
  visibility: visible;
}
.product-page .product-grid .image-side .fullscr-btn {
  right: 14px;
  font-size: 18px;
}
.product-page .product-grid .image-side .fullscr-btn:before {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .image-side .fullscr-btn:hover:before {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.product-page .product-grid .image-side .image {
  padding: 50% 0;
  cursor: pointer;
}
 /*TO DO - изменить поведение*/
.product-page .product-grid .product-side .product-frame {
  position: sticky;
  top: 80px;
}
.product-page .product-grid .product-side h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 6px;
}
.product-page .product-grid .product-side .descr {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
}
.product-page .product-grid .product-side .price-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 2.5vw;
  margin: 0 0 18px;
}
.product-page .product-grid .product-side .price-block .col h4 {
  line-height: 23px;
  margin: 0 0 2px;
}
.product-page .product-grid .product-side .price-block .col .price {
  font-size: 24px;
  font-weight: 600;
}
.product-page .product-grid .product-side .price-block .col:first-child h4 {
  font-size: 16px;
  font-weight: 600;
}
.product-page .product-grid .product-side .price-block .col:last-child h4 {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
}
.product-page .product-grid .product-side .round-btn-big {
  margin: 0 0 30px;
}
.product-page .product-grid .product-side .material-block {
  margin: 0 0 30px;
}
.product-page .product-grid .product-side .material-block h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.product-page .product-grid .product-side .material-block .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 14px;
  margin: 0 0 12px;
}
.product-page .product-grid .product-side .material-block .item:last-child {
  margin: 0;
}
.product-page .product-grid .product-side .material-block .item .icon {
  font-size: 0;
  line-height: 0;
}
.product-page .product-grid .product-side .material-block .item .icon img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 10;
}
.product-page .product-grid .product-side .material-block .item .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 44px;
  width: 44px;
  background-color: #262626;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .material-block .item .title {
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0;
}
.product-page .product-grid .product-side .material-block .item .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .material-block .item .tip-block {
  border-radius: 50%;
}
.product-page .product-grid .product-side .material-block .item .tip-block .tip-btn {
  font-size: 20px;
  cursor: pointer;
}
.product-page .product-grid .product-side .material-block .item .tip-block .tip-body {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 16px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 10px 16px 24px;
  border-radius: 4px;
  background-color: #F3F3F3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  width: 320px;
  max-width: 19vw;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .material-block .item .tip-block .tip-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 100%;
  border: 8px solid transparent;
  border-right: 10px solid #F3F3F3;
}
.product-page .product-grid .product-side .material-block .item .tip-block .tip-body .read-more {
  position: absolute;
  bottom: 6px;
  right: 15px;
  font-weight: 500;
}
.product-page .product-grid .product-side .material-block .item .tip-block:hover .tip-body {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.product-page .product-grid .product-side .material-block .item.active .icon:after, .product-page .product-grid .product-side .material-block .item:hover .icon:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.product-page .product-grid .product-side .material-block .item.active .title:after, .product-page .product-grid .product-side .material-block .item:hover .title:after {
  width: 100%;
}
.product-page .product-grid .product-side .block-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.product-page .product-grid .product-side .docs-block {
  margin: 0 0 40px;
}
.product-page .product-grid .product-side .docs-block .block-title {
  margin: 0 0 14px;
}
.product-page .product-grid .product-side .docs-block .docs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  grid-column-gap: 30px;
}
.product-page .product-grid .product-side .docs-block .docs-container .doc {
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 30px;
}
.product-page .product-grid .product-side .docs-block .docs-container .doc:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .docs-block .docs-container .doc:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: 10px;
  font-size: 20px;
  border-bottom: 1px solid #262626;
}
.product-page .product-grid .product-side .docs-block .docs-container .doc:hover:after {
  width: 0;
}
.product-page .product-grid .product-side .acc-container {
  margin: 0 0 24px;
}
.product-page .product-grid .product-side .acc-container .acc-block.active .acc-body .body-content {
  padding: 0 0 4px;
}
.product-page .product-grid .product-side .acc-container .acc-body .body-content {
  font-size: 16px;
}
.product-page .product-grid .product-side .acc-container .acc-body .cert-items {
  width: 310px;
  max-width: 100%;
  margin-bottom: 26px;
}
.product-page .product-grid .product-side .acc-container .acc-body .cert-items p:before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 26px;
  margin-top: -13px;
}
.product-page .product-grid .product-side .acc-container .acc-body .cert-items a {
  display: inline-block;
}
.product-page .product-grid .product-side .acc-container .acc-body .cert-items a:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .acc-container .acc-body .cert-items a:hover:after {
  width: 0;
}
.product-page .product-grid .product-side .acc-container .acc-body ul {
  margin-bottom: 20px;
}
.product-page .product-grid .product-side .acc-container .acc-body ul li {
  margin-bottom: 2px;
}
.product-page .product-grid .product-side .acc-container .acc-body .link-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.product-page .product-grid .product-side .acc-container .acc-body .link-container .read-more {
  font-size: 14px;
  font-weight: 600;
}
.product-page .product-grid .product-side .acc-container .acc-body .tip {
  font-size: 14px;
  margin-bottom: 26px;
}
.product-page .product-grid .product-side .add-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column-gap: 2.5vw;
  grid-row-gap: 14px;
}
.product-page .product-grid .product-side .add-info .add-link {
  font-size: 22px;
  font-weight: 500;
}
.product-page .product-grid .product-side .add-info .add-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .product-grid .product-side .add-info .add-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 14px;
  margin-left: 4px;
}
.product-page .product-grid .product-side .add-info .add-link:hover:before {
  width: 0;
}
.product-page .more-products h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 46px;
}
.product-page .popup-product-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(38, 38, 38, 0.68);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.product-page .popup-product-slider.active {
  opacity: 1;
  visibility: visible;
}
.product-page .popup-product-slider .pp-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 20;
}
.product-page .popup-product-slider .pp-close-btn:after, .product-page .popup-product-slider .pp-close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  border-left: 1px solid #262626;
  margin-top: -9px;
}
.product-page .popup-product-slider .pp-close-btn:before {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
}
.product-page .popup-product-slider .pp-close-btn:after {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.product-page .popup-product-slider .swiper {
  height: 100%;
}
.product-page .popup-product-slider .swiper .swiper-wrapper {
  height: 100%;
}
.product-page .popup-product-slider .swiper .swiper-slide {
  height: 100%;
}
.product-page .popup-product-slider .swiper .swiper-slide .image-block {
  height: 100%;
}
.product-page .popup-product-slider .swiper .swiper-slide .image-block .image {
  height: 100%;
  width: 100%;
}
.product-page .popup-product-slider .slider-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  width: 90%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: space-between;
}
.product-page .popup-product-slider .slider-nav .nav-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #ffffff;
  color: #262626;
}
.product-page .popup-product-slider .slider-nav .nav-btn.slide-prev {
  padding-right: 2px;
}
.product-page .popup-product-slider .slider-nav .nav-btn.slide-next {
  padding-left: 2px;
}

@media screen and (max-width: 960px) {
  .catalogue-page {
    padding: 90px 0 0;
  }
  .catalogue-page.cat-start {
    padding: 100px 0 50px;
  }
  .catalogue-page.search-page {
    padding: 90px 0 0;
  }
  .catalogue-page.search-page .breadcrumbs {
    margin: 0 0 14px;
  }
  .catalogue-page.search-page .page-title {
    margin-bottom: 14px;
  }
  .catalogue-page.search-page .results-description {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .catalogue-page.search-page .cat-search-block {
    margin: 0 0 20px;
  }
  .catalogue-page.search-page .products-grid {
    margin: 0 0 40px;
  }
  .catalogue-page.search-page .more-results {
    margin: 0 0 40px;
  }
  .catalogue-page.search-page .more-results p {
    margin: 0 0 14px;
  }
  .catalogue-page.search-page .more-results a {
    font-size: 16px;
    text-decoration: underline;
  }
  .catalogue-page.search-page .more-results a:after {
    font-size: 10px;
  }
  .catalogue-page.search-page .more-results a:before {
    display: none;
  }
  .catalogue-page.search-page .call-us-block {
    padding: 30px 0 34px;
  }
  .catalogue-page.search-page .call-us-block .content-block h2 {
    font-size: 18px;
    margin: 0 0 14px;
  }
  .catalogue-page.search-page .call-us-block .content-block p {
    font-size: 14px;
  }
  .catalogue-page.search-page .call-us-block .content-block a {
    white-space: nowrap;
  }
  .catalogue-page .breadcrumbs {
    text-align: center;
    margin: 0 0 10px;
  }
  .catalogue-page .page-title {
    margin: 0 auto 30px;
  }
  .catalogue-page .cat-start-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin: 0 0 30px;
  }
  .catalogue-page .cat-start-grid .tile {
    height: 400px;
  }
  .catalogue-page .cat-start-grid .tile:nth-child(5n+1) {
    grid-column: 1;
  }
  .catalogue-page .cat-start-grid .tile:before {
    height: 100px;
  }
  .catalogue-page .cat-start-grid .tile .content {
    padding: 20px 20px 20px;
  }
  .catalogue-page .cat-start-grid .tile .content .title-block h4 {
    font-size: 20px;
  }
  .catalogue-page .cat-start-grid .tile .content .nav-block ul li {
    font-size: 14px;
  }
  .catalogue-page .bottom-faq-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalogue-page .bottom-faq-block .image {
    padding: 50% 0;
  }
  .catalogue-page .bottom-faq-block h2 {
    font-size: 16px;
    margin: 0 0 16px;
  }
  .catalogue-page .bottom-faq-block .description {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .catalogue-page .bottom-faq-block .description ul {
    margin: 0 0 20px;
  }
  .catalogue-page .bottom-faq-block .faq-block {
    margin: 0 0 20px;
  }
  .catalogue-page .top-nav {
    margin: 0 -5vw 20px;
    overflow: auto;
  }
  .catalogue-page .top-nav .nav-frame {
    display: flex;
    margin-bottom: 0;
    padding: 0 5vw 10px;
    justify-content: flex-start;
  }
  .catalogue-page .top-nav .nav-frame .nav-item {
    width: 43vw;
    min-width: 140px;
  }
  .catalogue-page .filters-btn {
    display: block;
    position: fixed;
    top: 80px;
    right: 5vw;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
    background-color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    z-index: 60;
    cursor: pointer;
  }
  .catalogue-page .catalogue-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 3vw;
    margin: 0 0 70px;
  }
  .catalogue-page .catalogue-grid .filters-side {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 50;
    padding: 20px 5vw;
    overflow: auto;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .catalogue-page .catalogue-grid .filters-side.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .catalogue-page .catalogue-grid .filters-side .filters-btn {
    position: absolute;
    top: 10px;
  }
  .catalogue-page .catalogue-grid .filters-side .filters-container {
    position: relative;
    top: unset;
  }
  .catalogue-page .catalogue-grid .filters-side .filters-block {
    padding: 16px 0 10px;
    border-top: none;
    border-bottom: 1px solid #262626;
  }
  .catalogue-page .catalogue-grid .filters-side h4 {
    font-size: 18px;
    margin: 0 0 14px;
  }
  .catalogue-page .catalogue-grid .filters-side .dual-range .ui {
    background-color: #E9E9E9;
    border: none;
    outline: none;
    width: 90%;
    margin: 0 auto;
  }
  .catalogue-page .catalogue-grid .filters-side .dual-range .ui:hover {
    background-color: #E9E9E9;
    border: none;
    outline: none;
  }
  .catalogue-page .catalogue-grid .filters-side .dual-range .middle {
    background-color: #262626;
  }
  .catalogue-page .catalogue-grid .filters-side .dual-range .start, .catalogue-page .catalogue-grid .filters-side .dual-range .end {
    height: 20px;
    width: 20px;
    background-color: #262626;
    border: none;
    cursor: pointer;
  }
  .catalogue-page .catalogue-grid .filters-side .dual-range .start span, .catalogue-page .catalogue-grid .filters-side .dual-range .end span {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
  .catalogue-page .catalogue-grid .filters-side .checkbox-block {
    margin: 0 0 12px;
  }
  .catalogue-page .catalogue-grid .filters-side .checkbox-block label {
    font-size: 16px;
    font-weight: 400;
  }
  .catalogue-page .catalogue-grid .filters-side .checkbox-block label:before, .catalogue-page .catalogue-grid .filters-side .checkbox-block label:after {
    top: 8px;
    left: 0;
    height: 14px;
    width: 14px;
    margin-top: -5px;
  }
  .catalogue-page .catalogue-grid .filters-side .checkbox-block label:before {
    content: "";
    border: none;
    background-color: #E9E9E9;
    border-radius: 2px;
  }
  .catalogue-page .catalogue-grid .filters-side .checkbox-block label:after {
    font-size: 8px;
    line-height: 14px;
  }
  .catalogue-page .catalogue-grid .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 960px) and (max-width: 1600px) {
  .catalogue-page .catalogue-grid .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 960px) and (max-width: 1200px) {
  .catalogue-page .catalogue-grid .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) and (max-width: 800px) {
  .catalogue-page .catalogue-grid .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .product-page {
    padding: 100px 0 50px;
  }
  .product-page .breadcrumbs {
    text-align: center;
    margin: 0 0 16px;
  }
  .product-page .product-grid {
    display: block;
    margin: 0 0 50px;
  }
  .product-page .product-grid .image-side {
    margin: 0 0 24px;
  }
  .product-page .product-grid .image-side .main-product-slider {
    margin: 0 -5vw;
  }
  .product-page .product-grid .image-side .swiper-wrapper {
    display: flex;
  }
  .product-page .product-grid .image-side .slider-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 50%;
    width: 90%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    justify-content: space-between;
  }
  .product-page .product-grid .image-side .slider-nav .nav-btn {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #ffffff;
    color: #262626;
  }
  .product-page .product-grid .image-side .slider-nav .nav-btn.slide-prev {
    padding-right: 2px;
  }
  .product-page .product-grid .image-side .slider-nav .nav-btn.slide-next {
    padding-left: 2px;
  }
  .product-page .product-grid .image-side .swiper-pagination {
    display: block;
  }
  .product-page .product-grid .image-side .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 2px;
    margin: 0 1px;
    background-color: #262626;
    opacity: 0.2;
    border-radius: 2px;
  }
  .product-page .product-grid .image-side .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #262626;
  }
  .product-page .product-grid .image-side .fullscr-btn, .product-page .product-grid .image-side .like-btn {
    height: 36px;
    width: 36px;
    background-color: #ffffff;
    border: 1px solid #DFDFDF;
    top: 14px;
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .product-page .product-grid .image-side .like-btn {
    font-size: 14px;
    right: 64px;
    padding-top: 2px;
  }
  .product-page .product-grid .image-side .like-btn .ico {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
  }
  .product-page .product-grid .image-side .like-btn .tip {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 18px;
    padding: 0 2px 0 12px;
    margin-top: -14px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #ffffff;
    background-color: #262626;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .product-page .product-grid .image-side .like-btn .tip:after {
    content: "";
    position: absolute;
    border: 14px solid transparent;
    border-left: 10px solid #262626;
    top: 50%;
    margin-top: -14px;
  }
  .product-page .product-grid .image-side .like-btn:hover .tip {
    opacity: 1;
    visibility: visible;
  }
  .product-page .product-grid .image-side .fullscr-btn {
    right: 14px;
    font-size: 18px;
  }
  .product-page .product-grid .image-side .fullscr-btn:before {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .product-page .product-grid .image-side .fullscr-btn:hover:before {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .product-page .product-grid .image-side .image {
    padding: 50% 0;
  }
  .product-page .product-grid .product-side .product-frame {
    position: relative;
    top: 0;
  }
  .product-page .product-grid .product-side h1 {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .product-page .product-grid .product-side .descr {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 16px;
  }
  .product-page .product-grid .product-side .price-block {
    margin: 0 0 18px;
  }
  .product-page .product-grid .product-side .price-block .col h4 {
    line-height: 20px;
    margin: 0 0 8px;
  }
  .product-page .product-grid .product-side .price-block .col .price {
    font-size: 20px;
    font-weight: 600;
  }
  .product-page .product-grid .product-side .price-block .col:first-child h4 {
    font-size: 14px;
  }
  .product-page .product-grid .product-side .price-block .col:last-child h4 {
    font-size: 12px;
  }
  .product-page .product-grid .product-side .round-btn-big {
    margin: 0 0 26px;
    font-size: 20px;
  }
  .product-page .product-grid .product-side .material-block {
    margin: 0 0 24px;
  }
  .product-page .product-grid .product-side .material-block .item .tip-block {
    position: static;
  }
  .product-page .product-grid .product-side .material-block .item .tip-block .tip-body {
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-left: 16px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 90vw;
  }
  .product-page .product-grid .product-side .material-block .item .tip-block:hover .tip-body {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .product-page .product-grid .product-side .material-block .item.active .icon:after, .product-page .product-grid .product-side .material-block .item:hover .icon:after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  .product-page .product-grid .product-side .material-block .item.active .title:after, .product-page .product-grid .product-side .material-block .item:hover .title:after {
    width: 100%;
  }
  .product-page .product-grid .product-side .docs-block {
    margin: 0 0 30px;
  }
  .product-page .product-grid .product-side .acc-container {
    margin: 0 0 24px;
  }
  .product-page .product-grid .product-side .acc-container .acc-block.active .acc-body .body-content {
    padding: 4px 0;
  }
  .product-page .more-products h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 24px;
  }
}
.cases-page {
  padding: 120px 0 120px;
  background-color: #F3F3F3;
}
.cases-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.cases-page .page-title {
  text-align: center;
  margin: 0 0 50px;
}
.cases-page .page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin: 0 0 40px;
}
.cases-page .page-nav .nav-btn {
  height: 36px;
  border: 1px solid #CDCDCD;
  background-color: transparent;
  font-size: 12px;
  width: 200px;
  border-radius: 18px;
  padding: 0 18px;
  white-space: nowrap;
  text-align: center;
  line-height: 36px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.cases-page .page-nav .nav-btn:hover, .cases-page .page-nav .nav-btn.active {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}
.cases-page .cases-container, .cases-page .videos-container, .cases-page .images-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1300px) {
  .cases-page .cases-container, .cases-page .videos-container, .cases-page .images-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .cases-page .cases-container, .cases-page .videos-container, .cases-page .images-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cases-page .cases-container .item {
  display: flex;
  flex-direction: column;
}
.cases-page .cases-container .item .image-block {
  flex-shrink: 0;
}
.cases-page .cases-container .item .image-block .image {
  padding: 28.5% 0;
}
.cases-page .cases-container .item .text-block {
  padding: 16px 20px 20px;
  text-align: center;
  min-height: 250px;
  background-color: #ffffff;
  height: 100%;
}
.cases-page .cases-container .item .text-block .date {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 1px;
}
.cases-page .cases-container .item .text-block h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 18px;
}
.cases-page .cases-container .item .text-block .descr {
  font-size: 16px;
  font-weight: 400;
}
.cases-page .cases-container .item:hover .read-more:after {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}
.cases-page.blog-page .page-nav {
  margin: 0 0 36px;
}
.cases-page.blog-page .page-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 2vw;
  grid-row-gap: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0 0 50px;
}
.cases-page.blog-page .page-filters .filter-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 1;
}
.cases-page.blog-page .page-filters .filter-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.cases-page.blog-page .page-filters .filter-item.active:after, .cases-page.blog-page .page-filters .filter-item:hover:after {
  width: 100%;
}
.cases-page.blog-page .cases-container .item .image-block .image {
  padding: 33.3% 0;
}
.cases-page.blog-page .cases-container .item .text-block {
  padding: 26px 20px 60px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cases-page.blog-page .cases-container .item .text-block .read-more {
  font-size: 13px;
  font-weight: 600;
}
.cases-page .training-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 2vw;
  grid-row-gap: 14px;
  margin: 0 0 40px;
}
.cases-page .training-filters .filter-item {
  font-weight: 500;
  font-size: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 8px;
  color: #888888;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.cases-page .training-filters .filter-item.active, .cases-page .training-filters .filter-item:hover {
  color: #262626;
}
.cases-page .training-filters .filter-item.active span:first-child:after, .cases-page .training-filters .filter-item:hover span:first-child:after {
  width: 100%;
}
.cases-page .training-filters .filter-item.active .num, .cases-page .training-filters .filter-item:hover .num {
  background-color: #262626;
}
.cases-page .training-filters .filter-item span:first-child {
  font-size: 13px;
  display: inline-block;
  padding: 2px 0;
}
.cases-page .training-filters .filter-item span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.cases-page .training-filters .filter-item .num {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #888888;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.cases-page .videos-container .video-item .item-content {
  padding: 33% 0;
  background-color: #CDCDCD;
}
.cases-page .videos-container .video-item .item-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cases-page .images-container {
  grid-row-gap: 30px;
}
.cases-page .images-container .image-item {
  cursor: pointer;
}
.cases-page .images-container .image-item .image-block {
  margin: 0 0 16px;
}
.cases-page .images-container .image-item .image-block .image {
  padding: 28.11% 0;
}
.cases-page .images-container .image-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.case-page {
  padding: 120px 0 120px;
}
.case-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.case-page .page-title {
  text-align: center;
  margin: 0 0 40px;
}
.case-page .case-slider {
  padding-top: 40px;
  padding-left: 2.5vw;
  margin-bottom: 50px;
}
.case-page .case-slider .swiper-slide {
  height: 450px;
  width: unset !important;
}
.case-page .case-slider .swiper-slide .image-block {
  height: 100%;
}
.case-page .case-slider .swiper-slide img {
  height: 100%;
  width: auto;
}
.case-page .case-slider .slider-nav {
  position: absolute;
  top: 0;
  right: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 20px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.case-page .case-slider .slider-nav .nav-btn {
  font-size: 18px;
}
.case-page .wrapper {
  max-width: 960px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.case-page .wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 36px 0 20px;
}
.case-page .wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.case-page .wrapper .tip {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 26px;
}
.case-page .wrapper img {
  width: 100%;
  height: auto;
  margin: 20px 0 14px;
}
.case-page .wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}
.case-page .wrapper ul {
  padding-left: 20px;
  margin: 0 0 10px;
}
.case-page .wrapper .case-footer {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #262626;
}
.case-page .wrapper .case-footer .col {
  display: flex;
}
.case-page .wrapper .case-footer .col:nth-child(1) {
  justify-content: flex-start;
}
.case-page .wrapper .case-footer .col:nth-child(2) {
  justify-content: center;
}
.case-page .wrapper .case-footer .col:nth-child(3) {
  justify-content: flex-end;
}
.case-page .wrapper .case-footer a {
  font-size: 16px;
  font-weight: 500;
}
.case-page .wrapper .case-footer .prev-link, .case-page .wrapper .case-footer .next-link {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.case-page .wrapper .case-footer .prev-link:before, .case-page .wrapper .case-footer .prev-link:after, .case-page .wrapper .case-footer .next-link:before, .case-page .wrapper .case-footer .next-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
}
.case-page .wrapper .case-footer .prev-link:before {
  content: "";
}
.case-page .wrapper .case-footer .next-link:after {
  content: "";
}
.case-page .wrapper .case-footer .back-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.case-page .wrapper .case-footer .back-link:hover:after {
  width: 0;
}

.popup-training-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(38, 38, 38, 0.68);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.popup-training-slider.active {
  opacity: 1;
  visibility: visible;
}
.popup-training-slider .pt-close-btn {
  position: absolute;
  top: 5vh;
  right: 50%;
  height: 44px;
  width: 44px;
  margin-right: -22px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 20;
}
.popup-training-slider .pt-close-btn:after, .popup-training-slider .pt-close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  border-left: 1px solid #262626;
  margin-top: -12px;
}
.popup-training-slider .pt-close-btn:before {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
}
.popup-training-slider .pt-close-btn:after {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.popup-training-slider .swiper {
  height: 100%;
}
.popup-training-slider .swiper .swiper-wrapper {
  height: 100%;
}
.popup-training-slider .swiper .swiper-slide {
  height: 100%;
}
.popup-training-slider .swiper .swiper-slide .image-block {
  height: 100%;
  padding: 10vh 10vw;
}
.popup-training-slider .swiper .swiper-slide .image-block .image {
  height: 100%;
  width: 100%;
}
.popup-training-slider .slider-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  width: 90%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: space-between;
}
.popup-training-slider .slider-nav .nav-btn {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #ffffff;
  color: #262626;
}
.popup-training-slider .slider-nav .nav-btn.slide-prev {
  padding-right: 0.1em;
}
.popup-training-slider .slider-nav .nav-btn.slide-next {
  padding-left: 0.1em;
}

@media screen and (max-width: 960px) {
  .cases-page {
    padding: 100px 0 60px;
  }
  .cases-page .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  .cases-page .page-title {
    text-align: center;
    margin: 0 0 20px;
  }
  .cases-page .page-nav {
    margin: 0 0 30px;
  }
  .cases-page .cases-container .item .text-block {
    padding: 14px 16px 16px;
    min-height: 200px;
  }
  .cases-page .cases-container .item .text-block .date {
    font-size: 14px;
  }
  .cases-page .cases-container .item .text-block h4 {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .cases-page .cases-container .item .text-block .descr {
    font-size: 14px;
  }
  .cases-page.blog-page .page-nav {
    margin: 0 0 20px;
  }
  .cases-page.blog-page .page-filters {
    margin: 0 0 30px;
    grid-column-gap: 10px;
  }
  .cases-page.blog-page .cases-container .item .text-block {
    padding: 20px 20px 20px;
    min-height: 120px;
  }
  .cases-page .training-filters {
    margin: 0 0 30px;
  }
  .cases-page .training-filters .filter-item {
    flex-direction: row-reverse;
  }
  .cases-page .images-container .image-item {
    cursor: pointer;
  }
  .cases-page .images-container .image-item .image-block {
    margin: 0 0 10px;
  }
  .cases-page .images-container .image-item h4 {
    font-size: 16px;
  }

  .case-page {
    padding: 100px 0 80px;
  }
  .case-page .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  .case-page .page-title {
    text-align: center;
    margin: 0 0 20px;
  }
  .case-page .case-slider {
    padding-top: 40px;
    padding-left: 5vw;
    margin-bottom: 50px;
  }
  .case-page .case-slider .swiper-slide {
    height: 250px;
  }
  .case-page .case-slider .slider-nav {
    right: 5vw;
  }
  .case-page .wrapper {
    font-size: 14px;
  }
  .case-page .wrapper h2 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .case-page .wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
  }
  .case-page .wrapper .tip {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
  }
  .case-page .wrapper img {
    margin: 16px 0 10px;
  }
  .case-page .wrapper p {
    font-size: 14px;
  }
  .case-page .wrapper .case-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case-page .wrapper .case-footer .col {
    display: flex;
  }
  .case-page .wrapper .case-footer .col:nth-child(1) {
    order: 1;
    flex-basis: 45%;
  }
  .case-page .wrapper .case-footer .col:nth-child(2) {
    order: 3;
    flex-basis: 100%;
  }
  .case-page .wrapper .case-footer .col:nth-child(3) {
    order: 2;
    flex-basis: 45%;
    text-align: right;
  }
  .case-page .wrapper .case-footer a {
    font-size: 14px;
  }

  .popup-training-slider .pt-close-btn {
    height: 30px;
    width: 30px;
    margin-right: -15px;
  }
  .popup-training-slider .pt-close-btn:after, .popup-training-slider .pt-close-btn:before {
    height: 18px;
    margin-top: -9px;
  }
  .popup-training-slider .slider-nav .nav-btn {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.clients-page {
  padding: 0 0 70px;
}
.clients-page.arch-page {
  padding-bottom: 0;
}
.clients-page.develop-page {
  padding: 0 0 100px;
}
.clients-page.develop-page .advantages {
  padding-top: 0;
  background-color: transparent;
}
.clients-page.state-page {
  padding: 0;
}
.clients-page.state-page .projects {
  margin-bottom: 100px;
}
.clients-page.state-page .projects .projects-slider {
  margin-bottom: 30px;
}
.clients-page.state-page .projects .link-block {
  display: flex;
  justify-content: center;
}
.clients-page.state-page .advantages {
  padding-top: 0;
  background-color: transparent;
}
.clients-page .top-block {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.clients-page .top-block .bg-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.clients-page .top-block .bg-video-container .video {
  width: 100%;
  height: 100%;
}
.clients-page .top-block .bg-video-container .video video, .clients-page .top-block .bg-video-container .video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.clients-page .top-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.4);
  z-index: 5;
}
.clients-page .top-block .breadcrumbs {
  position: absolute;
  top: 100px;
  height: 42px;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
  font-size: 16px;
  font-weight: 400;
  z-index: 10;
}
.clients-page .top-block .breadcrumbs a {
  margin-right: 20px;
}
.clients-page .top-block .breadcrumbs a:last-child {
  margin-right: 0;
}
.clients-page .top-block .breadcrumbs a:after {
  margin-left: 8px;
}
.clients-page .top-block .breadcrumbs:not(.top-nav) {
  left: 0;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  padding-left: 2.5vw;
  padding-right: 24px;
  background-color: rgba(38, 38, 38, 0.3);
}
.clients-page .top-block .breadcrumbs:not(.top-nav) span {
  color: #ffffff;
}
.clients-page .top-block .breadcrumbs:not(.top-nav) a:after {
  color: #ffffff;
}
.clients-page .top-block .breadcrumbs.top-nav {
  right: 0;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-right: 2.5vw;
  padding-left: 24px;
  align-items: center;
  background-color: rgba(71, 71, 71, 0.3);
}
.clients-page .top-block .breadcrumbs.top-nav a {
  color: #ffffff;
  margin-bottom: 0;
}
.clients-page .top-block .breadcrumbs.top-nav a:after {
  color: #ffffff;
}
.clients-page .top-block .breadcrumbs.top-nav a:before {
  width: 0;
  border-top: 1px solid #ffffff;
}
.clients-page .top-block .breadcrumbs.top-nav a:last-child:after {
  display: none;
}
.clients-page .top-block .breadcrumbs.top-nav a:hover:before {
  width: 100%;
}
.clients-page .top-block .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  max-width: 100%;
  padding: 0 0 40px 2.5vw;
  color: #ffffff;
  z-index: 10;
}
.clients-page .top-block .text-block h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 40px;
  letter-spacing: -0.03em;
}
.clients-page .top-block .text-block .description {
  font-size: 16px;
  font-weight: 600;
  margin: -10px 0 32px;
}
.clients-page .top-block .text-block .description ul {
  padding-left: 20px;
  margin: 0;
}
.clients-page .top-block .text-block .description ul li {
  margin: 0 0 6px;
}
.clients-page .top-block .text-block .link-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column-gap: 14px;
  grid-row-gap: 10px;
}
.clients-page .top-block .text-block .link-block a {
  min-width: 210px;
}
.clients-page .block-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 40px;
}
.clients-page .advantages {
  padding: 80px 0 80px;
  background-color: #F5F6F9;
}
.clients-page .advantages .advantages-container {
  margin-bottom: 40px;
}
.clients-page .advantages .advantages-container .item {
  padding: 10px 0;
  border-bottom: 1px solid #E1E1E1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 10px;
  align-items: center;
}
.clients-page .advantages .advantages-container .item:first-child {
  padding-top: 0;
}
.clients-page .advantages .advantages-container .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.clients-page .advantages .advantages-container .item .image-block .image {
  padding: 27% 0;
}
.clients-page .advantages .advantages-container .item .text-block {
  padding-right: 5vw;
}
.clients-page .advantages .advantages-container .item .text-block h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}
.clients-page .advantages .advantages-container .item .text-block .description {
  font-size: 18px;
  font-weight: 400;
}
.clients-page .advantages .link-container {
  display: flex;
  justify-content: center;
}
.clients-page .advantages .link-container .round-btn-big {
  background-color: transparent;
  width: 290px;
  max-width: 100%;
  border: 1px solid #CDCDCD;
  font-weight: 400;
}
.clients-page .advantages .link-container .round-btn-big:hover {
  background-color: #262626;
  border: 1px solid #262626;
}
.clients-page .appointment {
  padding: 80px 0;
}
.clients-page .appointment .appointment-grid {
  display: grid;
  grid-template-columns: 0.975fr 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 20px;
}
.clients-page .appointment .appointment-grid .image-block .image {
  padding: 33% 0;
  object-fit: cover;
  height: 100%;
}
.clients-page .appointment .appointment-grid .text-block .block-title {
  margin: 0 0 12px;
}
.clients-page .appointment .appointment-grid .text-block .descr {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 22px;
}
.clients-page .appointment .appointment-grid .text-block .appointment-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.clients-page .appointment .appointment-grid .text-block .appointment-items .item {
  border: 1px solid #E1E1E1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clients-page .appointment .appointment-grid .text-block .appointment-items .item .ico img {
  height: 10px;
  width: 10px;
  object-fit: contain;
  margin-bottom: 5px;
}
.clients-page .appointment .appointment-grid .text-block .appointment-items .item h4 {
  font-size: 24px;
  font-weight: 500;
}
.clients-page .get-catalogue {
  margin-bottom: 100px;
}
.clients-page .get-catalogue .form-grid h2 {
  max-width: 640px;
}
.clients-page .ready-projects {
  margin-bottom: 100px;
}
.clients-page .ready-projects .title-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 46px;
}
.clients-page .ready-projects .title-block .block-title {
  margin: 0 0 8px;
}
.clients-page .ready-projects .title-block .descr {
  font-size: 18px;
}
.clients-page .ready-projects .title-block input {
  background-color: #F5F6F9;
  height: 40px;
  width: 290px;
  border-radius: 0;
  padding: 0 44px 0 14px;
}
.clients-page .ready-projects .title-block .ico {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 16px;
  margin-top: -8px;
}
.clients-page .ready-projects .ready-projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 46px;
}
.clients-page .ready-projects .ready-projects-container .item .image-block {
  margin: 0 0 12px;
}
.clients-page .ready-projects .ready-projects-container .item .image-block .image {
  padding: 35.8% 0;
}
.clients-page .ready-projects .ready-projects-container .item .text-block h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.clients-page .ready-projects .ready-projects-container .item .text-block .price-item {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  margin: 0 0 4px;
}
.clients-page .ready-projects .ready-projects-container .item .text-block .links-block {
  display: flex;
  justify-content: flex-start;
  grid-column-gap: 18px;
  padding-top: 16px;
}
.clients-page .ready-projects .ready-projects-container .item .text-block .links-block .round-btn-big.border {
  background-color: transparent;
  width: 210px;
  height: 46px;
  border-radius: 23px;
  max-width: 100%;
  border: 1px solid #CDCDCD;
  font-weight: 400;
}
.clients-page .ready-projects .ready-projects-container .item .text-block .links-block .round-btn-big.border:hover {
  background-color: #262626;
  border: 1px solid #262626;
}
.clients-page .calculation-block {
  padding: 90px 0 90px;
  background-color: #F5F6F9;
  margin-bottom: 100px;
}
.clients-page .calculation-block .block-title {
  text-align: center;
  margin: 0 0 16px;
}
.clients-page .calculation-block .descr {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 42px;
}
.clients-page .calculation-block .wrapper {
  max-width: 970px;
}
.clients-page .calculation-block .form-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 30px 5vw 24px;
  text-align: center;
}
.clients-page .calculation-block .form-slide > *:nth-child(1) {
  transition: all 0.6s ease 0.1s;
  -webkit-transition: all 0.6s ease 0.1s;
}
.clients-page .calculation-block .form-slide > *:nth-child(2) {
  transition: all 0.6s ease 0.2s;
  -webkit-transition: all 0.6s ease 0.2s;
}
.clients-page .calculation-block .form-slide > *:nth-child(3) {
  transition: all 0.6s ease 0.3s;
  -webkit-transition: all 0.6s ease 0.3s;
}
.clients-page .calculation-block .form-slide > *:nth-child(4) {
  transition: all 0.6s ease 0.4s;
  -webkit-transition: all 0.6s ease 0.4s;
}
.clients-page .calculation-block .form-slide > *:nth-child(5) {
  transition: all 0.6s ease 0.5s;
  -webkit-transition: all 0.6s ease 0.5s;
}
.clients-page .calculation-block .form-slide > *:nth-child(6) {
  transition: all 0.6s ease 0.6s;
  -webkit-transition: all 0.6s ease 0.6s;
}
.clients-page .calculation-block .form-slide > *:nth-child(7) {
  transition: all 0.6s ease 0.7s;
  -webkit-transition: all 0.6s ease 0.7s;
}
.clients-page .calculation-block .form-slide > *:nth-child(8) {
  transition: all 0.6s ease 0.8s;
  -webkit-transition: all 0.6s ease 0.8s;
}
.clients-page .calculation-block .form-slide > *:nth-child(9) {
  transition: all 0.6s ease 0.9s;
  -webkit-transition: all 0.6s ease 0.9s;
}
.clients-page .calculation-block .form-slide > *:nth-child(10) {
  transition: all 0.6s ease 1s;
  -webkit-transition: all 0.6s ease 1s;
}
.clients-page .calculation-block .form-slide > *:nth-child(11) {
  transition: all 0.6s ease 1.1s;
  -webkit-transition: all 0.6s ease 1.1s;
}
.clients-page .calculation-block .form-slide > *:nth-child(12) {
  transition: all 0.6s ease 1.2s;
  -webkit-transition: all 0.6s ease 1.2s;
}
.clients-page .calculation-block .form-slide > *:nth-child(13) {
  transition: all 0.6s ease 1.3s;
  -webkit-transition: all 0.6s ease 1.3s;
}
.clients-page .calculation-block .form-slide > *:nth-child(14) {
  transition: all 0.6s ease 1.4s;
  -webkit-transition: all 0.6s ease 1.4s;
}
.clients-page .calculation-block .form-slide > *:nth-child(15) {
  transition: all 0.6s ease 1.5s;
  -webkit-transition: all 0.6s ease 1.5s;
}
.clients-page .calculation-block .form-slide > *:nth-child(16) {
  transition: all 0.6s ease 1.6s;
  -webkit-transition: all 0.6s ease 1.6s;
}
.clients-page .calculation-block .form-slide > *:nth-child(17) {
  transition: all 0.6s ease 1.7s;
  -webkit-transition: all 0.6s ease 1.7s;
}
.clients-page .calculation-block .form-slide > *:nth-child(18) {
  transition: all 0.6s ease 1.8s;
  -webkit-transition: all 0.6s ease 1.8s;
}
.clients-page .calculation-block .form-slide > *:nth-child(19) {
  transition: all 0.6s ease 1.9s;
  -webkit-transition: all 0.6s ease 1.9s;
}
.clients-page .calculation-block .form-slide > *:nth-child(20) {
  transition: all 0.6s ease 2s;
  -webkit-transition: all 0.6s ease 2s;
}
.clients-page .calculation-block .form-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.clients-page .calculation-block .form-slide.active .count, .clients-page .calculation-block .form-slide.active h4, .clients-page .calculation-block .form-slide.active .description, .clients-page .calculation-block .form-slide.active .pic-checkboxes, .clients-page .calculation-block .form-slide.active .range-slider-container, .clients-page .calculation-block .form-slide.active .radio-list, .clients-page .calculation-block .form-slide.active .form-nav, .clients-page .calculation-block .form-slide.active .form-grid, .clients-page .calculation-block .form-slide.active .f-checkbox {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clients-page .calculation-block .form-slide .count {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 8px;
  border: 1px solid #C8C8C8;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
  opacity: 0;
}
.clients-page .calculation-block .form-slide h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide h4.final-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 30px;
  max-width: 580px;
}
.clients-page .calculation-block .form-slide .description {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .pic-checkboxes {
  display: flex;
  justify-content: center;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  margin-top: 18px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .pic-checkboxes.f-pic .checkbox {
  flex-basis: 33%;
}
.clients-page .calculation-block .form-slide .pic-checkboxes.s-pic {
  flex-wrap: wrap;
}
.clients-page .calculation-block .form-slide .pic-checkboxes.s-pic .checkbox {
  flex-basis: 24%;
}
.clients-page .calculation-block .form-slide .pic-checkboxes.s-pic .checkbox .image-block .image {
  padding: 32.5% 0;
}
.clients-page .calculation-block .form-slide .pic-checkboxes input {
  display: none;
}
.clients-page .calculation-block .form-slide .pic-checkboxes label {
  cursor: pointer;
}
.clients-page .calculation-block .form-slide .pic-checkboxes label:hover .image-block .image {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.clients-page .calculation-block .form-slide .pic-checkboxes label:hover h5:after {
  width: 100%;
}
.clients-page .calculation-block .form-slide .pic-checkboxes input:checked + label .image-block .image {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.clients-page .calculation-block .form-slide .pic-checkboxes input:checked + label h5:after {
  width: 100%;
}
.clients-page .calculation-block .form-slide .pic-checkboxes .image-block {
  margin: 0 0 6px;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.clients-page .calculation-block .form-slide .pic-checkboxes .image-block .image {
  padding: 53.7% 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.clients-page .calculation-block .form-slide .pic-checkboxes h5 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
.clients-page .calculation-block .form-slide .pic-checkboxes h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.clients-page .calculation-block .form-slide .range-slider-container {
  padding: 90px 0 80px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range {
  height: 2px;
  box-shadow: none;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0 auto;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range input {
  display: none;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-base {
  background-color: #262626;
  border: none;
  outline: none;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-connects {
  overflow: visible;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-connects .noUi-connect {
  background-color: #262626;
  height: 4px;
  margin-top: -1px;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-origin .noUi-handle {
  height: 20px;
  width: 20px;
  background-color: #262626;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: none;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  margin-top: -3px;
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.21);
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-origin .noUi-handle:before, .clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-origin .noUi-handle:after {
  display: none;
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .noUi-origin .noUi-handle .noUi-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 24px;
  height: 24px;
  padding: 0 6px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.06);
  border: none;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clients-page .calculation-block .form-slide .range-slider-container .simple-range .slider-labels {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.clients-page .calculation-block .form-slide .radio-list {
  width: 160px;
  text-align: left;
  margin: 0 auto 30px;
  padding-top: 16px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block {
  margin: 0 0 6px;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label {
  display: inline-block;
  font-size: 12px;
  padding-left: 28px;
  line-height: 20px;
  font-weight: 400;
  color: #262626 !important;
  cursor: pointer;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label:before, .clients-page .calculation-block .form-slide .radio-list .checkbox-block label:after {
  height: 16px;
  width: 16px;
  margin-top: -7px;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label:before {
  content: "";
  border: 1px solid #7C7C7C;
  background-color: #ffffff;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label:after {
  content: "";
  top: 12px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: #262626;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label a {
  text-decoration: underline;
}
.clients-page .calculation-block .form-slide .radio-list .checkbox-block label a:hover {
  color: inherit;
}
.clients-page .calculation-block .form-slide .form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .form-nav .back-button:after {
  display: none;
}
.clients-page .calculation-block .form-slide .form-nav .back-button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}
.clients-page .calculation-block .form-slide .form-grid {
  max-width: 580px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 auto 20px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .form-grid input {
  background-color: #F5F6F9;
}
.clients-page .calculation-block .form-slide .f-checkbox {
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.clients-page .calculation-block .form-slide .f-checkbox .error-message {
  text-align: center;
}
.clients-page .recommendations-block {
  margin: 0 0 100px;
}
.clients-page .recommendations-block .block-title {
  text-align: center;
  margin: 0 0 44px;
}
.clients-page .recommendations-block .rec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.clients-page .recommendations-block .rec-grid .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 14px;
}
.clients-page .recommendations-block .rec-grid .item .image-block .image {
  padding: 51.5% 0;
}
.clients-page .recommendations-block .rec-grid .item .text-block h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.clients-page .recommendations-block .rec-grid .item .text-block .descr {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.clients-page .recommendations-block .rec-grid .item .text-block .text {
  font-size: 16px;
  font-weight: 400;
}
.clients-page .roadmap {
  margin-bottom: 100px;
}
.clients-page .roadmap .block-title {
  text-align: center;
  margin: 0 0 10px;
}
.clients-page .roadmap .descr {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}
.clients-page .roadmap .roadmap-container {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 40px;
  padding: 0 2.5vw;
}
.clients-page .roadmap .roadmap-container .item {
  flex-basis: 33.33%;
  padding: 0 5vw;
}
.clients-page .roadmap .roadmap-container .item .num {
  height: 60px;
  width: 60px;
  border: 1px solid #CDCDCD;
  font-size: 22px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
  margin: 0 0 14px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 20;
}
.clients-page .roadmap .roadmap-container .item .time {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
}
.clients-page .roadmap .roadmap-container .item .step {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
  max-width: 290px;
}
.clients-page .roadmap .roadmap-container .item .step strong {
  font-weight: 700;
}
.clients-page .roadmap .roadmap-container .item:nth-child(1) {
  order: 1;
}
.clients-page .roadmap .roadmap-container .item:nth-child(2) {
  order: 2;
}
.clients-page .roadmap .roadmap-container .item:nth-child(3) {
  order: 3;
}
.clients-page .roadmap .roadmap-container .item:nth-child(4) {
  order: 6;
}
.clients-page .roadmap .roadmap-container .item:nth-child(5) {
  order: 5;
}
.clients-page .roadmap .roadmap-container .item:nth-child(6) {
  order: 4;
}
.clients-page .roadmap .roadmap-container .item:nth-child(7) {
  order: 7;
}
.clients-page .roadmap .roadmap-container .item:nth-child(8) {
  order: 8;
}
.clients-page .roadmap .roadmap-container .item:nth-child(9) {
  order: 9;
}
.clients-page .roadmap .roadmap-container .item:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 5vw;
  border-top: 1px solid #CDCDCD;
  width: 84vw;
}
.clients-page .roadmap .roadmap-container .item:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  top: 30px;
  right: 3vw;
  margin-top: -11px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.clients-page .roadmap .roadmap-container .item:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  border-right: 1px solid #CDCDCD;
  height: calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: -o-calc(100% + 40px);
}
.clients-page .roadmap .roadmap-container .item:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  top: 30px;
  right: 3vw;
  margin-top: -11px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.clients-page .roadmap .roadmap-container .item:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  border-top: 1px solid #CDCDCD;
  width: 89vw;
}
.clients-page .roadmap .roadmap-container .item:nth-child(4):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  top: 30px;
  right: 3vw;
  margin-top: -11px;
  transform: rotateZ(-135deg);
  -webkit-transform: rotateZ(-135deg);
  -o-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
}
.clients-page .roadmap .roadmap-container .item:nth-child(6):after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  border-right: 1px solid #CDCDCD;
  height: calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: -o-calc(100% + 40px);
}
.clients-page .roadmap .roadmap-container .item:nth-child(6):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  top: 70%;
  left: 0;
  margin-left: -11px;
  transform: rotateZ(135deg);
  -webkit-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
}
.clients-page .roadmap .roadmap-container .item:nth-child(7):after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 1px solid #CDCDCD;
  width: 65vw;
}
.clients-page .roadmap .roadmap-container .item:nth-child(8):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  top: 30px;
  right: 3vw;
  margin-top: -11px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.clients-page .more-products .block-title {
  margin: 0 0 46px;
}
.clients-page .arch-file-block {
  background-color: #F5F6F9;
  padding: 30px 2.5vw;
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 100px;
}
.clients-page .arch-file-block .image-block .image {
  padding: 35.8% 0;
}
.clients-page .arch-file-block .text-block h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.clients-page .arch-file-block .text-block .description {
  font-size: 40px;
  font-weight: 500;
  max-width: 660px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 24px;
}
.clients-page .arch-file-block .text-block .link-block {
  display: flex;
  justify-content: flex-start;
}
.clients-page .arch-file-block .text-block .link-block .round-btn-big {
  background-color: transparent;
  height: 60px;
  width: 260px;
  max-width: 100%;
  border-radius: 30px;
}
.clients-page .arch-file-block .text-block .link-block .round-btn-big:hover {
  background-color: #262626;
}
.clients-page .video-block {
  margin-bottom: 100px;
}
.clients-page .video-block .block-title {
  text-align: center;
  margin: 0 0 46px;
}
.clients-page .video-block .video-container {
  margin: 0 0 30px;
}
.clients-page .video-block .video-container .video {
  padding: 27.8% 0;
}
.clients-page .video-block .video-container .video.iframe-play.active .video-preview {
  opacity: 0;
  visibility: hidden;
}
.clients-page .video-block .video-container .video.iframe-play.active iframe {
  opacity: 1;
  visibility: visible;
}
.clients-page .video-block .video-container .video .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.clients-page .video-block .video-container .video .video-preview .play-btn {
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-page .video-block .video-container .video .video-preview .play-btn:after {
  content: "";
  display: block;
  border: 9px solid transparent;
  border-left: 15px solid #262626;
  margin-right: -16px;
}
.clients-page .video-block .video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.clients-page .video-block .video-container .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients-page .video-block .description {
  column-count: 2;
  column-gap: 5vw;
  font-size: 22px;
  font-weight: 400;
}
.clients-page .video-block .description p {
  margin: 0 0 10px;
}
.clients-page .about-materials-block {
  margin: 0 0 100px;
}
.clients-page .about-materials-block .block-title {
  text-align: center;
  margin: 0 0 40px;
}
.clients-page .about-materials-block .about-materials-banner {
  padding: 27.8% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clients-page .about-materials-block .about-materials-banner .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5vw 100px;
  color: #ffffff;
}
.clients-page .about-materials-block .about-materials-banner .text-block .text {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}
.clients-page .about-materials-block .about-materials-banner .text-block .link-block {
  display: flex;
  justify-content: center;
}
.clients-page .reasons-block {
  margin: 0 0 100px;
}
.clients-page .reasons-block .block-title {
  margin: 0 0 40px;
}
.clients-page .reasons-block .reasons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 50px;
}
.clients-page .reasons-block .reasons-container .reason-item .image-block {
  margin: 0 0 16px;
}
.clients-page .reasons-block .reasons-container .reason-item .image-block .image {
  padding: 34% 0;
}
.clients-page .reasons-block .reasons-container .reason-item h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
}
.clients-page .reasons-block .reasons-container .reason-item .description {
  font-size: 18px;
  font-weight: 400;
}
.clients-page .articles-block {
  margin-bottom: 90px;
}
.clients-page .articles-block .block-title {
  margin: 0 0 44px;
}
.clients-page .articles-block .articles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 44px;
}
.clients-page .articles-block .articles-container .article-item .text-block {
  background-color: #F5F6F9;
}
.clients-page .articles-block .articles-container .article-item .text-block .date {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 4px;
  color: #797979;
}
.clients-page .articles-block .articles-container .article-item .text-block .link-block {
  justify-content: flex-start;
}
.clients-page .articles-block .articles-container .article-item:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column: 1/span 3;
}
.clients-page .articles-block .articles-container .article-item:first-child .image-block {
  background-color: #F5F6F9;
  padding: 2.5vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-page .articles-block .articles-container .article-item:first-child .image-block .image {
  width: 100%;
  padding: 31% 0;
}
.clients-page .articles-block .articles-container .article-item:first-child .text-block {
  padding: 30px;
}
.clients-page .articles-block .articles-container .article-item:first-child .text-block h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
.clients-page .articles-block .articles-container .article-item:first-child .text-block .description {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.clients-page .articles-block .articles-container .article-item:first-child .text-block .read-more:before {
  border-bottom: 1px solid #262626;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 12px;
}
.clients-page .articles-block .articles-container .article-item:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.clients-page .articles-block .articles-container .article-item:not(:first-child) .image-block {
  flex-shrink: 0;
}
.clients-page .articles-block .articles-container .article-item:not(:first-child) .image-block .image {
  padding: 35% 0;
}
.clients-page .articles-block .articles-container .article-item:not(:first-child) .text-block {
  padding: 32px 30px 24px;
  height: 100%;
}
.clients-page .articles-block .articles-container .article-item:not(:first-child) .text-block h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}
@media screen and (max-width: 1200px) {
  .clients-page .articles-block .articles-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .clients-page .articles-block .articles-container .article-item:first-child {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 960px) {
  .clients-page .articles-block .articles-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .clients-page .articles-block .articles-container .article-item:first-child {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
  .clients-page .appointment .appointment-grid .text-block .appointment-items .item{
    justify-content: start;
    padding: 17px 30px 13px 10px;
  }
}
.clients-page .articles-block .link-block {
  display: flex;
  justify-content: center;
}
.clients-page .articles-block .link-block .round-btn-big {
  border: 1px solid #CDCDCD;
}
.clients-page .articles-block .link-block .round-btn-big:hover {
  border: 1px solid #262626;
}
.clients-page .develop-advantages-block {
  margin: 0 0 100px;
}
.clients-page .develop-advantages-block .block-title {
  margin: 0 0 40px;
}
.clients-page .develop-advantages-block .image-block {
  margin: 0 0 20px;
}
.clients-page .develop-advantages-block .image-block .image {
  padding: 19% 0;
}
.clients-page .develop-advantages-block .d-advantages-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
}
.clients-page .develop-advantages-block .d-advantages-container .col {
  padding: 0 34px;
}
.clients-page .develop-advantages-block .d-advantages-container .col:first-child {
  padding-left: 0;
  border-right: 1px solid #E1E1E1;
}
.clients-page .develop-advantages-block .d-advantages-container .col:last-child {
  padding-right: 0;
  border-left: 1px solid #E1E1E1;
}
.clients-page .develop-advantages-block .d-advantages-container .col h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}
.clients-page .develop-advantages-block .d-advantages-container .col ul li {
  list-style: none;
  padding-left: 23px;
  margin-bottom: 6px;
  font-size: 18px;
}
.clients-page .develop-advantages-block .d-advantages-container .col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background-image: url("/upload/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.clients-page .popular-block .block-title {
  margin: 0 0 40px;
}
.clients-page .popular-block .popular-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.clients-page .popular-block .popular-container .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
}
.clients-page .popular-block .popular-container .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: rgba(38, 38, 38, 0.59);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(38, 38, 38, 0.59), transparent);
  /* For Safari 5@mixin 1 to 6@mixin 0 */
  background: -o-linear-gradient(rgba(38, 38, 38, 0.59), transparent);
  /* For Opera 11@mixin 1 to 12@mixin 0 */
  background: -moz-linear-gradient(rgba(38, 38, 38, 0.59), transparent);
  /* For Firefox 3@mixin 6 to 15 */
  background: linear-gradient(rgba(38, 38, 38, 0.59), transparent);
  /* Standard syntax */
}
.clients-page .popular-block .popular-container .item .text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clients-page .popular-block .popular-container .item .text-block h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 4px;
}
.clients-page .state-info-block {
  margin: 0 0 70px;
}
.clients-page .state-info-block .top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-row-gap: 16px;
  margin-bottom: 50px;
}
.clients-page .state-info-block .top-row .block-title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.clients-page .state-info-block .top-row .text {
  font-size: 18px;
  font-weight: 400;
  padding-right: 5vw;
  grid-column: 1;
  grid-row: 2;
}
.clients-page .state-info-block .top-row .text strong {
  font-weight: 700;
}
.clients-page .state-info-block .top-row .text p {
  margin: 0 0 12px;
}
.clients-page .state-info-block .top-row .image-block {
  grid-column: 2;
  grid-row: 1/span 2;
}
.clients-page .state-info-block .top-row .image-block .image {
  padding: 30.8% 0;
}
.clients-page .state-info-block .bottom-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 3vw;
  grid-row-gap: 16px;
}
.clients-page .state-info-block .bottom-row .image-block .image {
  padding: 40% 0;
}
.clients-page .state-info-block .bottom-row .text-block {
  max-width: 420px;
}
.clients-page .state-info-block .bottom-row .text-block h4 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 12px;
}
.clients-page .state-info-block .bottom-row .text-block ul {
  margin: 0 0 24px;
}
.clients-page .state-info-block .bottom-row .text-block ul li {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 6px;
  font-size: 18px;
}
.clients-page .state-info-block .bottom-row .text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url("/upload/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.clients-page .state-info-block .bottom-row .text-block .link-block {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .clients-page {
    padding: 0 0 50px;
  }
  .clients-page.develop-page {
    padding: 0 0 50px;
  }
  .clients-page.state-page .top-block {
    background-position: 65% 50%;
  }
  .clients-page.state-page .projects {
    margin-bottom: 50px;
  }
  .clients-page.state-page .projects .projects-slider {
    margin-bottom: 20px;
  }
  .clients-page.version-ii .top-block {
    height: calc(100vh - 60px);
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 5vw 40px 5vw;
  }
  .clients-page.version-ii .top-block .breadcrumbs.top-nav {
    position: relative;
    right: unset;
    background-color: transparent;
    padding: 0;
    backdrop-filter: unset;
    top: unset;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .clients-page.version-ii .top-block .breadcrumbs.top-nav a {
    font-size: 26px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #949494;
    line-height: 1.1;
  }
  .clients-page.version-ii .top-block .breadcrumbs.top-nav a:after {
    display: none;
  }
  .clients-page.version-ii .top-block .text-block {
    padding: 0;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .clients-page.version-ii .top-block .text-block h1 {
    font-size: 26px;
    margin: 0 0 24px;
  }
  .clients-page.version-ii .top-block .text-block .description {
    font-size: 14px;
    margin: -10px 0 20px;
  }
  .clients-page .top-block {
    height: calc(100vh - 60px);
    margin-bottom: 60px;
  }
  .clients-page .top-block .breadcrumbs {
    font-size: 14px;
  }
  .clients-page .top-block .breadcrumbs.top-nav {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    top: 150px;
    left: 0;
    right: unset;
    grid-row-gap: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5vw;
    padding-right: 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .clients-page .top-block .breadcrumbs.top-nav a {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
  }
  .clients-page .top-block .breadcrumbs.top-nav a:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 10px;
  }
  .clients-page .top-block .breadcrumbs.top-nav a:last-child:after {
    display: inline;
  }
  .clients-page .top-block .breadcrumbs:not(.top-nav) {
    padding-left: 5vw;
  }
  .clients-page .top-block .text-block {
    padding: 0 0 40px 5vw;
  }
  .clients-page .top-block .text-block h1 {
    font-size: 26px;
    margin: 0 0 24px;
  }
  .clients-page .top-block .text-block .description {
    font-size: 14px;
    margin: -10px 0 20px;
  }
  .clients-page .block-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .clients-page .projects .block-title {
    margin: 0 0 30px;
  }
  .clients-page .advantages {
    padding: 54px 0 54px;
  }
  .clients-page .advantages .advantages-container {
    margin-bottom: 30px;
  }
  .clients-page .advantages .advantages-container .item {
    grid-template-columns: 1fr;
    grid-row-gap: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .clients-page .advantages .advantages-container .item:first-child {
    padding-top: 0;
  }
  .clients-page .advantages .advantages-container .item:last-child {
    padding-bottom: 0;
  }
  .clients-page .advantages .advantages-container .item .text-block {
    padding-right: 0;
  }
  .clients-page .advantages .advantages-container .item .text-block h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .clients-page .advantages .advantages-container .item .text-block .description {
    font-size: 14px;
  }
  .clients-page .advantages .link-container {
    display: flex;
    justify-content: center;
  }
  .clients-page .advantages .link-container .round-btn-big {
    height: 40px;
    border-radius: 20px;
  }
  .clients-page .appointment {
    padding: 50px 0;
  }
  .clients-page .appointment .appointment-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .clients-page .appointment .appointment-grid .text-block .block-title {
    margin: 0 0 10px;
  }
  .clients-page .appointment .appointment-grid .text-block .descr {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .clients-page .appointment .appointment-grid .text-block .appointment-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .clients-page .appointment .appointment-grid .text-block .appointment-items .item .ico img {
    height: 16px;
    width: 16px;
    margin-bottom: 10px;
  }
  .clients-page .appointment .appointment-grid .text-block .appointment-items .item h4 {
    font-size: 14px;
  }
  .clients-page .get-catalogue {
    margin-bottom: 50px;
  }
  .clients-page .get-catalogue .form-grid h2 {
    max-width: 640px;
  }
  .clients-page .ready-projects {
    margin-bottom: 50px;
  }
  .clients-page .ready-projects .title-block {
    display: block;
    margin: 0 0 24px;
  }
  .clients-page .ready-projects .title-block .block-title {
    margin: 0 0 8px;
  }
  .clients-page .ready-projects .title-block .descr {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .clients-page .ready-projects .title-block .form-block {
    max-width: 290px;
  }
  .clients-page .ready-projects .title-block input {
    background-color: #F5F6F9;
    height: 40px;
    width: 290px;
    max-width: 100%;
    border-radius: 0;
    padding: 0 44px 0 14px;
  }
  .clients-page .ready-projects .title-block .ico {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 16px;
    margin-top: -8px;
  }
  .clients-page .ready-projects .ready-projects-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .clients-page .ready-projects .ready-projects-container .item .image-block {
    margin: 0 0 12px;
  }
  .clients-page .ready-projects .ready-projects-container .item .text-block h4 {
    font-size: 20px;
    margin: 0 0 4px;
  }
  .clients-page .ready-projects .ready-projects-container .item .text-block .price-item {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .clients-page .ready-projects .ready-projects-container .item .text-block .links-block {
    grid-column-gap: 10px;
    padding-top: 10px;
  }
  .clients-page .ready-projects .ready-projects-container .item .text-block .links-block .round-btn-big.border {
    width: 170px;
    height: 40px;
    padding: 0 16px;
    border-radius: 20px;
  }
  .clients-page .calculation-block {
    padding: 50px 0 50px;
    margin-bottom: 50px;
  }
  .clients-page .calculation-block .block-title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .clients-page .calculation-block .descr {
    font-size: 16px;
    margin: 0 0 26px;
  }
  .clients-page .calculation-block .wrapper {
    max-width: 970px;
  }
  .clients-page .calculation-block .form-slide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 30px 5vw 24px;
    text-align: center;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(1) {
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(2) {
    transition: all 0.6s ease 0.2s;
    -webkit-transition: all 0.6s ease 0.2s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(3) {
    transition: all 0.6s ease 0.3s;
    -webkit-transition: all 0.6s ease 0.3s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(4) {
    transition: all 0.6s ease 0.4s;
    -webkit-transition: all 0.6s ease 0.4s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(5) {
    transition: all 0.6s ease 0.5s;
    -webkit-transition: all 0.6s ease 0.5s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(6) {
    transition: all 0.6s ease 0.6s;
    -webkit-transition: all 0.6s ease 0.6s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(7) {
    transition: all 0.6s ease 0.7s;
    -webkit-transition: all 0.6s ease 0.7s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(8) {
    transition: all 0.6s ease 0.8s;
    -webkit-transition: all 0.6s ease 0.8s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(9) {
    transition: all 0.6s ease 0.9s;
    -webkit-transition: all 0.6s ease 0.9s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(10) {
    transition: all 0.6s ease 1s;
    -webkit-transition: all 0.6s ease 1s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(11) {
    transition: all 0.6s ease 1.1s;
    -webkit-transition: all 0.6s ease 1.1s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(12) {
    transition: all 0.6s ease 1.2s;
    -webkit-transition: all 0.6s ease 1.2s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(13) {
    transition: all 0.6s ease 1.3s;
    -webkit-transition: all 0.6s ease 1.3s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(14) {
    transition: all 0.6s ease 1.4s;
    -webkit-transition: all 0.6s ease 1.4s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(15) {
    transition: all 0.6s ease 1.5s;
    -webkit-transition: all 0.6s ease 1.5s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(16) {
    transition: all 0.6s ease 1.6s;
    -webkit-transition: all 0.6s ease 1.6s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(17) {
    transition: all 0.6s ease 1.7s;
    -webkit-transition: all 0.6s ease 1.7s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(18) {
    transition: all 0.6s ease 1.8s;
    -webkit-transition: all 0.6s ease 1.8s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(19) {
    transition: all 0.6s ease 1.9s;
    -webkit-transition: all 0.6s ease 1.9s;
  }
  .clients-page .calculation-block .form-slide > *:nth-child(20) {
    transition: all 0.6s ease 2s;
    -webkit-transition: all 0.6s ease 2s;
  }
  .clients-page .calculation-block .form-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .clients-page .calculation-block .form-slide.active .count, .clients-page .calculation-block .form-slide.active h4, .clients-page .calculation-block .form-slide.active .description, .clients-page .calculation-block .form-slide.active .pic-checkboxes, .clients-page .calculation-block .form-slide.active .range-slider-container, .clients-page .calculation-block .form-slide.active .radio-list, .clients-page .calculation-block .form-slide.active .form-nav, .clients-page .calculation-block .form-slide.active .form-grid, .clients-page .calculation-block .form-slide.active .f-checkbox {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .clients-page .calculation-block .form-slide .count {
    margin: 0 0 14px;
  }
  .clients-page .calculation-block .form-slide h4 {
    font-size: 16px;
  }
  .clients-page .calculation-block .form-slide h4.final-title {
    font-size: 20px;
  }
  .clients-page .calculation-block .form-slide .description {
    font-size: 14px;
  }
  .clients-page .calculation-block .form-slide .pic-checkboxes.f-pic {
    flex-wrap: wrap;
    grid-column-gap: 1%;
  }
  .clients-page .calculation-block .form-slide .pic-checkboxes.f-pic .checkbox {
    flex-basis: 49% !important;
  }
  .clients-page .calculation-block .form-slide .pic-checkboxes.s-pic {
    flex-wrap: wrap;
    grid-column-gap: 1%;
  }
  .clients-page .calculation-block .form-slide .pic-checkboxes.s-pic .checkbox {
    flex-basis: 49%;
  }
  .clients-page .calculation-block .form-slide .pic-checkboxes h5 {
    font-size: 12px;
  }
  .clients-page .calculation-block .form-slide .range-slider-container {
    padding: 70px 0 60px;
  }
  .clients-page .calculation-block .form-slide .range-slider-container .simple-range {
    width: 90%;
  }
  .clients-page .calculation-block .form-slide .form-nav .round-btn-big {
    font-size: 14px;
    height: 42px;
    border-radius: 21px;
    padding: 0 16px;
    font-weight: 400;
  }
  .clients-page .calculation-block .form-slide .form-grid {
    grid-template-columns: 1fr;
  }
  .clients-page .calculation-block .form-slide .f-checkbox {
    margin-bottom: 40px;
    text-align: left;
  }
  .clients-page .recommendations-block {
    margin: 0 0 50px;
  }
  .clients-page .recommendations-block .block-title {
    text-align: left;
    margin: 0 0 20px;
  }
  .clients-page .recommendations-block .rec-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .clients-page .recommendations-block .rec-grid .item {
    grid-template-columns: 1fr;
    grid-row-gap: 14px;
  }
  .clients-page .recommendations-block .rec-grid .item .text-block h4 {
    margin: 0 0 8px;
  }
  .clients-page .recommendations-block .rec-grid .item .text-block .descr {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .clients-page .recommendations-block .rec-grid .item .text-block .text {
    font-size: 14px;
  }
  .clients-page .roadmap {
    margin-bottom: 50px;
  }
  .clients-page .roadmap .block-title {
    text-align: left;
    margin: 0 0 10px;
  }
  .clients-page .roadmap .descr {
    font-size: 16px;
    text-align: left;
    margin: 0 0 40px;
  }
  .clients-page .roadmap .roadmap-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    padding: 0;
  }
  .clients-page .roadmap .roadmap-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 20px;
    border-right: 1px solid #CDCDCD;
  }
  .clients-page .roadmap .roadmap-container .item {
    flex-basis: unset;
    padding: 0;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 18px;
    grid-template-rows: 18px 1fr;
  }
  .clients-page .roadmap .roadmap-container .item .num {
    padding-top: 2px;
    height: 40px;
    width: 40px;
    font-size: 15px;
    line-height: 38px;
    grid-row: 1/span 2;
  }
  .clients-page .roadmap .roadmap-container .item .time {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .clients-page .roadmap .roadmap-container .item .step {
    font-size: 14px;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(4) {
    order: 4;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(5) {
    order: 5;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(6) {
    order: 6;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(1):after {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(1):before {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(3):after {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(3):before {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(4):after {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(4):before {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(6):after {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(6):before {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(7):after {
    display: none;
  }
  .clients-page .roadmap .roadmap-container .item:nth-child(8):before {
    display: none;
  }
  .clients-page .more-products .block-title {
    margin: 0 0 46px;
  }
  .clients-page .arch-file-block {
    padding: 30px 5vw 50px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .clients-page .arch-file-block .text-block {
    text-align: center;
  }
  .clients-page .arch-file-block .text-block h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .clients-page .arch-file-block .text-block .description {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .clients-page .arch-file-block .text-block .link-block {
    justify-content: center;
  }
  .clients-page .arch-file-block .text-block .link-block .round-btn-big {
    background-color: #262626;
    height: 50px;
    border-radius: 25px;
    color: #ffffff;
  }
  .clients-page .arch-file-block .text-block .link-block .round-btn-big:hover {
    background-color: transparent;
    color: #262626;
  }
  .clients-page .video-block {
    margin-bottom: 50px;
  }
  .clients-page .video-block .block-title {
    margin: 0 0 20px;
  }
  .clients-page .video-block .video-container {
    margin: 0 0 20px;
  }
  .clients-page .video-block .video-container .video .video-preview .play-btn {
    height: 50px;
    width: 50px;
  }
  .clients-page .video-block .video-container .video .video-preview .play-btn:after {
    border: 4px solid transparent;
    border-left: 8px solid #262626;
    margin-right: -8px;
  }
  .clients-page .video-block .description {
    column-count: 1;
    column-gap: unset;
    font-size: 14px;
  }
  .clients-page .about-materials-block {
    margin: 0 0 50px;
  }
  .clients-page .about-materials-block .block-title {
    margin: 0 0 20px;
  }
  .clients-page .about-materials-block .about-materials-banner {
    padding: 50% 0;
  }
  .clients-page .about-materials-block .about-materials-banner .text-block {
    padding: 0 20px 20px;
  }
  .clients-page .about-materials-block .about-materials-banner .text-block .text {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .clients-page .reasons-block {
    margin: 0 0 50px;
  }
  .clients-page .reasons-block .block-title {
    margin: 0 0 20px;
  }
  .clients-page .reasons-block .reasons-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .clients-page .reasons-block .reasons-container .reason-item h4 {
    font-size: 18px;
  }
  .clients-page .reasons-block .reasons-container .reason-item .description {
    font-size: 14px;
  }
  .clients-page .articles-block {
    margin-bottom: 40px;
  }
  .clients-page .articles-block .block-title {
    margin: 0 0 20px;
  }
  .clients-page .articles-block .articles-container .article-item .text-block .date {
    font-size: 12px;
    margin: 0 0 6px;
  }
  .clients-page .articles-block .articles-container .article-item:first-child .text-block {
    padding: 12px 14px 14px;
  }
  .clients-page .articles-block .articles-container .article-item:first-child .text-block h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .clients-page .articles-block .articles-container .article-item:first-child .text-block .description {
    font-size: 14px;
  }
  .clients-page .articles-block .articles-container .article-item:not(:first-child) .text-block {
    padding: 12px 14px 14px;
  }
  .clients-page .articles-block .articles-container .article-item:not(:first-child) .text-block h4 {
    font-size: 18px;
  }
  .clients-page .develop-advantages-block {
    margin: 0 0 30px;
  }
  .clients-page .develop-advantages-block .block-title {
    margin: 0 0 30px;
  }
  .clients-page .develop-advantages-block .image-block {
    margin: 0 0 12px;
  }
  .clients-page .develop-advantages-block .d-advantages-container {
    grid-template-columns: 1fr;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col {
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col:first-child {
    border-right: none;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col:last-child {
    border: none;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col h4 {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col ul li {
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 22px;
  }
  .clients-page .develop-advantages-block .d-advantages-container .col ul li:before {
    height: 7px;
    width: 7px;
    margin-top: -5px;
  }
  .clients-page .popular-block .block-title {
    margin: 0 0 30px;
  }
  .clients-page .popular-block .popular-container {
    grid-template-columns: 1fr;
  }
  .clients-page .popular-block .popular-container .item {
    height: 250px;
  }
  .clients-page .popular-block .popular-container .item:before {
    height: 120px;
  }
  .clients-page .popular-block .popular-container .item .text-block {
    padding: 16px 20px 0;
  }
  .clients-page .popular-block .popular-container .item .text-block h4 {
    font-size: 20px;
  }
  .clients-page .state-info-block {
    margin: 0 0 50px;
  }
  .clients-page .state-info-block .top-row {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }
  .clients-page .state-info-block .top-row .block-title {
    grid-column: unset;
    grid-row: unset;
    order: 1;
    width: 100%;
  }
  .clients-page .state-info-block .top-row .text {
    width: 100%;
    font-size: 18px;
    padding-right: 0;
    grid-column: unset;
    grid-row: unset;
    order: 3;
  }
  .clients-page .state-info-block .top-row .image-block {
    width: 100%;
    grid-column: unset;
    grid-row: unset;
    order: 2;
  }
  .clients-page .state-info-block .bottom-row {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
  .clients-page .state-info-block .bottom-row .image-block {
    max-width: 210px;
  }
  .clients-page .state-info-block .bottom-row .text-block h4 {
    font-size: 24px;
    margin: 0 0 22px;
  }
  .clients-page .state-info-block .bottom-row .text-block ul li {
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 24px;
  }
  .clients-page .state-info-block .bottom-row .text-block ul li:before {
    height: 16px;
    width: 16px;
    margin-top: -8px;
  }
  .clients-page .state-info-block .bottom-row .text-block .link-block .round-btn-big {
    height: 50px;
    border-radius: 25px;
  }
}
.about-page {
  padding: 0;
}
.about-page .top-block {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 70px;
  margin: 0 0 50px;
}
.about-page .top-block:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.28);
}
.about-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.about-page .block-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 40px;
}
.about-page .title-descr {
  font-size: 18px;
  font-weight: 500;
}
.about-page .about-tiles .about-block {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.about-page .about-tiles .about-block .block-title {
  margin: 0 0 30px;
}
.about-page .about-tiles .about-block .descr {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 70px;
}
.about-page .about-tiles .about-tile {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-column-gap: 0;
  grid-row-gap: 16px;
  align-items: center;
  margin: 0 0 100px;
}
.about-page .about-tiles .about-tile.rev-tile {
  grid-template-columns: 1.1fr 1fr;
}
.about-page .about-tiles .about-tile.rev-tile .image-block {
  grid-column: 2;
}
.about-page .about-tiles .about-tile.rev-tile .text-block {
  grid-column: 1;
  grid-row: 1;
}
.about-page .about-tiles .about-tile .image-block .image {
  padding: 23.8% 0;
}
.about-page .about-tiles .about-tile .image-block .tip {
  padding-top: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.about-page .about-tiles .about-tile .text-block {
  padding: 0 2.5vw;
}
.about-page .about-tiles .about-tile .text-block h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}
.about-page .about-tiles .about-tile .text-block p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 22px;
}
.about-page .about-tiles .about-tile .text-block p strong {
  font-weight: 600;
}
.about-page .geography-block {
  text-align: center;
  margin: 0 0 100px;
}
.about-page .geography-block .block-title {
  margin: 0 0 36px;
}
.about-page .geography-block .title-descr {
  font-size: 16px;
  margin: 0 0 40px;
}
.about-page .geography-block .geo-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.about-page .geography-block .geo-container .item {
  color: #ffffff;
  display: block;
}
.about-page .geography-block .geo-container .item .image {
  padding: 37.3% 0;
}
.about-page .geography-block .geo-container .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 210px;
  background: transparent;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, rgba(38, 38, 38, 0.8));
  /* For Safari 5@mixin 1 to 6@mixin 0 */
  background: -o-linear-gradient(transparent, rgba(38, 38, 38, 0.8));
  /* For Opera 11@mixin 1 to 12@mixin 0 */
  background: -moz-linear-gradient(transparent, rgba(38, 38, 38, 0.8));
  /* For Firefox 3@mixin 6 to 15 */
  background: linear-gradient(transparent, rgba(38, 38, 38, 0.8));
  /* Standard syntax */
}
.about-page .geography-block .geo-container .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 24px;
  z-index: 10;
}
.about-page .geography-block .geo-container .item .title h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.about-page .geography-block .geo-container .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .geography-block .geo-container .btn-item .round-btn-big {
  border: 1px solid #CDCDCD;
}
.about-page .geography-block .geo-container .btn-item .round-btn-big:hover {
  border: 1px solid #262626;
}
.about-page .map-block {
  text-align: center;
  margin: 0 0 50px;
}
.about-page .map-block h3 {
  font-size: 28px;
  font-weight: 400;
  max-width: 630px;
  margin: 0 auto 20px;
}
.about-page .map-block .map-descr {
  font-size: 18px;
  font-weight: 400;
  max-width: 630px;
  margin: 0 auto 30px;
}
.about-page .map-block .map-descr strong {
  font-weight: 600;
}
.about-page .map-block .map-container .preview-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-page .map-block .map-container .preview-map img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-page .map-block .map-container .preview-map .open-map-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.about-page .map-block .map-container .preview-map:hover .open-map-popup {
  opacity: 1;
  visibility: visible;
}
.about-page .map-block .map-container .preview-map, .about-page .map-block .map-container .iframe-map {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.about-page .map-block .map-container .active {
  opacity: 1;
  visibility: visible;
}
.about-page .development-block {
  margin: 0 0 80px;
}
.about-page .development-block .title-block {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}
.about-page .development-block .title-block .block-title {
  margin: 0 0 30px;
}
.about-page .development-block .title-block .title-descr {
  margin: 0 0 30px;
}
.about-page .development-block .title-block .link-block {
  display: flex;
  justify-content: center;
}
.about-page .development-block .video-container {
  margin: 0 0 30px;
}
.about-page .development-block .video-container .video {
  padding: 27.8% 0;
}
.about-page .development-block .video-container .video.iframe-play.active .video-preview {
  opacity: 0;
  visibility: hidden;
}
.about-page .development-block .video-container .video.iframe-play.active iframe {
  opacity: 1;
  visibility: visible;
}
.about-page .development-block .video-container .video .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.about-page .development-block .video-container .video .video-preview .play-btn {
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .development-block .video-container .video .video-preview .play-btn:after {
  content: "";
  display: block;
  border: 9px solid transparent;
  border-left: 15px solid #262626;
  margin-right: -16px;
}
.about-page .development-block .video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.about-page .development-block .video-container .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .anod-al-block {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 20px;
  margin: 0 0 70px;
}
.about-page .anod-al-block .text-block {
  font-size: 18px;
}
.about-page .anod-al-block .text-block h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 26px;
}
.about-page .anod-al-block .text-block p {
  margin: 0 0 30px;
}
.about-page .anod-al-block .text-block ul li {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 22px;
  font-size: 18px;
}
.about-page .anod-al-block .text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-image: url("/upload/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .anod-al-block .text-block .link-block {
  display: flex;
  justify-content: flex-start;
}
.about-page .anod-al-block .slider-block .anod-al-slider {
  padding: 40.9% 0;
}
.about-page .anod-al-block .slider-block .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-page .anod-al-block .slider-block .swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-page .anod-al-block .slider-block .slide-ctrls {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 34px;
  z-index: 10;
}
.about-page .anod-al-block .slider-block .slide-ctrls .nav-btn {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  color: #262626;
}
.about-page .anod-al-block .slider-block .slide-ctrls .nav-btn.slide-prev {
  padding-right: 2px;
}
.about-page .anod-al-block .slider-block .slide-ctrls .nav-btn.slide-next {
  padding-left: 2px;
}
.about-page .anod-al-block .slider-block .slide-ctrls .pages {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  min-width: 30px;
  text-align: center;
  width: auto;
  bottom: unset;
}
.about-page .anod-al-block .slider-block .slide-ctrls .pages:after, .about-page .anod-al-block .slider-block .slide-ctrls .pages:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  border-top: 1px solid #ffffff;
}
.about-page .anod-al-block .slider-block .slide-ctrls .pages:after {
  left: 100%;
  margin-left: 5px;
}
.about-page .anod-al-block .slider-block .slide-ctrls .pages:before {
  right: 100%;
  margin-right: 5px;
}
.about-page .our-production-block {
  margin: 0 0 80px;
}
.about-page .our-production-block h3 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}
.about-page .our-production-block .our-production-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 1300px) {
  .about-page .our-production-block .our-production-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .about-page .our-production-block .our-production-container {
    grid-template-columns: 1fr;
  }
}
.about-page .our-production-block .our-production-container .item .image {
  padding: 35.5% 0;
}
.about-page .our-production-block .our-production-container .item .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: #262626;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#262626, transparent);
  /* For Safari 5@mixin 1 to 6@mixin 0 */
  background: -o-linear-gradient(#262626, transparent);
  /* For Opera 11@mixin 1 to 12@mixin 0 */
  background: -moz-linear-gradient(#262626, transparent);
  /* For Firefox 3@mixin 6 to 15 */
  background: linear-gradient(#262626, transparent);
  /* Standard syntax */
}
.about-page .our-production-block .our-production-container .item .text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  z-index: 10;
}
.about-page .our-production-block .our-production-container .item .text-block h4 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 10px;
}
.about-page .our-production-block .our-production-container .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.about-page .our-production-block .our-production-container .btn-item p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 34px;
}
.about-page .service-block {
  padding: 60px 0 80px;
  text-align: center;
  background-color: #F5F6F9;
  margin: 0 0 100px;
}
.about-page .service-block .block-title {
  margin: 0 0 30px;
}
.about-page .service-block .title-descr {
  margin: 0 0 72px;
}
.about-page .service-block .steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 54px;
}
.about-page .service-block .steps-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  right: 90px;
  top: 36px;
  border-top: 1px solid #CDCDCD;
}
.about-page .service-block .steps-container .item {
  width: 180px;
  max-width: 20%;
  text-align: center;
}
.about-page .service-block .steps-container .item .number {
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  font-size: 32px;
  line-height: 70px;
  height: 72px;
  width: 72px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 26px;
}
.about-page .service-block .steps-container .item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.about-page .service-block .description {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}
.about-page .service-block .link-block {
  display: flex;
  justify-content: center;
}
.about-page .trust-reasons-block {
  margin: 0 0 80px;
}
.about-page .trust-reasons-block .title-block {
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}
.about-page .trust-reasons-block .title-block .block-title {
  margin: 0 0 30px;
}
.about-page .trust-reasons-block .title-block .title-descr {
  margin: 0 0 34px;
}
.about-page .trust-reasons-block .title-block .link-block {
  display: flex;
  justify-content: center;
}
.about-page .trust-reasons-block .image-block .image {
  padding: 22% 0;
}
.about-page .certificates-block {
  text-align: center;
  margin: 0 0 120px;
}
.about-page .certificates-block .block-title {
  margin: 0 0 34px;
}
.about-page .certificates-block .title-descr {
  margin: 0 0 50px;
}
.about-page .certificates-block .certificates-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  margin: 0 0 50px;
}
.about-page .certificates-block .certificates-container .item {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F6F9;
}
.about-page .certificates-block .certificates-container .item img {
  height: 150px;
  width: 80%;
  object-fit: contain;
}
.about-page .certificates-block .link-block {
  display: flex;
  justify-content: center;
}
.about-page .clients-block .block-title {
  text-align: center;
  margin: 0 0 90px;
}
.about-page .clients-block .clients {
  padding-bottom: 130px;
  overflow: hidden;
}
.about-page .clients-block .clients .clients-container {
  display: flex;
  overflow: hidden;
}
.about-page .clients-block .clients .clients-container .f-t-row {
  display: flex;
  flex-shrink: 0;
}
.about-page .clients-block .clients .clients-container .f-t-row:first-child {
  animation: 30s linear 0s infinite f_t_animation;
}
.about-page .clients-block .clients .clients-container .f-t-row:last-child {
  animation: 30s linear 0s infinite f_t_animation;
}
.about-page .clients-block .clients .clients-container img {
  width: 250px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}
.join-block {
  padding: 80px 0;
  text-align: center;
  background-color: #F5F6F9;
}
.join-block .block-title {
  margin: 0 0 36px;
}
.join-block .title-descr {
  margin: 0 0 60px;
}
.join-block .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 2.5vw;
}
.join-block .socials .soc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 36px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.join-block .socials .soc:hover {
  background-color: #262626;
  color: #ffffff;
}
.about-page .subscribe-form-block {
  background-color: #ffffff;
}
.about-page .subscribe-form-block .form-side .subscribe-form input {
  background-color: #F5F6F9;
}

@media screen and (max-width: 960px) {
  .about-page .top-block {
    height: calc(100vh - 60px);
    margin: 0 0 30px;
  }
  .about-page .block-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .about-page .round-btn-big {
    height: 50px;
    border-radius: 25px;
  }
  .about-page .title-descr {
    font-size: 14px;
  }
  .about-page .about-tiles .about-block {
    margin: 0 auto 30px;
  }
  .about-page .about-tiles .about-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .about-tiles .about-block .descr {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .about-page .about-tiles .about-tile {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    padding: 0 5vw;
    margin: 0 0 40px;
  }
  .about-page .about-tiles .about-tile.rev-tile {
    grid-template-columns: 1fr;
  }
  .about-page .about-tiles .about-tile.rev-tile .image-block {
    grid-column: unset;
  }
  .about-page .about-tiles .about-tile.rev-tile .text-block {
    grid-column: unset;
    grid-row: unset;
  }
  .about-page .about-tiles .about-tile .image-block .tip {
    font-size: 12px;
  }
  .about-page .about-tiles .about-tile .text-block {
    padding: 0;
  }
  .about-page .about-tiles .about-tile .text-block h3 {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .about-page .about-tiles .about-tile .text-block p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .about-page .geography-block {
    margin: 0 0 40px;
  }
  .about-page .geography-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .geography-block .title-descr {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .about-page .geography-block .geo-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .about-page .geography-block .geo-container .item:after {
    height: 120px;
  }
  .about-page .geography-block .geo-container .item .title {
    padding: 0 14px 20px;
  }
  .about-page .geography-block .geo-container .item .title h4 {
    font-size: 16px;
  }
  .about-page .map-block {
    text-align: center;
    margin: 0 0 30px;
  }
  .about-page .map-block h3 {
    font-size: 18px;
  }
  .about-page .map-block .map-descr {
    font-size: 14px;
  }
  .about-page .map-block .map-container .preview-map {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .about-page .map-block .map-container .preview-map .open-map-popup {
    opacity: 1;
    visibility: visible;
  }
  .about-page .map-block .map-container .preview-map, .about-page .map-block .map-container .iframe-map {
    display: none;
  }
  .about-page .map-block .map-container .active {
    display: block;
  }
  .about-page .development-block {
    margin: 0 0 40px;
  }
  .about-page .development-block .title-block {
    margin: 0 auto 30px;
  }
  .about-page .development-block .title-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .development-block .title-block .title-descr {
    margin: 0 0 20px;
  }
  .about-page .development-block .video-container {
    margin: 0 0 20px;
  }
  .about-page .development-block .video-container .video .video-preview .play-btn {
    height: 50px;
    width: 50px;
  }
  .about-page .development-block .video-container .video .video-preview .play-btn:after {
    border: 4px solid transparent;
    border-left: 8px solid #262626;
    margin-right: -8px;
  }
  .about-page .anod-al-block {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 30px;
  }
  .about-page .anod-al-block .text-block {
    font-size: 14px;
  }
  .about-page .anod-al-block .text-block h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .about-page .anod-al-block .text-block p {
    margin: 0 0 16px;
  }
  .about-page .anod-al-block .text-block ul li {
    padding-left: 34px;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .about-page .anod-al-block .text-block ul li:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .about-page .anod-al-block .slider-block .slide-ctrls {
    bottom: 14px;
  }
  .about-page .anod-al-block .slider-block .slide-ctrls .nav-btn {
    height: 22px;
    width: 22px;
    font-size: 10px;
  }
  .about-page .anod-al-block .slider-block .slide-ctrls .pages {
    font-size: 16px;
    min-width: 24px;
  }
  .about-page .our-production-block {
    margin: 0 0 40px;
  }
  .about-page .our-production-block h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .about-page .our-production-block .our-production-container .item .text-block {
    padding: 16px 20px 0;
  }
  .about-page .our-production-block .our-production-container .item .text-block h4 {
    font-size: 18px;
  }
  .about-page .our-production-block .our-production-container .btn-item {
    padding: 14px;
  }
  .about-page .our-production-block .our-production-container .btn-item p {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .about-page .service-block {
    padding: 40px 0 40px;
    margin: 0 0 50px;
  }
  .about-page .service-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .service-block .title-descr {
    margin: 0 0 30px;
  }
  .about-page .service-block .steps-container {
    flex-direction: column;
    grid-row-gap: 20px;
    margin: 0 0 30px;
  }
  .about-page .service-block .steps-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    right: unset;
    top: 25px;
    bottom: 25px;
    border-top: none;
    border-right: 1px solid #CDCDCD;
  }
  .about-page .service-block .steps-container .item {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 14px;
  }
  .about-page .service-block .steps-container .item .number {
    font-size: 20px;
    line-height: 50px;
    height: 52px;
    width: 52px;
    margin: 0;
    flex-shrink: 0;
  }
  .about-page .service-block .steps-container .item .title {
    font-size: 14px;
  }
  .about-page .service-block .description {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .about-page .trust-reasons-block {
    margin: 0 0 40px;
  }
  .about-page .trust-reasons-block .title-block {
    margin: 0 auto 40px;
  }
  .about-page .trust-reasons-block .title-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .trust-reasons-block .title-block .title-descr {
    margin: 0 0 20px;
  }
  .about-page .certificates-block {
    text-align: center;
    margin: 0 0 50px;
  }
  .about-page .certificates-block .block-title {
    margin: 0 0 20px;
  }
  .about-page .certificates-block .title-descr {
    margin: 0 0 30px;
  }
  .about-page .certificates-block .certificates-container {
    grid-template-columns: 1fr;
    margin: 0 0 20px;
  }
  .about-page .certificates-block .certificates-container .item {
    height: 150px;
  }
  .about-page .certificates-block .certificates-container .item img {
    height: 100px;
  }
  .about-page .certificates-block .link-block {
    display: flex;
    justify-content: center;
  }
  .about-page .clients-block .block-title {
    margin: 0 0 40px;
  }
  .about-page .clients-block .clients {
    padding-bottom: 40px;
  }
  .about-page .clients-block .clients .clients-container .swiper-slide {
    width: 110px;
  }
  .about-page .clients-block .clients .clients-container img {
    width: 110px;
    height: 50px;
  }
  .join-block {
    padding: 40px 0;
  }
  .join-block .block-title {
    margin: 0 0 20px;
  }
  .join-block .title-descr {
    margin: 0 0 30px;
  }
  .join-block .socials {
    grid-column-gap: 14px;
  }
  .join-block .socials .soc {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
  .about-page .subscribe-form-block {
    background-color: #ffffff;
  }
  .about-page .subscribe-form-block .form-side .subscribe-form input {
    background-color: #F5F6F9;
  }
}
.contacts-page {
  padding: 120px 0 120px;
}
.contacts-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.contacts-page .page-title {
  text-align: center;
  margin: 0 0 34px;
}
.contacts-page .page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin: 0 0 60px;
}
.contacts-page .page-nav .nav-btn {
  height: 36px;
  border: 1px solid #CDCDCD;
  background-color: transparent;
  font-size: 12px;
  width: 200px;
  border-radius: 18px;
  padding: 0 18px;
  white-space: nowrap;
  text-align: center;
  line-height: 36px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.contacts-page .page-nav .nav-btn:hover, .contacts-page .page-nav .nav-btn.active {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}
.contacts-page .page-nav .rating {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
  font-size: 0;
  line-height: 1;
}
.contacts-page .page-nav .rating img {
  height: 60px;
  width: auto;
}
.contacts-page h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}
.contacts-page .contact-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  font-size: 16px;
  font-weight: 400;
}
.contacts-page .contact-row h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.contacts-page .contact-row p {
  margin: 0 0 10px;
}
.contacts-page .contact-row a {
  text-decoration: underline;
}
.contacts-page .add-link {
  font-size: 22px;
  font-weight: 500;
  text-decoration: none !important;
}
.contacts-page .add-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.contacts-page .add-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 14px;
  margin-left: 4px;
}
.contacts-page .add-link:hover:before {
  width: 0;
}
.contacts-page .grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 0 30px;
}
.contacts-page .grid-block .col:first-child {
  padding-right: 5vw;
}
.contacts-page .grid-block .contact-row {
  margin: 0 0 20px;
}
.contacts-page .grid-block .contact-row .info {
  min-height: 40px;
}
.contacts-page .grid-block .map-container {
  height: 420px;
  filter: grayscale(1);
  overflow: hidden;
}
.contacts-page .grid-block .map-container #yandex_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.contacts-page .grid-block .link-block {
  display: flex;
  justify-content: flex-start;
}
.contacts-page .grid-block .link-block .rec-link {
  font-size: 22px;
  font-weight: 500;
}
.contacts-page .grid-block .link-block .rec-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.contacts-page .grid-block .link-block .rec-link:hover:before {
  width: 0;
}
.contacts-page .grid-block .link-block .rec-link .ico {
  position: absolute;
  top: 50%;
  font-size: 26px;
  left: 100%;
  margin-left: 8px;
  margin-top: -13px;
}
.contacts-page .contacts-content {
  max-width: 880px;
}
.contacts-page .contacts-content a {
  text-decoration: underline;
}
.contacts-page .contacts-content .contact-row {
  margin: 0 0 40px;
}
.contacts-page .contacts-content .add-link-container {
  margin: 0 0 40px;
}
.contacts-page .contacts-content .acc-container {
  margin: 0 0 46px;
}
.contacts-page .contacts-content .acc-block .acc-head {
  font-size: 18px;
  font-weight: 600;
}
.contacts-page .contacts-content .acc-block .contact-row {
  margin: 0 0 22px;
}
.contacts-page .contacts-content .acc-block .contact-row:last-child {
  margin: 0;
}
.contacts-page .contacts-content .acc-block.active .acc-head .ico {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
}
.contacts-page .contacts-content .acc-block.active .acc-head .ico:before {
  width: 18px;
}
.contacts-page .contacts-content .acc-block.active .acc-head .ico:after {
  width: 18px;
}
.contacts-page .contacts-content .acc-block.active .acc-body .body-content {
  padding: 0 0 22px;
}
.contacts-page .contacts-content .email-block h2 {
  margin: 0 0 40px;
}
.contacts-page .contacts-content .email-block .link {
  margin: 0 0 46px;
}
.contacts-page .contacts-content .email-block .link:last-child {
  margin: 0;
}
.contacts-page .world-contacts .item {
  height: 66px;
  border-top: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts-page .world-contacts .item:last-child {
  border-bottom: 1px solid #262626;
}
.contacts-page .world-contacts .item .contact-country {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.contacts-page .world-contacts .item .contact-site {
  font-weight: 400;
  font-size: 18px;
}
.contacts-page .world-contacts .item .contact-site a {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .contacts-page {
    padding: 100px 0 60px;
  }
  .contacts-page .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  .contacts-page .page-title {
    text-align: center;
    margin: 0 0 20px;
  }
  .contacts-page .page-nav {
    margin: 0 0 20px;
  }
  .contacts-page .page-nav .rating {
    position: relative;
    top: unset;
    margin-top: 0;
    right: unset;
    width: 100%;
    padding-top: 10px;
    text-align: right;
  }
  .contacts-page .page-nav .rating img {
    height: 50px;
  }
  .contacts-page h2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .contacts-page .contact-row {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    font-size: 14px;
  }
  .contacts-page .contact-row h4 {
    font-size: 14px;
  }
  .contacts-page .add-link {
    font-size: 16px;
  }
  .contacts-page .add-link:after {
    font-size: 12px;
  }
  .contacts-page .grid-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin: 0 0 20px;
  }
  .contacts-page .grid-block .col:first-child {
    padding-right: 5vw;
  }
  .contacts-page .grid-block .contact-row {
    margin: 0 0 20px;
  }
  .contacts-page .grid-block .contact-row .info {
    min-height: unset;
  }
  .contacts-page .grid-block .map-container {
    height: 300px;
  }
  .contacts-page .grid-block .link-block {
    display: flex;
    justify-content: flex-start;
  }
  .contacts-page .grid-block .link-block .rec-link {
    font-size: 22px;
    font-weight: 500;
  }
  .contacts-page .grid-block .link-block .rec-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #262626;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .contacts-page .grid-block .link-block .rec-link:hover:before {
    width: 0;
  }
  .contacts-page .grid-block .link-block .rec-link .ico {
    position: absolute;
    top: 50%;
    font-size: 26px;
    left: 100%;
    margin-left: 8px;
    margin-top: -13px;
  }
  .contacts-page .contacts-content {
    max-width: 880px;
  }
  .contacts-page .contacts-content .contact-row {
    margin: 0 0 20px;
  }
  .contacts-page .contacts-content .add-link-container {
    margin: 0 0 20px;
  }
  .contacts-page .contacts-content .acc-container {
    margin: 0 0 30px;
  }
  .contacts-page .contacts-content .acc-block .acc-head {
    font-size: 16px;
  }
  .contacts-page .contacts-content .acc-block .contact-row {
    margin: 0 0 20px;
  }
  .contacts-page .contacts-content .email-block h2 {
    margin: 0 0 14px;
  }
  .contacts-page .contacts-content .email-block .link {
    margin: 0 0 20px;
  }
  .contacts-page .contacts-content .email-block .link a {
    font-size: 14px;
  }
  .contacts-page .world-contacts .item {
    height: 50px;
  }
  .contacts-page .world-contacts .item .contact-country {
    font-size: 14px;
  }
  .contacts-page .world-contacts .item .contact-site {
    font-size: 14px;
  }
}
.prices-page {
  padding: 120px 0 120px;
}
.prices-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.prices-page .page-title {
  text-align: center;
  margin: 0 0 80px;
}
.prices-page .prices-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4vw;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1300px) {
  .prices-page .prices-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .prices-page .prices-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .prices-page .prices-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prices-page .prices-container .item {
  display: flex;
  flex-direction: column;
}
.prices-page .prices-container .item .image-block {
  width: 100%;
  margin: 0 0 18px;
  flex-shrink: 0;
}
.prices-page .prices-container .item .image-block .image {
  padding: 77.45% 0;
}
.prices-page .prices-container .item .text-block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.prices-page .prices-container .item .price-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.prices-page .prices-container .item .link-block {
  display: flex;
  justify-content: flex-start;
}
.prices-page .prices-container .item .link-block a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 6px;
  display: flex;
  align-items: flex-end;
  grid-column-gap: 6px;
  line-height: 1;
}
.prices-page .prices-container .item .link-block a:after {
  font-size: 11px;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prices-page .prices-container .item .link-block a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.prices-page .prices-container .item .link-block a:hover:before {
  width: 0;
}

@media screen and (max-width: 960px) {
  .prices-page {
    padding: 100px 0 60px;
  }
  .prices-page .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  .prices-page .page-title {
    text-align: center;
    margin: 0 0 30px;
  }
  .prices-page .prices-container .item .image-block {
    margin: 0 0 12px;
  }
  .prices-page .prices-container .item .price-title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .prices-page .prices-container .item .link-block a {
    font-size: 14px;
  }
  .prices-page .prices-container .item .link-block a:after {
    font-size: 10px;
  }
}
.materials-page {
  padding: 0;
}
.materials-page .top-block {
  /*height: 550px;*/
  background-color: #000000;
  /*padding-top: 70px;*/
  /*color: #ffffff;*/
  margin: 0 0 100px;

  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 70px;
  margin: 0 0 50px;
}
.materials-page .top-block .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.materials-page .top-block .breadcrumbs {
  position: absolute;
  top: 70px;
  left: 0;
}
.materials-page .top-block .breadcrumbs span {
  color: #ffffff;
}
.materials-page .top-block .title-block {
  flex-basis: 48%;
}
.materials-page .top-block .title-block .page-title {
  margin: 0 0 26px;
}
.materials-page .top-block .title-block .link-block {
  display: flex;
  justify-content: flex-start;
}
.materials-page .top-block .image-block {
  height: 100%;
  flex-basis: 48%;
}
.materials-page .top-block .image-block .image {
  height: 100%;
  width: 100%;
}
.materials-page .top-block .image-block .image img {
  object-position: bottom center;
}
.materials-page h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 50px;
}
.materials-page .materials-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 46px;
  margin-bottom: 90px;
}
.materials-page .materials-container .image-block {
  margin: 0 0 22px;
}
.materials-page .materials-container .image-block .image {
  padding: 38.2% 0;
}
.materials-page .materials-container h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 14px;
}
.materials-page .materials-container .description {
  font-size: 18px;
  font-weight: 400;
}
.materials-page .materials-container .description strong {
  font-weight: 700;
}
.materials-page .get-catalogue {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .materials-page .top-block {
    height: calc(100vh - 60px);
    padding-bottom: 30px;
    margin: 0 0 54px;
  }
  .materials-page .top-block .wrapper {
    flex-direction: column;
  }
  .materials-page .top-block .breadcrumbs {
    top: 44px;
  }
  .materials-page .top-block .title-block {
    flex-basis: unset;
    flex-shrink: 0;
  }
  .materials-page .top-block .title-block .page-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .materials-page .top-block .image-block {
    height: 100%;
    width: 100%;
    flex-basis: unset;
    display: flex;
    align-items: center;
  }
  .materials-page .top-block .image-block .image {
    height: unset;
    padding: 35.1% 0;
  }
  .materials-page .top-block .image-block .image:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: transparent;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #000000);
    /* For Safari 5@mixin 1 to 6@mixin 0 */
    background: -o-linear-gradient(transparent, #000000);
    /* For Opera 11@mixin 1 to 12@mixin 0 */
    background: -moz-linear-gradient(transparent, #000000);
    /* For Firefox 3@mixin 6 to 15 */
    background: linear-gradient(transparent, #000000);
    /* Standard syntax */
  }
  .materials-page .top-block .image-block .image img {
    object-position: center;
  }
  .materials-page h2 {
    font-size: 24px;
    margin: 0 0 22px;
  }
  .materials-page .materials-container {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    margin-bottom: 50px;
  }
  .materials-page .materials-container .image-block {
    margin: 0 0 16px;
  }
  .materials-page .materials-container .image-block .image {
    padding: 38.2% 0;
  }
  .materials-page .materials-container h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px;
  }
  .materials-page .materials-container .description {
    font-size: 14px;
  }
}
.favorites-page {
  padding: 120px 0 0;
}
.favorites-page .breadcrumbs {
  text-align: center;
  margin: 0 0 20px;
}
.favorites-page .page-title {
  text-align: center;
  margin: 0 0 36px;
}
.favorites-page .favorites-form-block {
  margin: 0 0 24px;
}
.favorites-page .favorites-form-block .submit-block {
  text-align: right;
  margin: 0 0 26px;
}
.favorites-page .favorites-form-block .submit-block .submit-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 30px;
}
.favorites-page .favorites-form-block .submit-block .submit-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #262626;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.favorites-page .favorites-form-block .submit-block .submit-btn:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 26px;
  margin-top: -13px;
  margin-right: -30px;
}
.favorites-page .favorites-form-block .submit-block .submit-btn:hover:before {
  width: 0;
}
.favorites-page .favorites-form-block .fav-row {
  display: grid;
  grid-template-columns: 1fr 0.3fr 0.5fr 0.3fr 0.3fr;
  grid-column-gap: 14px;
  border-bottom: 1px solid #262626;
  padding: 20px 0;
}
.favorites-page .favorites-form-block .fav-row.head-row {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
}
.favorites-page .favorites-form-block .fav-row.head-row .col:nth-child(1) {
  text-align: left;
}
.favorites-page .favorites-form-block .fav-row.head-row .col:nth-child(3) {
  text-align: left;
}
.favorites-page .favorites-form-block .fav-row .col {
  padding-top: 20px;
}
.favorites-page .favorites-form-block .fav-row .title-col {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  grid-column-gap: 26px;
  grid-row-gap: 10px;
  padding: 0;
}
/*.favorites-page .favorites-form-block .fav-row .title-col .image-block .image {*/
/*  padding: 50% 0;*/
/*}*/
.favorites-page .favorites-form-block .fav-row .title-col .descr-block {
  padding-top: 20px;
}
.favorites-page .favorites-form-block .fav-row .title-col h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.favorites-page .favorites-form-block .fav-row .title-col .descr {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px;
}
.favorites-page .favorites-form-block .fav-row .title-col .remove-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 24px;
}
.favorites-page .favorites-form-block .fav-row .title-col .remove-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #262626;
  border-top: 1px solid #262626;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.favorites-page .favorites-form-block .fav-row .title-col .remove-link:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  margin-top: -9px;
  margin-left: -24px;
}
.favorites-page .favorites-form-block .fav-row .title-col .remove-link:hover:before {
  width: 0;
}
.favorites-page .favorites-form-block .fav-row .price-col {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.favorites-page .favorites-form-block .fav-row .price-col.total-col {
  text-align: right;
}
.favorites-page .favorites-form-block .fav-row .install-col .checkbox-block {
  margin: 0 0 10px;
}
.favorites-page .favorites-form-block .fav-row .install-col .checkbox-block label {
  font-size: 16px;
  font-weight: 400;
}
.favorites-page .favorites-form-block .fav-row .install-col .checkbox-block label:before {
  border-radius: 50%;
  border: none;
  background-color: #F5F6F9;
}
.favorites-page .favorites-form-block .fav-row .install-col .checkbox-block label:after {
  top: 10px;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  content: "";
  border-radius: 50%;
  background-color: #262626;
  margin-left: 4px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.favorites-page .favorites-form-block .fav-row .count-block {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 8px;
}
.favorites-page .favorites-form-block .fav-row .count-block .dec-btn, .favorites-page .favorites-form-block .fav-row .count-block .inc-btn {
  font-size: 10px;
}
.favorites-page .favorites-form-block .fav-row .count-block input {
  height: 24px;
  width: 34px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}
.favorites-page .favorites-form-block .grand-total {
  padding: 22px 0 0;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}
.favorites-page .get-catalogue {
  margin: 0;
}
.favorites-page .get-catalogue .form-grid {
  padding: 60px 0 80px;
}

@media screen and (max-width: 960px) {
  .favorites-page {
    padding: 100px 0 0;
  }
  .favorites-page .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  .favorites-page .page-title {
    text-align: center;
    margin: 0 0 30px;
  }
  .favorites-page .favorites-form-block {
    margin: 0 0 20px;
  }
  .favorites-page .favorites-form-block .submit-block {
    margin: 0 0 16px;
  }
  .favorites-page .favorites-form-block .submit-block .submit-btn {
    font-size: 16px;
  }
  .favorites-page .favorites-form-block .fav-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 20px 0;
  }
  .favorites-page .favorites-form-block .fav-row.head-row {
    display: none;
  }
  .favorites-page .favorites-form-block .fav-row .col {
    padding-top: 0;
  }
  .favorites-page .favorites-form-block .fav-row .title-col {
    grid-column: 1/span 2;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    padding: 0;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .descr-block {
    padding-top: 10px;
  }
  .favorites-page .favorites-form-block .fav-row .title-col h4 {
    font-size: 16px;
    margin: 0 0 10px;
    padding-right: 30px;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .descr {
    font-size: 14px;
    margin: 0;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .remove-link {
    font-size: 0;
    line-height: 1;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .remove-link:before {
    display: none;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .remove-link:after {
    position: relative;
    top: unset;
    left: unset;
    font-size: 18px;
    margin-top: unset;
    margin-left: unset;
  }
  .favorites-page .favorites-form-block .fav-row .title-col .remove-link:hover:before {
    width: 0;
  }
  .favorites-page .favorites-form-block .fav-row .price-col {
    font-size: 14px;
    grid-column: 1;
  }
  .favorites-page .favorites-form-block .fav-row .price-col.total-col {
    grid-column: 1/span 2;
    text-align: center;
    font-size: 16px;
  }
  .favorites-page .favorites-form-block .fav-row .install-col {
    grid-column: 2;
    grid-row: 2/span 2;
  }
  .favorites-page .favorites-form-block .fav-row .install-col .checkbox-block {
    margin: 0 0 10px;
  }
  .favorites-page .favorites-form-block .fav-row .install-col .checkbox-block label {
    font-size: 14px;
  }
  .favorites-page .favorites-form-block .fav-row .count-block input {
    font-size: 16px;
  }
  .favorites-page .favorites-form-block .grand-total {
    padding: 16px 0 0;
    font-size: 20px;
  }
  .favorites-page .get-catalogue {
    margin: 0;
  }
  .favorites-page .get-catalogue .form-grid {
    padding: 30px 0 40px;
  }
}
.product-frame,
.main-product-slider {
  transition: none;
  will-change: transform;
}

.product-frame {
  transition: top 0.1s ease;
}

.is-sticky-top {
  position: sticky;
  top: 80px;
}

.is-sticky-bottom {
  position: sticky;
}

.hidden {
  display: none;
}

#menu.active .main-nav ul li{
  color:black;
}

#menu.dynamic-header .contacts .email-link {
  color: #B0B0B0 !important;
}