/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face{
    font-family: 'HelveticaNeueCyr-Neue';
    src: url('../fonts/HelveticaNeueCyr-Neue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'HelveticaNeueCyr-Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

a,
button {
  outline: none;
  text-decoration: none;
  -webkit-transition: 220ms;
  -o-transition: 220ms;
  transition: 220ms;
  border: 0;
}

b {
  font-family: 'HelveticaNeueCyr-Medium';
}

img {
  max-width: 100%;
}

.label {
  margin-bottom: 20px;
}

.label .name {
  display: block;
  font-size: 1.3em;
  margin-bottom: 6px;
}

.label .t-input {
  width: 100%;
  height: 38px;
  border: 0;
  background: #F7F7F7;
  border: 1px solid #EEEEF0;
  font-size: 1.7em;
  padding: 0 10px;
}

.container {
  max-width: 1860px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.brif-page {
  color: #000 !important;
}
body.brif-white-logo .logo_1 {
  display: none;
}
body.brif-white-logo .logo_2 {
  display: block;
  width: 200px;
}
.brif-page .right-content {
  position: relative;
  z-index: 4;
  position: absolute;
  right: 40px;
  top: 80px;
}
.brif-page .home-description {
    font-size: 16px;
    line-height: 24px;
    /* max-width: 500px; */
    margin: 15px auto 0;
}
@media (max-width: 768px) {
  .brif-page .right-content {
    padding-top: 50px;  
     right: auto;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
  }
}
.brif-page .right-content .t-btn {
  width: 215px;
  margin-bottom: 20px;
  border-color: #fff;
  color: #fff;
}
.brif-page .right-content .t-btn:hover {
  color: #000;
  background: #fff;
}

html {
  min-height: 100%;
  font-size: 10px;
}

body {
  min-height: 100vh;
  color: #fff;
  font-family: 'HelveticaNeueCyr-Light';
  overflow-x: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

body.home-page {
  overflow-y: hidden;
  color: #fff;
}

body.home-page footer {
  display: none !important;
}


body.home-page a {
  color: #fff;
}

body .wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.t-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
    padding: 9px 0;
  border: 1px solid #989898;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.8px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 220ms;
  -o-transition: 220ms;
  transition: 220ms;
  max-width: 215px;
  width: 100%;
}

.t-btn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay_js {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #242631;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.overlay_js.active {
  display: block !important;
}

.thanks-form {
  display: none;
  position: absolute;
  bottom: 105%;
  border-radius: 3px;
  left: 0;
  right: 0;
  font-size: 2rem;
  text-align: center;
  background: #F67F00;
  color: #323232;
  font-family: 'HelveticaNeueCyr-Medium';
  padding: 20px 0;
}

.modal_form {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  max-width: 350px;
  width: 100%;
  background: #fff;
  padding: 20px 16px 30px;
  border-radius: 3px;
  font-size: 11px;
}

.modal_form.active {
  display: block;
}

.modal_form .title {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-family: 'HelveticaNeueCyr-Bold';
}

.modal_form .line {
  height: 2px;
  margin: 0 -16px;
  background: #EEEEF0;
}

.modal_form form {
  margin: 30px 0 0;
}

.modal_form .t-btn {
  display: block;
  margin: 10px auto 15px;
  width: 100%;
  padding: 10px;
  max-width: 100%;
}

.modal_form .description {
  font-size: 1.2em;
}

.modal_form .description a {
  color: #E38B00;
}

.modal_form .description a:hover {
  text-decoration: underline;
}

.modal_form .modal_close {
  position: absolute;
  right: 16px;
  top: 25px;
  cursor: pointer;
}

.modal_form .modal_close:hover path {
  fill: #F67F00;
}

.modal_form .modal_close .img-svg {
  width: 20px;
  height: 20px;
}

.modal_ikea {
  padding: 0;
  position: fixed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  max-width: 100%;
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 220ms;
  -o-transition: width 220ms;
  transition: width 220ms;
}

.modal_ikea.active {
  opacity: 1;
  width: 26%;
}

.modal_ikea .modal_close {
  z-index: 2;
  top: 30px;
  right: 30px;
}

.modal_ikea .modal_close .img-svg {
  width: 17px;
  height: 17px;
}

.modal_ikea .modal_close .img-svg path {
  fill: #5C5C5C;
}

.modal_ikea .search-list {
  width: 100%;
  padding: 30px;
}

.modal_ikea .search-list .search-link {
  margin-bottom: 7px;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  display: block;
  letter-spacing: 0.06em;
  font-family: 'HelveticaNeueCyr-Medium';
}

.modal_ikea .search-list .search-link:hover {
  color: #F67F00;
}

.modal_ikea form {
  margin: 0;
}

.modal_ikea form input {
  width: 100%;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 17px 50px 17px 20px;
  font-size: 20px;
  line-height: 23px;
  padding: 26px 65px 22px 30px;
  height: auto;
  outline: none;
}

.modal_ikea form input::-webkit-input-placeholder {
  color: #D8D8D8;
  font-family: 'HelveticaNeueCyr-Medium';
}

.modal_ikea form input::-moz-placeholder {
  color: #D8D8D8;
  font-family: 'HelveticaNeueCyr-Medium';
}

.modal_ikea form input:-ms-input-placeholder {
  color: #D8D8D8;
  font-family: 'HelveticaNeueCyr-Medium';
}

.modal_ikea form input::-ms-input-placeholder {
  color: #D8D8D8;
  font-family: 'HelveticaNeueCyr-Medium';
}

.modal_ikea form input::placeholder {
  color: #D8D8D8;
  font-family: 'HelveticaNeueCyr-Medium';
}

.header {
  background: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo {
  display: block;
  color: #ffffff;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 2.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.header .logo span {
  color: #F67F00;
}

.header #menu-btn {
  max-width: 50px;
}

footer {
  background: #000;
  width: 100%;
  padding: 40px 0 70px;
  z-index: 6;
  position: relative;
}

footer .d-flex {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .logo {
  display: block;
  color: #CBCBCB;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 2.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer .logo span {
  color: #F67F00;
}

footer .column {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .menu a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Light';
}

footer .menu a:hover {
  color: #F67F00;
}

footer .menu a {
  text-transform: none;
}

/* Landscape phones and portrait tablets */

.not-found {
  margin-bottom: 45px;
}

.page-pagination {
  margin: 20px 0 40px;
}

.page-pagination .pagerblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-pagination .disabled {
  display: none;
}

.page-pagination a {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-family: 'HelveticaNeueCyr-Medium';
  margin: 0 6px;
}

.page-pagination .current a {
  background: #F67F00;
  min-width: 31px;
  color: #000;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: -5px;
}

.header {
  display: none;
  position: relative;
  z-index: 5;
}

/* Home */

.sidebar {
  color: #fff;
  background: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 35px;
  padding-right: 30px;
  display: inline-block;
  height: 100%;
  min-height: 100vh;
  z-index: 6;
}

.sidebar #close-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 33px;
  right: 20px;
}

.sidebar #close-btn .img-svg {
  fill: #fff;
  width: 23px;
  height: 23px;
}

.sidebar #close-btn .img-svg:hover {
  fill: #F67F00;
}

.sidebar .sidebar-content {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 40px;
}

.sidebar .logo {
  display: inline-block;
  margin-top: 14rem;
  color: #ffffff;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 4.2em;
  font-weight: 700;
  line-height: 35.46px;
  text-transform: uppercase;
  letter-spacing: 0.72rem;
}

.sidebar .logo_2 {
  display: none;
}
.sidebar.active .logo_1 {
  display: none;
}
.sidebar.active .logo_2 {
  display: block;
}

.sidebar .logo span {
  color: #F67F00;
}

.sidebar .menu {
  margin-top: 6rem;
}

.sidebar .menu li {
  cursor: pointer;
}

.sidebar .menu li a {
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.sidebar .menu li a:hover {
  color: #F67F00 !important;
}

.sidebar .menu li.active a {
  color: #F67F00;
  font-family: 'HelveticaNeueCyr-Medium';
}

.sidebar .menu li.active li a {
  color: #fff;
  font-family: 'HelveticaNeueCyr-Light';
}

.sidebar .menu li:nth-child(4) {
  margin-bottom: 6rem;
}

.sidebar .menu li ul {
  margin-top: 3px;
  padding-left: 30px;
  margin-bottom: 30px;
  display: none;
}

.sidebar .menu li ul li:nth-child(4) {
  margin-bottom: 0;
}

.sidebar .menu li ul li.active a {
  color: #F67F00 !important;
}

.home-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100vh;
  position: relative;
}

.home-section .home-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center left;
}


.present-page .sidebar ul {
  display: none !important;
}

/* 2 вариант */

.home2-page {
  position: relative;
}

.home2-page footer {
  display: none !important;
}

.search-open {
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 50px;
  cursor: pointer;
}
@media(max-width: 767px) {
  .search-open {
    display: none;
  }
}
.search-open .img-svg path {
  fill:#676767;
}
.search-open .img-svg {
  width: 20px;
  height: 20px;
}

.search-open .img-svg:hover path {
  fill: #F67F00;
}


.home2-page .search-open {
  right: 40px;
  top: 35px;
}
.home2-page .search-open .img-svg path {
  fill: #fff;
}


.home2-page .home-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.home2-page .home-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.home2-page .home-text {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 47%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.home2-page .home-text .home-description,
.home2-page .home-text .home-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  color: #F67F00;
  font-family: 'HelveticaNeueCyr-Medium';
  letter-spacing: 0.2rem;
}

.home2-page .home-text .home-title {
  margin-top: 20px;
  display: block;
  color: #fff;
}

.home2-page .home-text .home-title:hover {
  color: #F67F00;
}

.home2-page .sidebar {
  background: none;
  position: relative;
}

.home2-page .sidebar .menu li.active li a {
  color: #fff;
}

.present-text {
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.present-text .title {
  font-size: 43px;
  line-height: 36px;
  font-family: 'HelveticaNeueCyr-Bold';
  max-width: 350px;
}

.present-text .date {
  font-size: 26px;
  font-family: 'HelveticaNeueCyr-Bold';
}

.present-text .desc,
.present-text .link {
  font-family: 'HelveticaNeueCyr-Medium';
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -1.2px;
}

.present-text .link {
  display: block;
  margin-top: 5px;
}

.present-text .link span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
}

.present-text .link:hover {
  color: #F67F00;
}

/* Portfolio */

.cases-page {
  color: #000;
}

.cases-page .sidebar {
  width: 22%;
  background: none;
  color: #000;
  padding: 0;
}

.cases-page .sidebar .logo {
  color: #000;
  margin-top: 4rem;
}

.cases-page .sidebar .menu li a {
  color: #000;
}

.cases-page .sidebar .menu li a:hover {
  color: #F67F00 !important;
}

.cases-page .sidebar .menu li.active a {
  color: #F67F00;
  font-family: 'HelveticaNeueCyr-Medium';
}

.cases-page .sidebar .menu li.active li a {
  color: #000;
  font-family: 'HelveticaNeueCyr-Light';
}

.main-content {
  margin-bottom: 40px;
  margin-left: 9vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item-top .t-btn {
  margin-bottom: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content .item-slides {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36vw;
  max-width: 628px;
  /* width: 630px; */
}
/* @media(max-width: 1700px) {
  .main-content .item-slides {
    width: 530px;
  }
}
@media(max-width: 1500px) {
  .main-content .item-slides {
    width: 530px;
  }
} */
.main-content .item-slides .slide {
  width: 100%;
  display: block;
  background: #F5F5F7;
}

.main-content .item-slides .slide img {
  width: 100%;
}

.main-content #mobile-slider {
  display: none !important;
}

.main-content .slide-dots {
  position: absolute;
  width: 45px;
  margin-left: -70px;
  height: 350px;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* top: 615px; */
  /* top: 23%; */
  top: 25vw;
}
@media (max-width: 1800px) {
  .main-content .slide-dots {
    top: 24vw;
  }
}
@media (max-width: 1500px) {
  .main-content .slide-dots {
    /* top: 15%; */
    top: 23vw;
  }
}
@media (max-width: 1400px) {
  .main-content .slide-dots {
    top: 21.5vw;
  }
}
@media (max-width: 1300px) {
  .main-content .slide-dots {
    top: 19.5vw;
  }
}
@media (max-width: 1100px) {
  .main-content .slide-dots {
    top: 15vw;
  }
}
@media (max-width: 1000px) {
  .main-content .slide-dots {
    top: 11vw;
  }
}
@media (max-width: 900px) {
  .main-content .slide-dots {
    top: 8vw;
  }
}
@media (max-width: 800px) {
  .main-content .slide-dots {
    top: 4vw;
  }
}

.main-content .slide-dots .slide-dot {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 1px solid #000;
  background: #7E8183;
  position: relative;
  width: 43px;
  height: 50px;
  margin-bottom: 3px;
  opacity: 0.3;
  -webkit-transition: 220ms;
  -o-transition: 220ms;
  transition: 220ms;
}

.main-content .slide-dots .slide-dot img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-content .slide-dots .slide-dot.active {
  border-color: #000;
  opacity: 1;
}

.main-content .item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 470px;
  position: static;
  position: static;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-content .item-info .item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.main-content .item-info .title,
.main-content .item-info .subtitle {
  color: #323232;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.main-content .item-info .subtitle {
  margin: 40px 0 70px;
}

.main-content .item-info .description-title {
  color: #323232;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.main-content .item-info .description {
  font-family: 'HelveticaNeueCyr-Light';
  color: #323232;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 14rem;
  margin-bottom: 5vw;
}
.main-content .item-info .description p {
  margin: 8px 0;
}

.main-content .item-bottom {
  margin-top: 40px;
}

.main-content .item-bottom .feature-slider {
  width: 100%;
  margin-top: 2.5rem;
  position: relative;
}

.main-content .item-bottom .feature-slider .feature-title {
  color: #050505;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Medium';
  font-size: 1.3em;
  margin-bottom: 1.5rem;
}

.main-content .item-bottom .feature-slider button {
  padding: 5px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: -32px;
  bottom: 28%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-content .item-bottom .feature-slider button .img-svg {
  width: 20px;
  fill: #A4A4A4;
}

.main-content .item-bottom .feature-slider button:hover .img-svg {
  fill: #000;
}

.main-content .item-bottom .feature-slider .feature-box {
  max-width: 340px;
  margin-left: -3px;
}

.main-content .item-bottom .feature-slider .item {
  display: block;
  width: 33%;
}

.main-content .item-bottom .feature-slider .item .thumb {
  height: 170px;
  background: #F5F5F7;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 18px 40px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* Catalog */

.catalog-page .main-content {
  margin-left: 2vw;
}

.catalog-page .d-flex {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog-page .right-content {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.catalog-page .right-content button,
.catalog-page .right-content a {
  width: 100%;
  top: 30px;
  white-space: nowrap;
}

.catalog-page .right-content #brif-btn {
  top: 95px;
}

.catalog-page .left-content {
  width: 75%;
}

.catalog-page .left-content .brif-catalog {
  padding-top: 40px;
}

.catalog-page .left-content .catalog {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-page .left-content .catalog .item {
  display: block;
  width: 32.5%;
  margin-bottom: 45px;
  margin-right: 0.5%;
}

.catalog-page .left-content .catalog .item .thumb {
  margin: 0;
  height: 25vw;
  max-height: 380px;
  width: 100%;
  position: relative;
  background: #F5F5F7;
  overflow: hidden;
}

.catalog-page .left-content .catalog .item .thumb .front,
.catalog-page .left-content .catalog .item .thumb .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #F5F5F7;
  background-position: center;
  
    -webkit-transition: transform 1.2s cubic-bezier(0,0,0,1), opacity 220ms;
    -o-transition: transform 1.2s cubic-bezier(0,0,0,1), opacity 220ms;
    transition: transform 1.2s cubic-bezier(0,0,0,1), opacity 220ms;
    
  background-repeat: no-repeat;
}

.catalog-page .left-content .catalog .item .thumb .front {
  z-index: 3;
}

.catalog-page .left-content .catalog .item .thumb .back {
  display: none;
  opacity: 0;
  z-index: 2;
  /* background-position: center bottom; */
  background-position: center;
  background-size: 70% auto;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.catalog-page .left-content .catalog .firmenny_style_item  .thumb .back {
  background-size: 100% auto;
}

.catalog-page .left-content .catalog .item .thumb:hover .front {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}


.catalog-page .left-content .logos .item .thumb:hover .front {
  opacity: 0;
}
.catalog-page .left-content .logos .item .thumb .back {
  display: block;
}
.catalog-page .left-content .logos .item .thumb:hover .back {
  opacity: 1;
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}

.catalog-page .left-content .catalog .item .title {
  display: block;
  margin: 15px 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Medium';
  color: #3F3F3F;
}

.catalog-page .left-content .catalog .item:hover .title {
  color: #F67F00;
}

.catalog-page .left-content .catalog .item .subtitle {
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 13px;
  line-height: 18px;
  color: #6D6D6D;
}
@media(max-width: 1400px) {
  .catalog-page .left-content .catalog .item .subtitle {
/*     font-size: 10px;
font-family: 'HelveticaNeueCyr-Medium';
line-height: 16px; */
  }
}

.catalog-page .left-content .catalog .brif .thumb {
  position: relative;
  height: 14vw;
  height: 190px;
}

.catalog-page .left-content .catalog .brif .thumb .front {
  background-position: center;
}

.catalog-page .left-content .catalog .brif .thumb .download-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F7;
  z-index: 3;
  -webkit-transition: 220ms;
  -o-transition: 220ms;
  transition: 220ms;
}

.catalog-page .left-content .catalog .brif .thumb .download-img {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  width: 35%;
  z-index: 4;
  left: 52%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 220ms;
  -o-transition: 220ms;
  transition: 220ms;
}

.catalog-page .left-content .catalog .brif .thumb:hover .front {
  opacity: 1;
}

.catalog-page .left-content .catalog .brif .thumb:hover .download-overlay {
  opacity: 0.8;
}

.catalog-page .left-content .catalog .brif .thumb:hover .download-img {
  opacity: 1;
}

/* Contact */

.contact-page .main-content {
  margin-bottom: 20px;
}

.contact-page .left-content {
  width: 100%;
}

.contact-page .contacts {
  width: 79%;
  text-align: center;
  padding-bottom: 40px;
}

.contact-page .contacts .t-title {
  font-family: 'HelveticaNeueCyr-Bold';
  text-align: center;
  font-size: 93px;
  line-height: .78em;
  letter-spacing: -.05em;
  text-transform: uppercase;
  /*max-width: 700px;*/
  margin: 100px auto 40px;
}

.contact-page .contacts .text {
  text-transform: uppercase;
  max-width: 270px;
  display: block;
  cursor: pointer;
  margin: 0 auto 1px;
  text-align: center;
  margin: 26px auto 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'HelveticaNeueCyr-Medium';
  color: #000;
}
.contact-page .contacts .block1 .text {
  max-width: 320px;
}

.contact-page .contacts a:hover {
  color: #F67F00;
}
.contact-page .contacts .text.underline {
  margin: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
}

.contact-page .contacts .text.address {
  max-width: 200px;
}

.contact-page .contacts .text.schedule {
  margin-top: 0;
}

/* about page */

.about-page .main-content {
  margin-bottom: 20px;
  margin-left: 100px;
}

.about-page .left-content {
  width: 100%;
}

.about-page .main-info {
  width: 80%;
  text-align: center;
}

.about-page .banner {
  height: 150px;
  background-color: #D6D6D6;
  background-size: cover;
  background-position: center;
}

.about-page .t-title {
  padding: 30px 0 15px;
  font-size: 2.4em;
  font-family: 'HelveticaNeueCyr-Bold';
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-page .text-block {
  width: 60%;
}

.about-page p {
  text-align: left;
  font-size: 1.6em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq-block {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 40px;
  text-align: left;
  text-transform: uppercase;
}

.faq-block .faq-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
  font-family: 'HelveticaNeueCyr-Bold';
}

.faq-block .faq-item {
  margin-bottom: 35px;
}

.faq-block .faq-item .ques {
  font-size: 1.3em;
  font-family: 'HelveticaNeueCyr-Medium';
  margin-bottom: 3px;
}

.faq-block .faq-item .answer {
  display: none;
  font-size: 1.2em;
  line-height: 1.5;
}

.faq-block .faq-item .faq-btn {
  cursor: pointer;
  font-size: 1.1em;
  margin-top: 5px;
}

.faq-block .faq-item .faq-btn .off {
  display: none;
}

.faq-block .faq-item .faq-btn:hover {
  color: #F67F00;
}

.faq-block .faq-item.active .answer {
  display: block;
}

.faq-block .faq-item.active .faq-btn {
  margin-top: 15px;
}

.faq-block .faq-item.active .faq-btn .on {
  display: none;
}

.faq-block .faq-item.active .faq-btn .off {
  display: block;
}

.category-page {
  padding-bottom: 200px;
}

.category-page .sidebar {
  min-height: 0;
}

.category-page footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.category-page .left-content {
  padding-top: 7vw;
  padding-left: 5vw;
  margin-bottom: 15vw;
}

.category-page .left-content .main-info .categories {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.category-page .left-content .main-info .categories .category {
  display: block;
  background-color: #D6D6D6;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.category-page .left-content .main-info .categories .category .title {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'HelveticaNeueCyr-Bold';
  font-size: 2.2em;
  text-transform: uppercase;
  max-width: 100%;
  padding: 10px;
  word-wrap: break-word;
  line-height: 1;
}

.category-page .left-content .main-info .categories .category .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.category-page .left-content .main-info .categories .category:hover span {
  opacity: 1;
}

.category-page .left-content .main-info .categories .cat1 {
  width: 21vw;
  height: 31vw;
  z-index: 1;
}

.category-page .left-content .main-info .categories .cat2 {
  position: absolute;
  left: 12vw;
  top: 20vw;
  width: 16vw;
  height: 16vw;
  border: 4px solid #000;
  z-index: 3;
}

.category-page .left-content .main-info .categories .cat3 {
  width: 12vw;
  height: 15vw;
  margin-left: 15px;
  z-index: 2;
}

.category-page .left-content .main-info .categories .cat4 {
  width: 26vw;
  height: 20vw;
  position: absolute;
  top: 13vw;
  left: 24vw;
  z-index: 1;
}

.category-page .left-content .main-info .categories .cat5 {
  z-index: 2;
  width: 10vw;
  height: 7vw;
  position: absolute;
  top: 31vw;
  left: 29vw;
}

/* Portrait tablets and medium desktops */

/* Portrait tablets and small desktops */

/* Landscape phones and portrait tablets */

/* Landscape phones and smaller */

@media (min-width: 768px) {
  .sidebar .sidebar-content::-webkit-scrollbar { width: 0; }

  /* ie 10+ */
  .sidebar .sidebar-content { -ms-overflow-style: none; }

  /* фф (свойство больше не работает, других способов тоже нет)*/
  .sidebar .sidebar-content { overflow: -moz-scrollbars-none; }

  /*.sidebar .sidebar-content::-webkit-scrollbar {
    width: 8px;
    background: #f1f1f1;
  }

  .sidebar .sidebar-content::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #F67F00;
    background-color: #F67F00;
  }

  .sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #F67F00;
    background-color: #F67F00;
  }

  .sidebar .sidebar-content::-webkit-scrollbar-track {
    border-width: 0;
  }*/
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    padding-bottom: 200px;
  }
  footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-content .item-info .description {
    margin-bottom: 40px;
  }
  .catalog-page .d-flex {
    padding-bottom: 30px;
  }
  footer {
    padding: 40px 15px 40px;
  }

  footer .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  footer .column:nth-child(1) {
    width: 100%;
  }

  footer .column {
    width: 50%;
    margin-bottom: 30px;
  }

  html {
    font-size: 7px;
  }

  .sidebar,
  .cases-page .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    padding: 0;
  }

  .sidebar .sidebar-content,
  .cases-page .sidebar .sidebar-content {
    margin-top: 5vh;
    padding: 0 15px 40px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
  }

  .sidebar #close-btn,
  .cases-page .sidebar #close-btn {
    display: block;
    top: 0px;
    right: 25px;
  }

  .sidebar .logo,
  .cases-page .sidebar .logo {
    color: #fff;
  }

  .sidebar .menu li a,
  .cases-page .sidebar .menu li a {
    color: #fff;
  }

  .sidebar .menu li a:hover,
  .cases-page .sidebar .menu li a:hover {
    color: #F67F00 !important;
  }

  .sidebar .menu li.active a,
  .cases-page .sidebar .menu li.active a {
    color: #F67F00;
  }

  .sidebar .menu li.active li a,
  .cases-page .sidebar .menu li.active li a {
    color: #fff;
  }

  .sidebar .menu li ul li.active a,
  .cases-page .sidebar .menu li ul li.active a {
    color: #F67F00 !important;
  }

  .cases-page .sidebar {
    display: none;
  }

  .home-section .home-bg {
    background-position: top center;
  }

  .home2-page .sidebar {
    display: none;
    background: #000;
  }

  .home2-page .search-open {
    display: none;
    /*top: 85px;*/
    /*right: 15px;*/
  }

  header .search-open, .home2-page header .search-open{
    display: block;
    top: auto !important;
    right: 40px !important;
    padding: 6px;
    margin-right: 20px;
  }
  header .search-open .img-svg path {
    fill: #fff;
  }
  .cases-page {
    /*padding-top: 100px;*/
  }

  /* Шапка */

  .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 13px;
    height: 70px;
    background: #000;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header .logo {
    display: inline-block;
    color: #ffffff;
    font-size: 2.3em;
  }

  .header #menu-btn .img-svg {
    width: 29px;
  }

  .header #menu-btn .img-svg path {
    fill: #fff;
  }

  /* Каталог и обзор */

  .container {
    padding: 0;
  }

  .main-content {
    margin: 70px 0 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-content #desktop-slider,
  .main-content #slide-dots {
    display: none !important;
  }

  .main-content #mobile-slider {
    display: block !important;
  }
  .slick-dotted.slick-slider {
    margin: 0 !important;
  }
  .main-content .item-slides {
    max-width: 100%;
    width: 100%;
    /* max-height: 530px; */
    overflow: hidden;
    margin-bottom: 20px;
  }

  .main-content .item-slides .slide {
    width: 100%;
    display: block;
  }

  .main-content .item-slides .slide img {
    width: 100%;
    /* height: 500px; */
    -o-object-fit: cover;
       object-fit: cover;
  }

  .main-content .item-info {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  .main-content .item-info .subtitle {
    margin: 20px 0 40px;
  }

  .main-content .item-info .t-btn {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-content .item-bottom {
    margin-top: 40px;
    width: 100%;
  }

  .main-content .item-bottom .feature-slider {
    margin-top: 3rem;
  }

  .main-content .item-bottom .feature-slider .feature-title {
    font-size: 1.8em;
    margin-bottom: 1.5rem;
  }

  .main-content .item-bottom .feature-slider button {
    display: none !important;
  }

  .main-content .item-bottom .feature-slider .feature-box {
    max-width: 100%;
    margin-left: -3px;
  }

  .main-content .item-bottom .feature-slider .item .thumb {
    height: 45vw;
    padding: 0 7px 40px;
  }

  /* Catalog */

  .catalog-page .main-content {
    margin-left: 0;
    padding-top: 30px;
  }

  .catalog-page .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog-page .right-content {
    text-align: center;
  }

  .catalog-page .right-content button,
  .catalog-page .right-content a {
    margin: 0 auto 15px;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    font-size: 13px;
    color: #323232;
    font-family: 'HelveticaNeueCyr-Medium';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 10px 20px;
  }

  .catalog-page .left-content {
    width: 100%;
  }

  .catalog-page .left-content .catalog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog-page .left-content .catalog .item {
    width: 80%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .catalog-page .left-content .catalog .item .thumb {
    height: 60vh;
  }

  .catalog-page .left-content .catalog .item .thumb .front,
  .catalog-page .left-content .catalog .item .thumb .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #F5F5F7;
    background-position: center;
    -webkit-transition: opacity 220ms;
    -o-transition: opacity 220ms;
    transition: opacity 220ms;
    background-repeat: no-repeat;
  }

  .catalog-page .left-content .catalog .item .thumb .front {
    z-index: 3;
  }

  .catalog-page .left-content .catalog .item .thumb .back {
    opacity: 0;
    z-index: 2;
    background-position: center bottom;
    background-size: 70% auto;
    height: 85%;
  }

  .catalog-page .left-content .catalog .item .thumb:hover .front {
    opacity: 0;
  }

  .catalog-page .left-content .catalog .item .thumb:hover .back {
    opacity: 1;
  }

  .catalog-page .left-content .catalog .item .title {
    display: block;
    margin: 12px 0 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
    color: #3F3F3F;
  }

  .catalog-page .left-content .catalog .item .title:hover {
    color: #F67F00;
  }

  .catalog-page .left-content .catalog .item .subtitle {
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Light';
    font-size: 13px;
    line-height: 18px;
    color: #6D6D6D;
  }

  .catalog-page .left-content .catalog .brif .thumb {
    height: 50vw;
  }

  .catalog-page .left-content .catalog .brif .thumb .front {
    background-position: center bottom;
  }

  .contact-page .main-content {
    margin-bottom: 40px;
  }

  .contact-page .left-content {
    width: 100%;
  }

  .contact-page .contacts {
    width: 100%;
    text-align: center;
    
    padding-bottom: 0;
  }

  .contact-page .contacts .t-title {
    font-size: 36px;
    margin-top: 40px;
    line-height: .78em;
    margin-bottom: 40px;
  }

  /* about page */

  .about-page .main-content {
    margin-left: 0;
    padding-top: 0;
  }

  .about-page .main-info {
    width: 100%;
  }

  .about-page .about {
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }

  .about-page .t-title {
    font-size: 3.3em;
  }

  .about-page .text-block {
    width: 100%;
  }

  .about-page p {
    font-size: 1.7em;
  }

  .faq-block {
    margin-top: 50px;
    padding-top: 40px;
  }

  .faq-block .faq-title {
    font-size: 2.3em;
    margin-bottom: 40px;
  }

  .faq-block .faq-item .ques {
    font-size: 1.8em;
  }

  .faq-block .faq-item .answer {
    font-size: 1.8em;
  }

  .faq-block .faq-item .faq-btn {
    font-size: 1.6em;
  }

  .category-page {
    padding-bottom: 200px;
  }

  .category-page .sidebar {
    min-height: 0;
  }

  .category-page footer {
    position: static;
    bottom: auto;
  }

  .category-page .left-content {
    margin-bottom: 230px;
    margin-top: 50px;
  }

  .category-page .left-content .main-info {
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 38%;
  }

  .category-page .left-content .main-info .categories {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }

  .category-page .left-content .main-info .categories .category {
    border-width: 1px;
  }

  .category-page .left-content .main-info .categories .category .title {
    font-size: 1.5em;
  }

  footer,
  .catalog-page footer {
    position: static !important;
    left: auto;
    bottom: auto;
    right: auto;
  }

  footer .d-flex,
  .catalog-page footer .d-flex {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .modal_ikea.active {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  html {
    font-size: 8px;
  }

  .sidebar .menu {
    margin-top: 3rem;
  }

  .sidebar .menu li:nth-child(4) {
    margin-bottom: 3rem;
  }
  .catalog-page .d-flex {
    padding-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-open {
    top: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 8px;
  }

  .sidebar {
    display: none;
  }
  .catalog-page .d-flex {
    padding-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }

  .sidebar {
    display: none;
  }
  .catalog-page .d-flex {
    padding-bottom: 30px;
  }
  .contact-page .contacts {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .catalog-page .d-flex {
    padding-bottom: 30px;
  }
  .sidebar {
    display: none;
  }

  .sidebar .sidebar-content .logo {
    margin-top: 0;
  }

  .search-open {
    display: none;
  }

  header .search-open {
    display: block;
    top: auto !important;
    right: 50px !important;
    padding: 6px;
    margin-right: 20px;
  }
  header .search-open .img-svg path {
    fill: #fff;
  }

  .catalog-page .left-content .catalog .item .thumb {

    height: 37vw;
  }

  .cases-page,
  .home2-page {
    padding-top: 120px;
  }

  .cases-page .search-open,
  .home2-page .search-open {
    top: 105px;
    right: 25px;
  }

  .cases-page .sidebar,
  .home2-page .sidebar {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 60px;
  }

  .cases-page .sidebar .sidebar-content,
  .home2-page .sidebar .sidebar-content {
    position: static;
    margin-top: 10vh;
    width: 100%;
    height: 100%;
  }

  .cases-page .sidebar .logo,
  .home2-page .sidebar .logo {
    color: #fff;
  }

  .cases-page .sidebar #close-btn,
  .home2-page .sidebar #close-btn {
    display: block;
    position: absolute;
    right: 50px;
    top: 50px;
  }

  .cases-page .sidebar #close-btn .img-svg,
  .home2-page .sidebar #close-btn .img-svg {
    width: 30px;
    height: 30px;
  }

  .cases-page .sidebar .menu li a,
  .home2-page .sidebar .menu li a {
    color: #fff;
  }

  .cases-page .sidebar .menu li a:hover,
  .home2-page .sidebar .menu li a:hover {
    color: #F67F00 !important;
  }

  .cases-page .sidebar .menu li.active a,
  .home2-page .sidebar .menu li.active a {
    color: #F67F00;
  }

  .cases-page .sidebar .menu li.active li a,
  .home2-page .sidebar .menu li.active li a {
    color: #fff;
  }

  .cases-page .sidebar .menu li ul li.active a,
  .home2-page .sidebar .menu li ul li.active a {
    color: #F67F00 !important;
  }

  .cases-page .header,
  .home2-page .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    padding: 10px 20px;
  }

  .cases-page .header #menu-btn,
  .home2-page .header #menu-btn {
    cursor: pointer;
  }

  .cases-page .header #menu-btn .img-svg,
  .home2-page .header #menu-btn .img-svg {
    width: 29px;
  }

  .cases-page .header #menu-btn .img-svg path,
  .home2-page .header #menu-btn .img-svg path {
    fill: #fff;
    -webkit-transition: 220ms;
    -o-transition: 220ms;
    transition: 220ms;
  }

  .cases-page .header #menu-btn .img-svg:hover path,
  .home2-page .header #menu-btn .img-svg:hover path {
    fill: #F67F00;
  }
}

.contact-page .main-info {
  overflow: hidden;
  position: relative;
  padding-top: 580px;
  margin-right: -15px;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  height: 540px;
  width: 100%;
}
#map  {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
@media (max-width: 767px) {
  #map  {
    height: 250px;
    width: 100%;
  }
  .contact-page .main-info {
    padding-top: 270px;
    margin-top: -30px;
    margin-right: 0;
  }
}