html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'GTEestiProText', 'Helvetica', system-ui, -apple-system,
    sans-serif;
  font-weight: 400;
}

.main-news__title,
.f-gte {
  font-family: 'GTEestiProText', 'Helvetica', sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

.none {
  display: none;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

hr {
  /* 1 */
  overflow: visible;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-top-bottom-3 {
  margin: 3rem 0;
}

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

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

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;

  border-bottom: none;
  /* 2 */
}

/* bootstrap col- */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  margin-right: -15px;
  margin-left: -15px;*/
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (max-width: 543px) {
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/**
 * 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 {
  color: #000;
  background-color: #ff0;
}

/**
 * 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,
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 {
  padding: 0;

  border-style: none;
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;

  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  /* 2 */
  display: table;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

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

textarea {
  overflow: auto;
}

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

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-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'] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 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;
}

@font-face {
  font-family: 'GillSansC';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/GillSansC.woff2') format('woff2'),
    url('../fonts/GillSansC.woff') format('woff');
}

@font-face {
  font-family: 'GillSansCItalic';
  font-weight: normal;
  font-style: italic;

  src: url('../fonts/GillSansC-Italic.woff2') format('woff2'),
    url('../fonts/GillSansC-Italic.woff') format('woff');
}

@font-face {
  font-family: 'GillSansCBold';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/GillSansC-Bold.woff2') format('woff2'),
    url('../fonts/GillSansC-Bold.woff') format('woff');
}

@font-face {
  font-family: 'GillSansLightC';
  font-weight: 300;
  font-style: normal;

  src: url('../fonts/GillSansLightC.woff2') format('woff2'),
    url('../fonts/GillSansLightC.woff') format('woff');
}

@font-face {
  font-family: 'futuralight';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/futura-lig.woff') format('woff');
}

@font-face {
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/futura_book_woff.woff') format('woff');
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper,
.header__wrapper,
main,
footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /* padding: 0px 20px; */
}

input,
button,
button:focus,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  outline: none;
}

ul,
li,
ol,
.list-none {
  margin: 0;
  padding: 0;

  list-style: none;
}

.main-about__wrapper ol li {
  list-style-type: none;
  counter-increment: list;
}

.main-about__wrapper ol li:before {
  content: counter(list) ' ';
}

.main-news__wrapper ol li {
  list-style-type: none;
  counter-increment: list;
}

.main-news__wrapper ol li:before {
  content: counter(list) ' ';
}

/*.main-about__wrapper ul li
{
    list-style: inside;
}*/

/*.main-about__wrapper ol li
{
    list-style: symbols;
    margin-left: 15px;
}*/
/*.main-about__wrapper ul.list-none li,
.main-about__wrapper ol.list-none li
{
    list-style: none;
}*/

a {
  text-decoration: none;
  color: #0d63ac;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;

  vertical-align: middle;
}

.regular {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.yesMobile {
  display: none;
}

/* Main Header
   ========================================================================== */

.main-header {
  height: 511px;

  background: #5d5b57 url(../images/main-header-bcg.jpg) center top no-repeat;
}

.main-header__title {
  font-size: 26px;
  /* font-weight: 300; */
  /* font-style: normal; */
  /* line-height: 34px; */

  display: inline-block;

  margin: 0;
  padding-top: 10px;
  padding-right: 34px;
  padding-bottom: 10px;
  padding-left: 161px;

  text-transform: uppercase;

  color: #484846;
  background-color: #f8faf8;
}

.main-header__title-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-top: 122px;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header__link {
  font-size: 15px;
  line-height: 16px;

  position: relative;

  padding-top: 7px;
  padding-right: 19px;
  padding-bottom: 7px;
  padding-left: 175px;

  color: #fff;
  background-color: var(--color1);

  transition: all var(--animation);
}

.main-header__link:before {
  position: absolute;
  top: 13px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: #fff;
}

.main-header__link:after {
  position: absolute;
  top: 16px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: #fff;
}

.main-header__link:hover {
  background-color: var(--color1-light);
  color: #fff;
}

/* Main Nav
   ========================================================================== */

.main-nav {
  position: fixed;
  z-index: 999;
  left: 50%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  //width: 1086px;
  //margin-left: -543px;
  width: 997px;
  margin-left: -499px;

  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
}

.main-nav__menuButton-mobile {
  font-size: 15px;
  line-height: 16px;

  position: relative;

  display: none;

  max-width: 130px;
  padding-top: 14px;
  padding-right: 15px;
  padding-bottom: 14px;
  padding-left: 15px;

  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;

  color: #0d63ac;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: #fff;
}

.main-nav__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__item {
  position: relative;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  /* max-width: 115px; */

  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;

  /* border-left: 1px solid #e3e3e3; */
  background-color: #fff;

  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__item--lang {
  width: 97px;
}

.main-nav__item--lang.main-nav__item:hover .main-nav__item-link {
  color: var(--black);
}

.main-nav__item--lang.main-nav__item:hover {
  background-color: #fff;
}

.main-nav__item--lang.main-nav__item:hover .main-nav__item-dropdown {
  visibility: hidden;

  opacity: 0;
  outline: 0;
}

.main-nav__item--lang.showSubMenu .main-nav__item-dropdown {
  visibility: visible !important;

  opacity: 1 !important;
}

.main-nav__item--lang .main-nav__item-dropdown {
  border-top: 1px solid #e3e3e3;
}

.main-nav__item--lang .main-nav__item-dropdown {
  width: 97px;
}

.main-nav__item--lang .main-nav__item-link {
  position: relative;

  padding-left: 47px;
}

.main-nav__item--lang .main-nav__item-link:before {
  position: absolute;
  top: 17px;
  left: 27px;

  width: 15px;
  height: 11px;

  content: '';

  background: url(../images/lang-btn-bcg.png) 0 0 no-repeat;
}

.main-nav__item--lang .main-nav__item-link:after {
  position: absolute;
  top: 21px;
  right: 0;

  width: 0;
  height: 0;

  content: '';

  border-top: 5px solid var(--color1);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.main-nav__item--lang .main-nav__item-dropdown-link {
  position: relative;

  display: block;

  padding-left: 47px;
}

.main-nav__item--lang .main-nav__item-dropdown-link:before {
  position: absolute;
  top: 10px;
  left: 27px;

  width: 15px;
  height: 11px;

  content: '';

  background: url(../images/lang-btn-bcg.png) 0 0 no-repeat;
}

.main-nav__item:hover {
  background-color: var(--color1);
}

.knauf__nav_item:hover {
  background: #fff;
}

.knauf__nav_item {
  position: relative;
  z-index: 10;
  width: 184px;
  max-width: 100%;
}

.knauf__nav_item a {
  margin: 0 auto;
}

.main-nav__item:hover .main-nav__item-link {
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;

  color: #fff;
}

.main-nav__item:hover .main-nav__item-dropdown {
  visibility: visible;

  opacity: 1;
}

.main-nav__item-link {
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;

  color: var(--black);
}

.main-nav__item-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;

  visibility: hidden;

  width: 250px;
  height: auto;

  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;

  opacity: 0;
  background-color: #fff;
  /* -webkit-box-shadow: rgba(0, 0, 0, .2) 0 9px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 9px 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 9px 10px; */
}

.main-nav__item-dropdown-item {
  position: relative;

  border-bottom: 1px solid #e5e0db;
}

.main-nav__item-dropdown-item--dropright a:before {
  position: absolute;
  top: 13px;
  right: 10px;

  width: 6px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: #0d63ac;
}

.main-nav__item-dropdown-item--dropright a:after {
  position: absolute;
  top: 17px;
  right: 10px;

  width: 6px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: #0d63ac;
}

.main-nav__item-dropdown-item--dropright a:hover:after,
.main-nav__item-dropdown-item--dropright a:hover:before {
  background-color: #fff;
}

.main-nav__item-dropdown-item:last-child {
  border-bottom: 0;
}

.main-nav__item-dropdown-item:hover .main-nav__item-dropdown2 {
  visibility: visible;

  opacity: 1;
}

.main-nav__item-dropdown-item a {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 12px;
  /* font-weight: 500; */
  line-height: 19px;

  display: block;

  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 16px;

  color: var(--color1);
}

.main-nav__item-dropdown-item a:hover {
  color: #fff;
  background-color: var(--color1-light);
}

.main-nav__item-dropdown--span,
.yourchoise {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 16px;
  color: #fff;
  background-color: var(--color1);
}

.main-nav__item-dropdown2 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;

  visibility: hidden;

  width: 250px;
  height: auto;

  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;

  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 9px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 9px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 9px 10px;
}

.main-nav__item-dropdown2-item {
  border-bottom: 1px solid #e5e0db;
}

.main-nav__item-dropdown2-item:last-child {
  border-bottom: 0;
}

.main-nav__item-dropdown2-item a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;

  display: block;

  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 16px;

  color: #0d63ac;
}

.main-nav__item-dropdown2-item a:hover {
  color: #fff;
  background: -webkit-linear-gradient(#1aa9e7, #008fcd);
  background: -moz-linear-gradient(#1aa9e7, #008fcd);
  background: -o-linear-gradient(#1aa9e7, #008fcd);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1aa9e7),
    to(#008fcd)
  );
  background: linear-gradient(#1aa9e7, #008fcd);
}

.main-nav__item-dropdown2--span {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;

  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 16px;

  color: #fff;
  background-color: #b8b1a8;
}

.main-nav__logo {
  padding-top: 11px;
  padding-right: 23px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-nav__logo img {
  width: 150px;
  /* 	height:9px; */
}

/* Main News
   ========================================================================== */

.main-news {
  background: #fff;
}

.main-news__wrapper {
  width: 100%;
  margin: 0 auto;
  /* padding-top: 52px; */
  padding-top: 60px;
  /* padding-right: 104px; */
  /* padding-bottom: 60px; */
  /* padding-left: 104px; */
}

/*.releated__products .main-news__wrapper
{
    padding-top: 0;
}*/

.main-news__title {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;

  margin: 0;
  margin-bottom: 36px;

  text-transform: uppercase;

  color: #484846;
}

.main-news__slider-item-image {
  width: auto;
  max-height: 112px;
  /* margin: 0 auto 20px; */
  margin-bottom: 10px;
}

.main-news__slider-item-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  /* max-height: 100px; */
  overflow: auto;
  margin-top: 0;
  margin-bottom: 5px;
  color: #484846;
}

.katalog-cat__inner {
  padding: 20px;
}

.main-news__slider-item-date {
  padding: 9px 13px 14px 16px;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #1ba9e7),
    color-stop(100%, #009fe3)
  );
  background: -moz-linear-gradient(#1ba9e7, #009fe3);
  background: -webkit-linear-gradient(#1ba9e7, #009fe3);
  background: linear-gradient(#1ba9e7, #009fe3);
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: block;
}

.main-news__slider-item-date:after {
  position: absolute;
  content: '';
  right: 13px;
  top: 50%;
  margin-top: -15px;
  background: url(../images/arrow-white-big.png) 0 0 no-repeat;
  width: 12px;
  height: 30px;
}

.main-news__slider-item-date:hover {
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #3cb5ea),
    color-stop(100%, #0c85b9)
  );
  background: -moz-linear-gradient(#3cb5ea, #0c85b9);
  background: -webkit-linear-gradient(#3cb5ea, #0c85b9);
  background: linear-gradient(#3cb5ea, #0c85b9);
}

.main-news__slider-item-date-day {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: lowercase;
}

.main-news__slider-item-date-number {
  display: block;
  font-size: 21px;
  line-height: 18px;
  color: #fff;
}

.main-news__slider-item-text {
  margin-top: 0;
  margin-bottom: 18px;

  color: #484846;
}

.main-news__slider-item-link {
  font-size: 15px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  /*padding-left: 14px;*/
  color: var(--color1);
}

/*.main-news__slider-item-link:before {*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 2px;*/

/*    width: 5px;*/
/*    height: 2px;*/

/*    content: '';*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/

/*    background-color: var(--color1);*/
/*}*/

/*.main-news__slider-item-link:after {*/
/*    position: absolute;*/
/*    top: 9px;*/
/*    left: 2px;*/

/*    width: 5px;*/
/*    height: 2px;*/

/*    content: '';*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/

/*    background-color: var(--color1);*/
/*}*/

.main-news__slider-item-link:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;

  color: var(--color1-light);
}

/*.main-news__slider-item-link:hover:before,*/
/*.main-news__slider-item-link:hover:after {*/
/*    -webkit-transition: .2s;*/
/*    -moz-transition: .2s;*/
/*    -o-transition: .2s;*/
/*    transition: .2s;*/

/*    background-color: var(--color1-light);*/
/*}*/

.main-news__slider .slick-track {
  display: flex !important;
  justify-content: space-between;
}

.main-news__slider .main-news__slider-item {
  width: 250px !important;
}

.main-news__slider .slick-arrow {
  position: absolute;
  bottom: -40px;
  border: none;
  background: none;
  z-index: 100;
  height: 24px;
  width: 18px;
}

.main-news__slider .slick-next {
  left: 42%;
}

.main-news__slider .slick-next:before {
  position: absolute;
  top: 6px;
  left: 2px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: var(--color1);
}

.main-news__slider .slick-next:after {
  position: absolute;
  top: 15px;
  left: 2px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: var(--color1);
}

.main-news__slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -35px;
}

.main-news__slider .slick-dots li button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #eeeded;
  border: none;
  font-size: 0;
  margin-right: 8px;
}

.main-news__slider .slick-dots li.slick-active button {
  background: var(--color1);
}

.main-news__slider .slick-prev {
  right: 43%;
}

.main-news__slider .slick-prev:before {
  position: absolute;
  top: 6px;
  left: 2px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: var(--color1);
}

.main-news__slider .slick-prev:after {
  position: absolute;
  top: 15px;
  left: 2px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: var(--color1);
}

#mod-video {
  width: 100%;
}

/* Слайдер "АРХИТЕКТУРНЫЕ КОНЦПЕЦИИ ДОМОВ"
   ========================================================================== */

.main-concept__slider-item {
  height: 520px !important;
}

.main-concept__slider {
  height: 520px;
  overflow: hidden;
}

.main-concept__slider .main-project__slider-item {
  height: 520px !important;
}

.main-concept__slider-item--1 {
  background: url(../images/main-concept-item1.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-concept__slider-item--2 {
  background: url(../images/main-concept-item2.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-concept__slider-item-title {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;

  display: inline-block;

  margin: 0;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 160px;

  text-transform: uppercase;

  color: #484846;
  background-color: #f8faf8;
}

.main-concept__slider-item-titleWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-top: 6rem;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-concept__slider-item-link {
  font-size: 15px;
  line-height: 16px;

  position: relative;

  padding-top: 7px;
  padding-right: 17px;
  padding-bottom: 7px;
  padding-left: 175px;

  color: #fff;
  background-color: var(--color1);
  transition: all var(--animation);
}

.main-concept__slider-item-link:before {
  position: absolute;
  top: 13px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: #fff;
}

.main-concept__slider-item-link:after {
  position: absolute;
  top: 16px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: #fff;
}

.main-concept__slider-item-link:hover {
  background-color: var(--color1-light);
}

.main-concept__slider .slick-track {
  display: flex !important;
  justify-content: space-between;
}

.main-concept__slider .main-news__slider-item {
  width: 194px !important;
}

.main-concept__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border: none;
  background: none;
  z-index: 100;
  height: 44px;
  width: 52px;
  background: #fff;
}

.main-concept__slider .slick-next {
  left: 0;
}

.main-concept__slider .slick-next:before {
  position: absolute;
  top: 16px;
  left: 22px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: var(--color1);
}

.main-concept__slider .slick-next:after {
  position: absolute;
  top: 25px;
  left: 22px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: var(--color1);
}

.main-concept__slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.main-concept__slider .slick-dots li button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #eeeded;
  border: none;
  font-size: 0;
  margin-right: 8px;
}

.main-concept__slider .slick-dots li.slick-active button {
  background: var(--color1-light);
}

.main-concept__slider .slick-prev {
  right: 0;
}

.main-concept__slider .slick-prev:before {
  position: absolute;
  top: 16px;
  left: 16px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: var(--color1);
}

.main-concept__slider .slick-prev:after {
  position: absolute;
  top: 25px;
  left: 16px;

  width: 15px;
  height: 3px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: var(--color1);
}

.btn-press-release {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #009fe3 url(/local/templates/main/images/button_icon_sprite.png)
    6px -76px no-repeat;
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiYTllNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWZlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba9e7), color-stop(100%, #009fe3));
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -moz-linear-gradient(#1ba9e7, #009fe3);
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -webkit-linear-gradient(#1ba9e7, #009fe3);
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    linear-gradient(#1ba9e7, #009fe3);
  padding: 8px 15px 8px 25px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.btn-press-release:hover {
  background-color: var(--color1);
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYjVlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjODViOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3cb5ea), color-stop(100%, #0c85b9));
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -moz-linear-gradient(#3cb5ea, #0c85b9);
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    -webkit-linear-gradient(#3cb5ea, #0c85b9);
  background: url(/local/templates/main/images/button_icon_sprite.png) 6px -76px
      no-repeat,
    linear-gradient(#3cb5ea, #0c85b9);
  text-decoration: none;
}

.btn-press-release:active {
  background: #a2988d url(/local/templates/main/images/button_icon_sprite.png)
    6px -76px no-repeat;
  text-decoration: none;
}

/* О компании. На главной.
   ========================================================================== */

.main-about {
  background: #fff;
  /* border-bottom:1px solid #e5e0db;
	box-shadow: 0 4px 20px rgba(0,0,0,.1); */
  position: relative;
  z-index: 10;
}

/* main{
    overflow: hidden;
} */

/* .main-about__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 52px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
} */

.main-about__title {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;

  margin: 0;
  margin-bottom: 29px;

  text-transform: uppercase;

  color: #484846;
}

.main-about__text {
  margin-top: 0;
  margin-bottom: 21px;
}

.main-about__text h2 {
  font-size: 24px;
  font-weight: normal;

  color: #484846;
}

/* Main Footer
   ========================================================================== */
.main-footer__container {
  background-color: #f1f1e9;
  margin-top: 40px;
  padding-top: 40px;
}

.main-footer__wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 53px;
  padding-left: 0px;
}

.main-footer__column--first {
  width: 386px;
}

.main-footer__column--second {
  width: 320px;
}

.main-footer__column--third {
  width: 200px;
}

.main-footer__column--third .main-footer__menu-item {
  margin-bottom: 0;
}

.main-footer__column--third .main-footer__menu-subtitle {
  margin-bottom: 9px;
}

.main-footer__menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 35px;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-footer__menu-subtitle {
  margin-top: 0;
  margin-bottom: 17px;
}

.main-footer__menu-subtitle a {
  font-size: 18px;
  font-weight: 500;

  color: #807367;
}

/* .main-footer__menu-item {
    margin-bottom: 45px;
} */

/* .main-footer__menu-list li a {
    margin-left: 17px;
} */

.main-footer__menu-list li ul {
  padding-left: 17px;
}

/* .main-footer__menu-list li li a {
    margin-left: 17px;
} */

.main-footer__menu-list li {
  margin-bottom: 0;
}

.main-footer__menu-list li a {
  /* font-family: 'GTEestiProText', 'Helvetica', sans-serif, Arial, Helvetica, sans-serif; */
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 1.5;
  position: relative;
  display: inline-block;
  color: #807367;
}
/* 
.main-footer__menu-list li a:before {
    position: absolute;
    top: 4px;
    left: -17px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    background-color: #807367;
}

.main-footer__menu-list li a:after {
    position: absolute;
    top: 7px;
    left: -17px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #807367;
} */

.main-footer__copyright span {
  font-size: 13px;

  color: #807367;
}

/* Footer Social Buttons
   ========================================================================== */

.social-buttons {
  margin-bottom: 25px;
  padding-left: 704px;
}

.social-buttons .at-icon {
  display: none;
}

.social-buttons .at-resp-share-element .at-share-btn:focus,
.social-buttons .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.social-buttons .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.social-buttons .at-icon-wrapper.at-svc-compact {
  width: 48px !important;

  background: url(../images/social-sprite.png) -56px 0 no-repeat !important;
  -moz-background-size: 48px 24px;
  -o-background-size: 48px 24px;
  background-size: 48px 24px;
}

.social-buttons .at-svc-facebook {
  background: url(../images/social-sprite.png) 0 0 no-repeat !important;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}

.social-buttons .at-svc-twitter {
  background: url(../images/social-sprite.png) -28px 0 no-repeat !important;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}

/* Слайдер "Технологии проектирования..." на главной"
   ========================================================================== */

/* Слайдер "РЕАЛИЗОВАННЫЕ ПРОЕКТЫ"
   ========================================================================== */

.main-project {
  position: relative;
}

/* .main-project:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;

    content: '';

    border-bottom: 56px solid #f1f1e9;
    border-left: 1153px solid transparent;
} */

.main-project__slider-item {
  position: relative;

  height: 578px !important;
}

.main-project__slider-item--1 {
  background: url(../images/main-project-item1.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-project__slider-item--2 {
  background: url(../images/main-project-item2.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-project__slider-item-char {
  line-height: 16px;

  position: absolute;
  bottom: 3rem;
  left: 0;

  width: 295px;
  height: 100px;
  padding-top: 20px;
  padding-left: 22px;

  background-color: rgba(0, 0, 0, 0.4);
}

.main-project__slider-item-char span {
  font-size: 15px;
  line-height: 16px;

  color: #fff;
}

.main-project__slider-item-title {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 34px;

  display: inline-block;

  margin: 0;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 160px;

  text-transform: uppercase;

  color: #484846;
  background-color: #f8faf8;
}

.main-project__slider-item-titleWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-top: 34px;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-project__slider-item-link {
  font-size: 15px;
  line-height: 16px;

  position: relative;

  padding-top: 7px;
  padding-right: 17px;
  padding-bottom: 7px;
  padding-left: 175px;

  color: #fff;
  background-color: var(--color1);
}

.main-project__slider-item-link:before {
  position: absolute;
  top: 13px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: #fff;
}

.main-project__slider-item-link:after {
  position: absolute;
  top: 16px;
  left: 162px;

  width: 5px;
  height: 2px;

  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  background-color: #fff;
}

.main-project__slider-item-link:hover {
  background-color: var(--color1-light);
  color: #fff;
}

.main-concept__slider2 .slick-dots {
  bottom: 60px;
}

/* Anchor Menu
   ========================================================================== */

.anchor-menu {
  position: fixed;
  z-index: 999;
  top: 100px;
  right: 50px;
}

.anchor-menu__text {
  display: none;
}

.anchor-menu__item {
  position: relative;
}

.anchor-menu__item--dot {
  height: 23px;
}

.anchor-menu__item--dot.active:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-menu__item:hover span {
  font-size: 12px;

  position: absolute;
  z-index: 1000;
  top: 2px;
  right: 40px;

  display: block;

  width: auto;
  padding: 6px 8px 5px;

  white-space: nowrap;

  color: #fff;
  background-color: var(--color1-light);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
}

.anchor-menu__item:hover span:before {
  position: absolute;
  top: 50%;
  left: 100%;

  width: 0;
  height: 0;
  margin-top: -5px;

  content: '';

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--color1-light);
}

.anchor-menu__dot {
  display: inline-block;

  width: 30px;
  height: 28px;

  outline: 0;
  /* background: url(../images/anchor-menu-dot.png) 0 0 no-repeat; */

  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor-menu__dot::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-color: var(--color1);
  border-radius: 100%;
}

.anchor-menu li.active .anchor-menu__dot::after {
  background-color: var(--color2);
}

.anchor-menu__socialBtn {
  display: inline-block;

  width: 30px;
  height: 34px;

  outline: 0;
  background: url(../images/anchor-menu-sprite.png) 0 0 no-repeat;
}

.anchor-menu li.active span {
  font-size: 12px;
  position: absolute;
  z-index: 1000;
  top: 2px;
  right: 40px;
  display: block;
  width: auto;
  padding: 6px 8px 5px;
  white-space: nowrap;
  color: #fff;
  background-color: var(--color2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
}

.anchor-menu li.active span:before {
  position: absolute;
  top: 50%;
  left: 100%;

  width: 0;
  height: 0;
  margin-top: -5px;

  content: '';

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--color2);
}

/* Goals
	======================================================  */
.goals-header {
  background: #fff url(../images/goals-header.jpg) center top no-repeat;
}

/* .goals{
		width:848px;
		margin:0 auto;
	} */
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}

.goals__main {
  justify-content: space-between;
  color: #484846;
  flex-wrap: wrap;
}

.content__main {
  justify-content: space-between;
  color: #484846;
}

@media screen and (max-width: 1000px) {
  .content__main.flex {
    flex-wrap: wrap;
  }
}

.goals__main.goals__main--directionColumn {
  flex-direction: column;
  width: 46%;
  justify-content: flex-start;
  margin-bottom: 84px;
}

.goals__main.goals__main--directionColumn:first-child {
  margin-bottom: 84px;
}

.goals__main.goals__main--directionColumn .goals__main_image {
  width: 100%;
  margin-bottom: 14px;
}

.goals__main.goals__main--directionColumn .goals__main_name {
  margin-bottom: 13px;
}

.goals__main.goals__main--directionColumn .goals__main_content {
  width: 100%;
}

#video001 {
  max-width: 100%;
  margin-bottom: 20px;
}

#video002 {
  max-width: 100%;
}

.goals.goals--flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.goals__main_image,
.goals__main_content {
  width: 408px;
}

.goals__main_image.--with-mb {
  margin-bottom: 30px;
}

.max-height--230 {
  max-height: 230px;
}

.goals__main_image img {
  width: 100%;
}

.goals__main_content {
}

.goals__main_name {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 20px;
}

.goals__main_text {
  margin: 0;
  line-height: 1.4;
}

.goals__main:first-child {
  margin-bottom: 80px;
}

.social-buttons li {
  margin-right: 5px;
}

/* Modal-production
	======================================================= */
.m__production-header {
  background: #fff url(../images/m-production-header.jpg) center top no-repeat;
  background-size: cover;
}

.m__production {
  padding: 30px 0 0;
}

.m__production_top {
  font-size: 20px;
  padding-left: 30px;
  border-left: 4px solid var(--color2);
  margin-bottom: 80px;
}

/* Modal-assambly
	======================================================= */
.m__assambly_h2 {
  font-size: 24px;

  margin-bottom: 10px;
}

.m__assambly_h2 span {
  font-size: 24px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  color: var(--color1);
}

.m__assambly_about .main-about__text {
  margin-bottom: 35px;
}

.m__assambly_top {
  font-size: 22px;

  margin-bottom: 40px;
}

.goals__main_video {
  height: 260px;
}

/* BIM
	======================================================= */
.bim .goals__main_text:first-child {
  margin-bottom: 20px;
}

.bim .goals__main:first-child {
  margin-bottom: 40px;
}

.bim .m__production_top {
  margin-bottom: 30px;
}

.bim__image {
  justify-content: space-between;
  margin-bottom: 30px;
}

/* Tech-solutions
	======================================================= */
.solutions_main {
  background: #fff url(../images/solutions-header.jpg) center top no-repeat;
}

.solutions h2 {
  font-size: 24px;

  text-transform: uppercase;
  font-weight: normal;
}

.solutions__main_content h3 {
  font-family: 'futuralight', 'GillSansCBold';
  line-height: 1.4;
  margin: 0 0 10px;
  font-size: 16px;
}

.solutions__main_content li {
  margin-bottom: 10px;
  font-size: 16px;
}

.solutions .goals__main {
  margin-bottom: 70px;
}

.solutions_pdf {
  font-size: 24px;
  color: var(--color1);
  padding: 5px 0 0 45px;
  text-decoration: underline;
  display: block;
  position: relative;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansLightC';
}

.solutions_pdf:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 37px;
  background: url(../images/doc-solutions.png) center no-repeat;
}

.solutions_pdf span {
  display: block;
}

.solutions__block_name {
  font-size: 16px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  margin-bottom: 30px;
}

.solutions__block {
  margin-top: 60px;
}

.solutions__block_box ul {
  width: 50%;
}

.solutions__block_box li {
  padding: 0 40px;
  margin-bottom: 30px;
  position: relative;
}

.solutions__block_box li:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color1-light);
  /*font-size:;*/
  text-align: center;
  line-height: 28px;
  color: var(--color1-light);
  border-radius: 50%;
}

.solutions__block_box li.solutions_li1:before {
  content: '1';
}

.solutions__block_box li.solutions_li2:before {
  content: '2';
}

.solutions__block_box li.solutions_li3:before {
  content: '3';
}

.solutions__block_box li.solutions_li4:before {
  content: '4';
}

.solutions__block_box li.solutions_li5:before {
  content: '5';
}

.solutions__block_box li.solutions_li6:before {
  content: '6';
}

.solutions__block_box li.solutions_li7:before {
  content: '7';
}

.solutions__block_box li.solutions_li8:before {
  content: '8';
}

.solutions__block_box li.solutions_li9:before {
  content: '9';
}

/* Sertificates
	======================================================= */
.sertificat_header {
  background: #fff url(../images/sertificat-header.jpg) center top no-repeat;
}

.sertificat__wrapper_main {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 50px;
}

.h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.konstruction img {
  position: relative;
  left: -20px;
}

.sertificat__block {
  flex-wrap: wrap;
}

.sertificat__block_box {
  width: 200px;
  margin-bottom: 60px;
  margin-right: 60px;
}

.sertificat__block_img {
  width: 198px;
  height: 278px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.sertificat__block_box a {
  font-size: 16px;
  color: var(--color1);
  margin: 0;
  text-decoration: underline;
}

.sertificat__block_box a:hover {
  text-decoration: none;
}

.sertificat__block_img2 {
  width: 438px;
  height: 278px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  margin-bottom: 20px;
}

.sertificat__block_box2 {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 50px;
}

.sertificat_bottom {
  padding-bottom: 60px;
}

.h2 span {
  display: block;
}

/* Vendors
	======================================================= */
.vendors-header {
  background: #fff url(../images/vendors-header.jpg) center top no-repeat;
}

.vendors__block_box {
  width: 50%;
}

.vendors_top {
  font-size: 16px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansLightC';
  margin-bottom: 30px;
  color: #484846;
}

.vendors__block {
  padding: 0 5px;
  border-bottom: 1px solid #e5e0db;
  flex-wrap: wrap;
}

.vendors__block:last-child {
  border-bottom: none;
}

.vendors__block_box {
  padding: 40px 0;
}

.vendors__block_box h3 {
  margin: 0 0 40px;

  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}

/*.vendors__block_box:nth-child(2) h3{
		margin-bottom:66px;
	}*/

.podryadchiki-header {
  background: #fff url(../images/podryadchiki.jpg) center top no-repeat;
}

/* Konfigurator
	======================================================= */
.konfigurator_main {
  background: #fff url(../images/configurator-header.jpg) center top no-repeat;
}

.konfigurator .solutions__block {
  margin-top: 40px;
}

.solutions__block_box li a {
  font-size: 16px;
  color: var(--color1);
  text-decoration: underline;
}

.solutions__block_box li a:hover {
  text-decoration: none;
}

.konfigurator__block {
  margin: 40px 0 70px;
}

.konfigurator__block_border {
  font-size: 22px;

  font-weight: normal;
  padding: 0 40px 0 32px;
  position: relative;
  margin-bottom: 20px;
}

.konfigurator__block_border:last-child {
  margin-bottom: 0;
}

.konfigurator__block_border:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 22px;
  background: var(--color1);
  top: 2px;
  left: 0;
}

.konfigurator__bottom_name {
  font-size: 16px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  margin: 0 0 10px;
}

.konfigurator .main-about__text {
  margin-bottom: 36px;
}

/* catalogue
	======================================================= */
.catalogue__block {
  margin-bottom: 100px;
}

/*.catalogue__block:last-child{
		margin-bottom:0;
	} */

.catalogue:last-child .catalogue__block {
  margin-bottom: 0;
}

.catalogue__block h3 {
  font-size: 24px;

  font-weight: normal;
  margin: 0 0 35px;
}

.catalogue-header {
  background: #fff url(../images/catalogue-header.jpg) center top no-repeat;
}

.catalogue__block_images {
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalogue__block_images2 {
  justify-content: flex-start;
}

.catalogue__block_images div {
  width: 276px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}

.catalogue__block_images div:nth-child(3n) {
  margin: 0 0 10px 0;
}

.catalogue__block_images img {
  width: 100%;
}

/* partners
	======================================================= */
.partners__block {
  padding: 40px 0;
  border-bottom: 1px solid #e5e0db;
}

.partners__block:first-child {
  padding: 0 0 40px;
}

.partners__block:last-child {
  border-bottom: none;
}

.partners__block h2 {
  font-size: 24px;

  font-weight: normal;
  margin: 0 0 50px;
  text-transform: uppercase;
}

.partners__box {
  align-items: center;
}

.partners__box p {
  width: 50%;
  font-size: 24px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansLightC';
  font-weight: normal;
  margin: 0;
}

.partners__block .vendors__block_box {
  padding-bottom: 0;
}

.partners__block .vendors__block {
  border-bottom: none;
}

.partners__block h3 {
  text-transform: none;
  margin-bottom: 20px;
}

.partners__block .vendors__block_box:nth-child(2) h3 {
  margin-bottom: 20px;
}

.vendors__block_kompany-trub {
  width: 80%;
}

.vendors__block_kompany {
  margin-bottom: 10px;
}

.partners__box {
  flex-direction: column;
  align-items: flex-start;
}

.partners__box p {
  width: 100%;
  margin-bottom: 20px;
}

.partners__box2 {
  padding-top: 40px;
}

.partners-header {
  background: #fff url(../images/partners-header.jpg) center top no-repeat;
}

/* folowing
	======================================================= */
.folowing_main {
  background: #fff url(../images/folowing-header.jpg) center top no-repeat;
}

.folowing .solutions__block_box ul {
  width: 100%;
}

.folowing .solutions__block_name {
  font-weight: normal;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansC', Helvetica,
    sans-serif;
}

/* building
	======================================================= */
.building .catalogue__block h3 span {
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
}

.building .catalogue__block h3 {
  margin: 0 0 20px;
}

.building .catalogue__block {
  margin-bottom: 50px;
}

.building img {
  margin: 0 10px 10px 0;
}

.building-header {
  background: #fff url(../images/building-header.jpg) center top no-repeat;
}

/* advantages
	======================================================= */
.advantages .solutions__block_name {
  font-weight: normal;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
}

.advantages__block_box {
  justify-content: space-between;
  margin-bottom: 35px;
}

.advantages__block_box li {
  padding-left: 40px;
  margin-bottom: 34px;
  position: relative;
}

.advantages__block_box li:last-child {
  margin-bottom: 0;
}

.advantages__block_box li:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background: url(../images/arrow_bottom.png) no-repeat center;
  width: 31px;
  height: 31px;
}

.advantages__block_box ul {
  width: 260px;
}

.advantages__block_box ul:last-child li:nth-child(1):before {
  background: url(../images/arrow_top.png) no-repeat center;
}

.advantages__block_box ul:last-child li:nth-child(2):before {
  background: url(../images/arrow_top.png) no-repeat center;
}

.advantages2 {
  margin: 50px 0;
}

.advantages_main .m__production_top span {
  display: block;
}

.advantages__grafik {
  justify-content: space-between;
  margin-bottom: 70px;
}

.advantages__grafik_box p {
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  margin-top: 0;
}

.advantages__construktion {
  justify-content: space-between;
}

.advantages__construktion_img {
  width: 408px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.advantages__construktion_img img {
  margin-bottom: 20px;
}

.advantages__construktion_box p {
  margin: 0 0 20px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
}

.advantages_header {
  background: #fff url(../images/advantages-header.jpg) center top no-repeat;
}

/* discription
	======================================================= */
.konfigurator__bottom a {
  font-size: 16px;
  color: var(--color1);
  text-decoration: underline;
}

.konfigurator__bottom a:hover {
  text-decoration: none;
}

.discription__block {
  justify-content: space-between;
  margin-top: 40px;
}

.discription__block_box {
  width: 24%;
}

.discription__block_img {
  height: 60px;
  align-items: center;
  margin-bottom: 20px;
}

.dotted__block {
  padding-left: 40px;
  margin-bottom: 20px;
  list-style: disc;
}

.discription__block_box li,
.dotted__block li {
  list-style: disc;
  /* margin-bottom:10px; */
  /* padding-left:20px;
		position:relative; */
}

/* .discription__block_box li:before,
    .dotted__block li:before{
		content:'';
		position:absolute;
		top:6px;
		left:0;
		width:8px;
		height:8px;
		background:var(--color1);
		border-radius:50%;
        list-style:none;
	} */
.discription__block_box p {
  /* font-family: 'futuralight', 'GillSansCBold'; */
  text-transform: uppercase;
}

.discription_main {
  background: #fff url(../images/discription-header.jpg) center top no-repeat;
}

.articles__img {
  width: 50%;
  display: block;
}

/* faq
	======================================================= */
.faq-header {
  background: #fff url(../images/main-concept-item1.jpg) center top no-repeat;
}

.faq__block {
  margin-bottom: 5px;
  position: relative;
}

.faq__block_vopros {
  padding: 10px 0px;
  display: block;
  /* background: var(--color1); */
  font-size: 20px;
  color: #333;
  position: relative;
}

.faq__block_vopros::after {
  position: absolute;
  right: 0;
  content: '+';
}

.faq__block_otvet {
  padding: 15px 15px 25px;
  background: #f6f6f5;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq__block_otvet h3 {
  margin: 0 0 25px 0;
  color: var(--color1);
}

.faq__block_text p {
  margin: 0 0 25px 0;
}

.faq__block_text p:last-child {
  margin: 0;
}

.faq_section .goals {
  margin: 0;
}

.faq__block.showMenu .faq__block_otvet {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq__forma {
  margin-top: 60px;
}

.popup .faq__forma {
  margin-top: 0;
  text-align: left;
}

.popup .faq__forma h3 {
  background-color: #f6f6f5;
  margin: 0;
  padding: 10px 15px;
}

.faq__forma h3 {
  font-size: 24px;

  text-transform: uppercase;
  font-weight: normal;
}

.faq__form {
  background: #f6f6f5;
  padding: 15px 15px 45px;
}

.faq__form_inputy {
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq__form_input {
  width: 50%;
  margin-bottom: 10px;
}

.faq__form_input.input-full {
  width: 100%;
  margin-bottom: 10px;
}

.SelectTypeForm {
  height: 42px;
  width: 98%;
  padding-left: 2%;
}

.faq__form_input.input-full .faq__form_input-input {
  width: 99%;
}

.faq__form_input-input {
  height: 42px;
  border: 1px solid #bfbfbf;
  width: 98%;
  padding-left: 2%;
}

.faq__form_input label,
.faq__form_vopros label {
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.faq__form_textarea {
  height: 115px;
  border: 1px solid #bfbfbf;
  width: 99%;
  padding: 15px 2%;
  resize: none;
}

.faq__form_button {
  height: 42px;
  border: none;
  width: 49%;
  background: var(--color1);
  /*font-size:; */
  color: #fff;
  margin-top: 22px;
  max-width: 170px;
}

.faq__form_button:hover {
  background: var(--color1-light);
  cursor: pointer;
}

/* samples
	======================================================= */
.samples_header {
  background: #fff url(../images/samples-header.jpg) center top no-repeat;
}

.samples__block {
  margin-bottom: 50px;
}

.samples__block:last-child {
  margin-bottom: 0;
}

.samples__block h3 {
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  font-size: 16px;
}

.samples__block_img {
  max-width: 600px;
}

.samples__block_img img {
  width: 100%;
}

/* press and press-news
	======================================================= */
.press__block {
  justify-content: space-between;
  flex-wrap: wrap;
}

.press__block .main-news__slider-item {
  width: 194px;
  margin-bottom: 40px;
}

.press__block .main-news__slider-item {
  margin-right: 24px;
}

.press__block .main-news__slider-item img {
  margin-bottom: 1px;
  height: 150px;
  width: 195px;
}

.press__block .main-news__slider-item:nth-child(4n) {
  margin-right: 0;
}

.press__block {
  justify-content: flex-start;
}

.press_header {
  background: #fff url(../images/press-header.jpg) center top no-repeat;
  background-size: cover;
}

.press_news {
  background: #fff;
  height: 50px;
}

.press__news h2 {
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 22px;
}

.press__news_block {
  justify-content: space-between;
}

.press_gallery {
  float: left;
  width: 434px;
  margin-right: 27px;
  margin-bottom: 30px;
}

.build__type__main .press_gallery {
  float: none;
  width: 100%;
  margin-right: 0px;
}

.build__type__main.gallery-komplex {
  margin-bottom: 0;
}

.press__news_right {
  width: 100%;
}

.press__news_right p:first-child {
  margin-top: 0;
}

.press__news_img {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.press__news_img img {
  width: 100%;
  height: auto;
}

.build__type__main .press__news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 11rem;
}

.press__news_img img.press__img_plus {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.press__news_img2 {
  justify-content: flex-start;
  height: auto;
}

.press__news_img2 a {
  display: block;
  position: relative;
  width: 90px;
  height: auto;
  margin-right: 5px;
}

.press__news_img2 a:last-child {
  margin-right: 0;
}

.press__news_img2 img {
  width: 100%;
  height: auto;
}

.press__news_img2 img.press__img_plus {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.press__news_right h3 {
  margin: 0 0 10px;
  font-family: 'GillSansCItalic';
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

/*modules-katalog
	========================================================*/
.m__katalog-header {
  background: #fff url(../images/modules-katalog-header.jpg) center top
    no-repeat;
}

.m__katalog_main {
  margin-bottom: 70px;
}

.m__katalog_main h2 {
  margin: 0 0 35px;
  font-weight: normal;
}

.m__katalog_left p {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.m__katalog_left h3 {
  font-size: 24px;
  color: var(--color1);
  font-family: 'futuralight', 'GillSansCBold';
  margin: 0 0 5px;
}

.m__katalog_block {
  justify-content: space-between;
  margin-bottom: 110px;
}

.m__katalog_block:last-child {
  margin-bottom: 0;
}

.m__katalog_left {
  width: 52%;
}

.m__katalog_right {
  width: 44%;
}

.m__katalog_right img {
  width: 100%;
}

/* realeased
=====================================================*/
.realeased-header {
  background: #fff url(../images/realeased_header.jpg) center top no-repeat;
}

.realeased {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.realeased__left {
  width: 608px;
}

.realeased__left_main {
  margin-bottom: 50px;
}

.realeased__left_main:last-child {
  margin-bottom: 0;
}

.realeased__left_main h2 {
  color: #484846;
  font-size: 16px;
  font-family: 'GTEestiProText', 'Helvetica', sans-serif, 'GillSansCBold';
  margin: 0 0 5px;
}

.realeased__left_main h3 {
  color: #484846;
  font-size: 16px;

  margin: 0 0 15px;
  font-weight: normal;
}

.realeased__left_img {
  width: 100%;
  margin-bottom: 10px;
}

.realeased__left_img img {
  width: 100%;
}

.realeased__left_a {
  color: var(--color1);
  font-size: 12px;
  font-family: 'GillSansC';
  padding-left: 10px;
  position: relative;
}

.realeased__left_a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 10px;
  background: url(../images/strelka_real.png) center no-repeat;
}

.realeased_right {
  width: 188px;
}

.realeased__left_a span {
  text-decoration: underline;
}

.realeased_right input[type='checkbox'] {
  display: none;
}

.realeased_right input[type='checkbox'] + label {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px 0 0;
  background: url(../images/real_check.jpg) top left no-repeat;
}

.realeased_right input[type='checkbox'] + label {
  cursor: pointer;
}

.realeased_right input[type='checkbox']:disabled + label {
  background: url(../images/real_check.jpg) center no-repeat;
}

.realeased_right input[type='checkbox']:checked + label {
  background: url(../images/real_check-active.jpg) center left no-repeat;
}

.realeased_right label {
  width: 137px;
  line-height: 0.9;
}

.realeased__check_top {
  height: 52px;
  background: #e7e2dd;
  padding: 0 10px 0 20px;
}

.realeased__check_top li {
  height: 52px;
  align-items: center;
}

.realeased__check_center {
  background: #dedad2;
  height: auto;
}

.realeased__check_center li {
  height: 36px;
}

.realeased__check_center ul {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

.realeased__check {
  margin-bottom: 3px;
}

.realeased_close {
  display: none;
}

.fon {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
}

.real_naiti {
  color: #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: #7db9e8;
  margin: 0 auto;
  background: -moz-linear-gradient(top, #7db9e8 0%, #009fe3 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #009fe3 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #009fe3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#009fe3', GradientType=0);
  border: 0;
}

.real_naiti:hover {
  background: #009fe3;
  background: -moz-linear-gradient(top, #009fe3 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #009fe3 0%, #7db9e8 100%);
  background: linear-gradient(to bottom, #009fe3 0%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#7db9e8', GradientType=0);
}

/*realeased-item
=============================================================*/
.realeased__item_left {
  width: 440px;
}

.realeased__slider_top {
  width: 100%;
  height: auto;
  justify-content: center;
  /* 	align-items:center; */
}

.realeased__slider_top a {
  display: block;
  /* width:100%;
	height:100%; */
}

.realeased__slider_top img {
  width: 100%;
  height: auto;
}

.realeased__item_h2 {
  font-size: 24px;
  color: #484846;
  font-weight: normal;

  text-transform: uppercase;
}

.realeased__item_main {
  justify-content: space-between;
}

.slider_bottom {
  width: 90px !important;
  height: 64px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
}

.slider_bottom img {
  width: 100%;
  height: 64px;
}

.slider_bottom a {
  position: absolute;
  display: flex;
  width: 16px;
  height: 16px;
  background: #24a4df;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  bottom: 0;
}

.realeased__slider_bottom {
  position: relative;
  margin-top: 30px;
  padding-bottom: 54px;
}

.realeased__slider_bottom .slick-arrow {
  position: absolute;
  top: 94px;
  left: 0;
}

.realeased__slider_bottom .slick-arrow.prev {
  position: absolute;
  left: 100px;
  width: 10px;
  height: 24px;
  background: url(../images/real_left.png) center no-repeat;
  cursor: pointer;
  border: none;
  z-index: 20;
}

.realeased__slider_bottom .slick-arrow.next {
  position: absolute;
  left: 326px;
  width: 10px;
  height: 24px;
  background: url(../images/real_right.png) center no-repeat;
  cursor: pointer;
  border: none;
  z-index: 20;
}

.realeased__slider_bottom .slick-dots {
  display: flex;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  justify-content: center;
}

.realeased__slider_bottom .slick-dots li {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ded9d1;
  font-size: 0px;
  cursor: pointer;
  margin: 0 5px;
}

.realeased__slider_bottom .slick-dots li button {
  border: none;
  width: 0;
  height: 0;
  background: none;
}

.realeased__slider_bottom .slick-dots li.slick-active {
  background: #1aa0e0;
}

.realeased__item_right {
  width: 360px;
}

.realeased__item {
  margin-bottom: 80px;
}

.realeased__item:last-child {
  margin-bottom: 0;
}

.realeased__item_box {
  padding: 20px;
  background: #f1f1e9;
  justify-content: space-between;
}

.realeased__item_box div {
  width: 50%;
}

.realeased__item_box.realeased__item_box__kat div {
  width: 100%;
}

.realeased__item_box div p {
  margin: 0 0 16px;
  font-size: 16px;
  font-family: 'GillSansC';
}

.realeased__item_box div p:last-child {
  margin: 0;
}

.realeased__item_box div p strong {
  font-family: 'GillSansC';
  display: block;
  font-weight: normal;
  width: 40%;
}

.realeased__item_box div p span {
  font-family: 'GillSansC';
  display: block;
  width: 60%;
}

.realeased__item_box div p span a {
  color: var(--color1);

  font-size: 16px;
}

.realeased__item_box div:last-child p strong {
  width: 20%;
}

.realeased__item_box.realeased__item_box__kat div:last-child p strong {
  width: 25%;
}

.realeased__item_box div:last-child p span {
  width: 50%;
}

.realeased__map {
  justify-content: space-between;
  height: 404px;
}

.realeased__map_top {
  padding: 19px 15px 26px 15px;
  background-color: #e6e2dc;
  border-bottom: 1px solid #ccc2b8;
}

.realeased__map_top_title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 10px;
  font-weight: 300;
}

.realeased__map_top_contacts {
  display: flex;
}

.realeased__map_top_contacts p {
  width: 50%;
  margin: 0;
}

.realeased__map_left_address {
  margin: 0;
  font-size: 14px;
  margin-bottom: 22px;
}

.realeased__map_left_link {
  position: relative;
}

.text-block {
  margin: 2rem 0;
}

.realeased__map_left {
  width: 200px;
  padding: 30px 14px;
  font-size: 22px;

  line-height: 1.2;
  background: #e6e2db;
  position: relative;
}

.realeased__map_left p {
  margin: 0;
}

.realeased__map_left a {
  position: absolute;
  bottom: 110px;
  display: block;
  font-size: 22px;
  color: var(--color1);
}

.realeased__map_left a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 14px;
  background: url(../images/map_strelka.png) center no-repeat;
  top: 8px;
  right: -44px;
}

.realeased__map_right {
  /* width:648px; */
  flex: 1;
  background: #999;
}

.gm-style-pbc,
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gm-svpc {
  display: none !important;
}

/*Current
==================================================================*/

.current-header {
  background: #fff url(../images/current_header.jpg) center top no-repeat;
}

.current .realeased__left_main h2 {
  margin-bottom: 20px;
}

/*achivements
==================================================================*/

.achivements-header {
  background: #fff url(../images/achivements_header.jpg) center top no-repeat;
}

.achivements {
  height: 408px;
  margin-bottom: 80px;
}

.achivements:last-child {
  margin-bottom: 0;
}

.achivements div {
  width: 48%;
}

.achivements_left {
  justify-content: flex-end;
  overflow: hidden;
  height: 100%;
}

.achivements_left img {
  height: 100%;
  width: auto;
}

.achivements_right {
  font-size: 24px;

  line-height: 1.2;
}

.achivements_right h3 {
  text-transform: uppercase;
  margin: 0 0 24px 0;
  font-weight: normal;
}

.achivements_right h4 {
  margin: 0;
  font-weight: normal;
  font-size: 1.3rem;
}

/*	======================================================= */

@media screen and (max-width: 1150px) {
  .anchor-menu {
    right: 25px !important;
  }
}

@media screen and (max-width: 1100px) {
  .noMobile {
    display: none;
  }

  .yesMobile {
    display: block;
  }

  .main-nav {
    width: 291px;
    margin-left: -145px;
    height: 55px;
    width: 208px;
    margin-left: -104px;
  }

  .main-nav.showMenu .main-nav__items {
    top: 55px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .main-nav__menuButton-mobile {
    z-index: 10;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    width: 70px;

    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav__logo {
    z-index: 10;

    background-color: #fff;
  }

  .main-nav__items {
    position: absolute;
    z-index: 1;
    top: -500px;
    left: 0;

    flex-direction: column;

    width: 291px;

    border-top: 1px solid #e3e3e3;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .main-nav__items.hide .main-nav__item {
    display: none;
  }

  .main-nav__item {
    /* max-width: 291px; */

    border-left: 0;
  }

  .main-nav__item.showSubMenu {
    display: block !important;
  }

  .main-nav__item.showSubMenu .main-nav__item-dropdown {
    z-index: 20;

    visibility: visible !important;

    opacity: 1 !important;
  }

  .main-nav__item--withoutSubmenu .main-nav__item-link::before {
    display: none;
  }

  .main-nav__item--withoutSubmenu .main-nav__item-link::after {
    display: none;
  }

  .main-nav__item--lang {
    width: 291px;
  }

  .main-nav__item--lang .main-nav__item-dropdown {
    width: 291px;
  }

  .main-nav__item--lang.main-nav__item:hover .main-nav__item-link {
    color: #fff;
  }

  .main-nav__item--lang .main-nav__item-link {
    padding-left: 16px;
  }

  .main-nav__item--lang .main-nav__item-link::before {
    position: absolute;
    top: 13px;
    right: 10px;
    left: auto;

    width: 6px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    background: none;
    background-color: #0d63ac;
  }

  .main-nav__item--lang .main-nav__item-link::after {
    position: absolute;
    top: 17px;
    right: 10px;

    width: 6px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border: 0;
  }

  .main-nav__item--lang:hover {
    background-color: #b8b1a8;
  }

  .main-nav__item a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;

    display: block;

    width: 100%;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 16px;

    color: #0d63ac;
  }

  .main-nav__item a:hover {
    color: #fff;
    background: -webkit-linear-gradient(#1aa9e7, #008fcd);
    background: -moz-linear-gradient(#1aa9e7, #008fcd);
    background: -o-linear-gradient(#1aa9e7, #008fcd);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1aa9e7),
      to(#008fcd)
    );
    background: linear-gradient(#1aa9e7, #008fcd);
  }

  .main-nav__item a:hover:before,
  .main-nav__item a:hover:after {
    background-color: #fff;
  }

  .main-nav__item a::before {
    position: absolute;
    top: 14px;
    right: 10px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    background-color: #0d63ac;
  }

  .main-nav__item a::after {
    position: absolute;
    top: 17px;
    right: 10px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #0d63ac;
  }

  .main-nav__item .backToMain span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;

    display: block;

    padding-top: 9px;
    padding-right: 16px;
    padding-bottom: 9px;
    padding-left: 16px;

    text-align: right;

    color: #fff;
    background: webkit-gradient(
      linear,
      50% 0%,
      50% 100%,
      color-stop(0%, #1aa9e7),
      color-stop(100%, #008fcd)
    );
    background: -webkit-linear-gradient(#1aa9e7, #008fcd);
    background: -moz-linear-gradient(#1aa9e7, #008fcd);
    background: -o-linear-gradient(#1aa9e7, #008fcd);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1aa9e7),
      to(#008fcd)
    );
    background: linear-gradient(#1aa9e7, #008fcd);
  }

  .main-nav__item .backToMain2 span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;

    display: block;

    padding-top: 9px;
    padding-right: 16px;
    padding-bottom: 9px;
    padding-left: 16px;

    text-align: right;

    color: #fff;
    background: webkit-gradient(
      linear,
      50% 0%,
      50% 100%,
      color-stop(0%, #1aa9e7),
      color-stop(100%, #008fcd)
    );
    background: -webkit-linear-gradient(#1aa9e7, #008fcd);
    background: -moz-linear-gradient(#1aa9e7, #008fcd);
    background: -o-linear-gradient(#1aa9e7, #008fcd);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1aa9e7),
      to(#008fcd)
    );
    background: linear-gradient(#1aa9e7, #008fcd);
  }

  .main-nav__item:hover .main-nav__item-dropdown {
    visibility: hidden;

    opacity: 0;
  }

  .main-nav__item-dropdown-item:hover .main-nav__item-dropdown2 {
    visibility: hidden;

    opacity: 0;
  }

  .main-nav__item-dropdown {
    top: 0;

    width: 291px;
  }

  .main-nav__item-dropdown.hide2 .main-nav__item-dropdown-item {
    display: none;
  }

  .main-nav__item-dropdown.hide2 .showSubMenu2 .main-nav__item-dropdown-item {
    display: block;
  }

  .main-nav__item-dropdown2 {
    top: -34px;
    left: 0;

    width: 291px;
  }

  .main-nav__item-dropdown-item.showSubMenu2 {
    display: block !important;
  }

  .main-nav__item-dropdown-item.showSubMenu2 .main-nav__item-dropdown2 {
    z-index: 20;

    visibility: visible !important;

    opacity: 1 !important;
  }

  .knauf__nav_item {
    position: absolute;
    top: 0;
    right: 0;
  }

  .knauf__nav_item a {
    padding: 0;
    padding-top: 11px;
    padding-right: 23px;
    padding-bottom: 10px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 1000px) {
  .main-news__wrapper {
    width: 706px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 706px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 706px;
    padding-right: 0;
    padding-left: 0;
  }

  .press__block .main-news__slider-item:nth-child(2n) {
    margin-right: 0;
  }

  .press__block .main-news__slider-item {
    margin-right: 46px;
  }

  .social-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    padding-left: 0;

    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }

  .main-project__slider-item-char {
    bottom: 60px;
  }

  .goals,
  .goals__main_image,
  .goals__main_content {
    width: 100%;
  }

  .goals__main {
    flex-direction: column;
  }

  .goals__main.goals__main--directionColumn {
    width: 100%;
  }

  .goals__main.goals__main--directionColumn:last-child {
    flex-direction: column;
  }

  .goals__main_image {
    margin-bottom: 20px;
  }

  .goals__main:last-child {
    flex-direction: column-reverse;
  }

  .goals__main:first-child {
    margin-bottom: 50px;
  }

  .m__production .goals__main:last-child {
    flex-direction: column;
  }

  .bim__image {
    flex-wrap: wrap;
  }

  .bim__image div {
    width: 50%;
  }

  .solutions_pdf span {
    display: inline;
  }

  .solutions__block_box {
    flex-direction: column;
  }

  .solutions__block_box li {
    padding: 0 0 0 40px;
  }

  .sertificat__block_box {
    margin-right: 0;
  }

  .sertificat__block {
    justify-content: space-around;
  }

  .konstruction img {
    left: 0;
  }

  .sertificat__block_img2 {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
  }

  .h2 span {
    display: inline;
  }

  .vendors__block_box {
    width: 100%;
    border-bottom: 1px solid #e5e0db;
  }

  .vendors__block {
    padding: 0;
    border-bottom: none;
  }

  .vendors__block_box:nth-child(2) h3 {
    margin-bottom: 40px;
  }

  .main-news__slider .slick-next {
    left: 34%;
  }

  .main-news__slider .slick-prev {
    right: 36%;
  }

  .partners__block .vendors__block_box {
    border-bottom: none;
  }

  .vendors__block_kompany-trub {
    width: 100%;
  }

  .building img {
    margin: 0 0 10px 0;
  }

  .advantages__block_box {
    flex-direction: column;
  }

  .advantages__block_box img {
    width: 230px;
    margin-bottom: 30px;
  }

  .advantages__block_box ul,
  .advantages__construktion_box {
    margin-bottom: 35px;
  }

  .advantages__grafik {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .advantages__grafik_box {
    width: 50%;
    margin-bottom: 20px;
  }

  .advantages__construktion {
    flex-direction: column;
  }

  .discription__block_box {
    width: 49%;
    margin-bottom: 20px;
  }

  .discription__block {
    flex-wrap: wrap;
  }

  .faq__form_button {
    width: 99%;
  }

  .catalogue__block_images div {
    overflow: hidden;
    display: block;
    margin: 0 auto 10px;
  }

  .catalogue__block_images div:nth-child(3n) {
    margin: 0 auto 10px;
  }

  .press_news {
    height: 20px;
  }

  .press__news_left,
  .press__news_right {
    width: 100%;
  }

  .press__news_block {
    flex-direction: column;
  }

  .press__news_left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .press_gallery {
    float: none;
    margin-right: 0;
  }

  .m__katalog_block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .m__katalog_block div {
    width: 100%;
  }

  .m__katalog_left {
    margin-bottom: 20px;
  }

  .m__katalog_main {
    margin-bottom: 60px;
  }

  .m__katalog_main:last-child {
    margin-bottom: 0;
  }

  .realeased {
    position: relative;
  }

  .realeased__left {
    width: 90%;
  }

  .realeased_right {
    position: absolute;
    right: -154px;
    top: 0;
  }

  .realeased__item_left {
    width: 100%;
  }

  .realeased__item_main {
    justify-content: space-between;
    flex-direction: column;
  }

  .realeased__item_box {
    flex-direction: column;
  }

  .realeased__item_box div {
    width: 100%;
  }

  .realeased__item_box div:last-child p strong {
    width: 40%;
  }

  .realeased__item_box div:last-child p span {
    width: 60%;
  }

  .realeased__item_box div:last-child {
    margin-top: 20px;
  }

  .realeased__map {
    height: auto;
    flex-direction: column;
  }

  .realeased__map_left {
    width: 100%;
  }

  .realeased__map_right {
    width: 100%;
    height: calc((100vw - 320px) / (1000 - 320) * (300 - 100) + 100px);
    height: 300px;
  }

  .realeased__map_left a {
    position: relative;
    bottom: 0;
    display: inline;
    margin-top: 5px;
  }

  .realeased__slider_bottom {
    padding-bottom: 20px;
  }

  .slider_bottom {
    margin: 0 20px 0 0;
  }

  .achivements {
    flex-direction: inherit;
  }

  .achivements_right {
    font-size: 16px;
  }

  .achivements {
    height: 300px;
  }
}

@media screen and (max-width: 850px) {
  .main-footer__wrapper {
    width: 500px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__column--first {
    width: 280px;
  }

  .main-footer__column--second {
    width: 220px;
  }

  .main-footer__column--third {
    width: 100%;
  }

  .articles__img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .anchor-menu {
    display: none;
  }

  .realeased__left {
    width: 100%;
  }

  .realeased_right {
    position: absolute;
    top: 0;
    display: none;
    /* -webkit-transition: width 0.5s linear;
		-moz-transition: width 0.5s linear;
		-o-transition: width 0.5s linear;
		transition: width 0.5s linear;
		-webkit-transition: right 1s linear;
		-moz-transition: right 1s linear;
		-o-transition: right 1s linear;
		transition: right 1s linear; */
    width: 0;
  }

  .realeased_close {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -36px;
    right: 0;
    cursor: pointer;
    background: url(../images/arrow_down.png) no-repeat center, #adcc05;
    z-index: 10001;
  }

  .question-open .realeased_right {
    right: 0;
    z-index: 10001;
    width: 188px;
  }

  .question-open .realeased_close {
    background: url(../images/arrow_up.png) no-repeat center, #adcc05;
  }
}

@media screen and (max-width: 723px) {
  .main-news__wrapper {
    width: 570px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 570px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 570px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 570px) {
  .main-header__title {
    font-size: 20px;
    line-height: 25px;

    padding: 6px 14px 6px 15%;
  }

  .main-header__link::before {
    right: 122px;
    left: auto;
  }

  .main-header__link::after {
    right: 122px;
    left: auto;
  }

  .main-header {
    height: 350px;

    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .main-header__link {
    padding-left: 18%;
    background-color: var(--color1);
  }

  .main-news__wrapper {
    width: 510px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-concept__slider-item-title {
    font-size: 20px;
    line-height: 25px;

    padding: 6px 14px 6px 15%;
  }

  .main-concept .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .main-concept__slider-item {
    height: 300px;
  }

  .main-concept__slider-item-link::before {
    display: none;
  }

  .main-concept__slider-item-link::after {
    display: none;
  }

  .main-concept__slider-item-link {
    padding-left: 15%;
  }

  .main-about__wrapper {
    width: 510px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 510px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__column--first {
    width: 100%;
  }

  .main-footer__column--second {
    width: 100%;
  }

  .main-footer__column--third {
    width: 100%;
  }

  .main-project__slider-item-title {
    font-size: 20px;
    line-height: 25px;

    padding: 6px 14px 6px 15%;
  }

  .main-project__slider-item-link::before {
    right: 91px;
    left: auto;
  }

  .building .catalogue__block_images img {
    width: auto;
    max-width: 100%;
  }

  .press__block .main-news__slider-item {
    margin-right: 40px;
  }

  .press__block .main-news__slider-item:nth-child(4n) {
    margin-right: 40px;
  }

  .press__block .main-news__slider-item:nth-child(2n) {
    margin-right: 40px;
  }

  .goals__main_video {
    height: auto;
  }

  .realeased__map_top_contacts {
    flex-direction: column;
  }

  .realeased__map_top_contacts p:first-child {
    margin-bottom: 15px;
  }

  .realeased__map_top_contacts p {
    width: 100%;
  }

  #mod-video {
    width: 100%;
    height: auto;
  }

  .main-project__slider-item {
    height: 300px;
  }

  .main-project .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .main-project__slider-item-link::after {
    right: 91px;
    left: auto;
  }

  .main-project__slider-item-link {
    padding-left: 18%;
  }

  .bim__image div {
    width: 100%;
    text-align: center;
  }

  .solutions__block_box ul {
    width: 100%;
  }

  .solutions_pdf {
    padding: 5px 0 0 0;
  }

  .solutions_pdf:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -15px;
  }

  .solutions__main_content h3,
  .solutions__block_name {
    text-align: center;
  }

  .main-news__slider .slick-next {
    left: 0;
  }

  .main-news__slider .slick-prev {
    right: 0;
  }

  .main-news__slider .main-news__slider-item {
    width: 100% !important;
  }

  .konfigurator__block_border {
    padding: 0 0 0 24px;
  }

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

  .advantages__construktion_img {
    width: 100%;
    flex-direction: column;
  }

  .discription__block_box {
    width: 100%;
  }

  .discription__block_box p {
    text-align: center;
  }

  .discription__block_img {
    justify-content: center;
  }

  .faq__form_input {
    width: 100%;
  }

  .faq__form_input-input {
    width: 99%;
  }

  .press__block .main-news__slider-item {
    margin: 0 auto 40px;
  }

  .press_news {
    height: 20px;
  }

  .slider_bottom {
    width: 80px !important;
    margin: 0 5px;
  }

  .realeased__slider_bottom {
    padding-bottom: 80px;
  }

  .realeased__slider_bottom .slick-arrow.prev {
    left: 30px;
  }

  .realeased__slider_bottom .slick-arrow.next {
    left: auto;
    right: 30px;
  }

  .realeased__item_right {
    width: 100%;
  }

  .achivements {
    height: auto;
    margin-bottom: 60px;
    flex-direction: column;
  }

  .achivements div {
    width: 100%;
  }

  .achivements_left {
    justify-content: center;
    height: 200px;
  }

  .achivements_right {
    margin-top: 20px;
  }

  .main-concept__slider-item {
    height: 420px !important;
  }

  .main-concept__slider {
    height: 420px;
    overflow: hidden;
  }

  .main-concept__slider .main-project__slider-item {
    height: 420px !important;
  }
}

@media screen and (max-width: 510px) {
  .main-news__wrapper {
    width: 447px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 447px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 447px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 447px) {
  .main-concept__slider-item-title {
    font-size: 18px;
  }

  .main-news__wrapper {
    width: 410px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 410px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 410px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 411px) {
  .main-concept__slider-item-title {
    font-size: 16px;
  }

  .main-concept__slider-item-link {
    font-size: 14px;
  }

  .main-news__wrapper {
    width: 390px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 390px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 390px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 391px) {
  .main-news__wrapper {
    width: 360px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 360px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 360px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .main-news__wrapper {
    width: 310px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-about__wrapper {
    width: 310px;
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer__wrapper {
    width: 310px;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-accordion {
  display: inline-block;
  width: 100%;
}

.c-accordion__item {
  border: 1px solid #ccc2b8;
  width: 100%;
  box-sizing: border-box;
  /* -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */
  /* background-color: #e6e2dc; */
  position: relative;
}

.c-accordion__item:not(:last-child) {
  margin-bottom: -1px;
}

.c-accordion__item::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--color1);
  border-bottom: 2px solid var(--color1);
  transform: rotate(-45deg);
}

.c-accordion__position {
  color: var(--black);
  text-transform: none;
  padding: 15px;
}

.c-accordion__position--focus {
  color: #484846;
}

.c-accordion__content.c-accordion__form {
  padding: 0;
}

.c-accordion__position:hover {
  /* background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3cb5ea), color-stop(100%, #0c85b9));
    background: -moz-linear-gradient(#3cb5ea, #0c85b9);
    background: -webkit-linear-gradient(#3cb5ea, #0c85b9);
    background: linear-gradient(#3cb5ea, #0c85b9);
    background-color: var(--color1);
    */
  background-color: var(--color1-light);
  color: #fff;
  cursor: pointer;
}

.c-accordion__title {
  font-size: 1.2em;
}

.c-accordion__subtitle {
  font-size: 0.8em;
}

.c-accordion__content {
  display: none;
  padding: 6px 0 25px 16px;
  /* font: normal 100% Arial, Helvetica, sans-serif; */
}
/* 
.c-accordion__content-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: .75em;
    line-height: 1.5em;
}

.c-accordion__list {
    margin-left: 15px;
    margin-bottom: 20px;
    list-style-type: disc;
    font-size: .75em;
    line-height: 1.5em;
}

.c-accordion__list-link {
    color: #009fe3;
    text-decoration: none;
}

.c-accordion__list-link:hover {
    text-decoration: none;
    color: #016b99;
} */

.c-accordion__click-vacansy {
}

.c-accordion__click-vacansy-link {
  display: inline-block;
  background: linear-gradient(#1ba9e7, #009fe3);
  padding: 8px 15px 8px 25px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.c-accordion__click-vacansy-link:hover {
  background-color: var(--color1);
  background: linear-gradient(#3cb5ea, #0c85b9);
  text-decoration: none;
}

.c-accordion__click-vacansy-link::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 10px;
  top: 13px;
  transform: rotate(-135deg);
}

.flex__primer {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.build__type__main {
  margin-bottom: 50px;
}

.build__type__main .press__news_img {
  margin: 10px 5px 0 0;
  max-width: 32%;
}

.pref__katalog_title {
  padding-left: 5px;
  background-color: #009fe3;
  color: white;
  margin-bottom: 0;
  font-size: 22px;
}

.flex__pref__katalog .main-news__slider-item-title {
  margin-top: 15px;
}

/* галереи */
.build__type__main .wide-gallery .press__news_img img {
  max-height: none;
}

.flex__primer.wide-gallery,
.flex__primer.third-gallery {
  justify-content: space-between;
}

.build__type__main .wide-gallery .press__news_img {
  margin: 0 0 10px 0;
  max-width: none;
  width: 49%;
}

.flex__primer.third-gallery:after {
  content: '';
  width: 33%;
}

.katalog-cat {
  width: 33%;
}

.katalog-cat.double {
  width: 48%;
}

.katalog-cat-img {
  height: 228px;
  display: block;
  flex-shrink: 0;
}

.katalog-cat-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.double .katalog-cat-img {
  height: 15rem;
}

.katalog-cat-img-slide {
  height: 7rem;
  display: block;
}

.flex__primer.third-gallery img,
.katalog-cat-img-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* .katalog-cat, .katalog-cat-img, .katalog-cat-img-slide {
    margin-bottom: 15px;
} */
.item_title {
  font-size: 28px;
  color: #484846;
}

.svg_itm_top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  transition-duration: 0.2s;
}

.svg_itm_bottom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  transition-duration: 0.2s;
}

.katalog_main_items .flex__primer {
  margin-bottom: 40px;
}

.main-technologies .flex__primer {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .katalog-cat {
    width: 49%;
  }
}

@media screen and (max-width: 570px) {
  .build__type__main .press__news_img {
    max-width: none;
    margin-right: 0;
    width: 100%;
  }

  .build__type__main .wide-gallery .press__news_img,
  .katalog-cat {
    width: 100%;
  }
}

.section-end {
  padding-bottom: 60px;
}

.full-width {
  width: 100%;
}

.full-width .faq__form_input-input {
  width: 99%;
}

input[readonly] {
  background-color: #f6f6f6;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
}

.popup {
  display: none;
  position: relative;
  /*     border: 3px solid #999; */
  background: #fff;
  z-index: 1000;
  border-radius: 10px;
  padding: 30px;
}

.close {
  display: block;
  width: 24px;
  text-align: center;
  cursor: pointer;
  height: 25px;
  line-height: 20px;
  background: #fff;
  color: red;
  border: 3px solid red;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
}

.flags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 30px;
  padding: 0 5px;
  /* border-left: 1px solid #e3e3e3; */
  z-index: 999;
}

.flags a {
  height: 50%;
  position: relative;
  width: 100%;
}

.flags img {
  /* position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; */
}

.current-lang {
  opacity: 0.4;
}

@media screen and (max-width: 1100px) {
  .flags {
    position: initial;
  }
}

/* окно на односемейных */
.odnosenmey-block-back {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.odnosenmey-block {
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.odnosenmey-block .popup {
  display: block;
}

/* .top-shadow {
    box-shadow: Inset 0px 5px 10px -9px gray;
} */
.bottom-shadow {
  box-shadow: 0px 5px 10px -9px gray;
}

.no-shadow .top-shadow {
  box-shadow: none;
}

.slick-slider {
  ovrerflow: hidden;
}

/* преимущества на главной */

.abbilites .col-lg-3 {
  padding: 10px;
}

.home_abbilites {
  /* text-align: center;
    box-shadow: 0px 0px 7px -4px gray;
    height: 100%;
    padding: 10px; */
}

.home_abbilites i {
  font-size: 3rem;
  color: var(--color2);
  padding: 1rem 0;
}

@media screen and (max-width: 570px) {
  .faq__form_input-input,
  .SelectTypeForm {
    height: 32px;
  }

  .faq__form {
    padding: 10px;
  }

  .main-user-consent-request {
    max-height: 50px;
    overflow: auto;
  }
}

.top-price-block {
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  position: absolute;
}

.top-price-block__span,
.top-price-block__a {
  line-height: 1.5;
  position: relative;
  padding: 7px 17px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
}

.top-price-block__a {
  background-color: var(--color1);
  transition: all var(--animation);
}

.top-price-block__a:hover {
  color: #fff;
  background-color: var(--color1-light);
}

.top-price-block__span {
  background-color: var(--color2);
}

.padding-left-2 {
  padding-left: 2rem;
}

.katalog-cat {
  position: relative;
  border: 1px solid var(--grey);
  margin-bottom: 10px;
}

.project-testimonial.wrap-container {
  position: absolute;
  width: 100%;
}

.wrap-container .project-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c-project__action--hit {
  background: #b5d21a;
}

.c-project__action {
  position: inherit;
  right: 0;
  top: 0;
  padding: 5px 20px;
  font-size: 1rem;
  color: white;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.c-project__action--hit span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #dad7d7;
  text-align: right;
  padding: 2px 5px;
  line-height: 15px;
  display: flex;
  box-shadow: 0px 2px 4px #dad7d7;
  z-index: 9;
  color: #333;
}

.api-mf-auto-required {
  border: 0 none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 0 !important;
}

/* инстаграм */
/*.eapps-instagram-feed:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    margin-top: -44px;
    z-index: 999999;
    background: white;
    position: absolute;
}*/
.instagram-section {
  min-height: 10rem;
  padding-bottom: 2rem;
}

.instagram-section .main-news__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.loader-wrapper {
  position: absolute;
  width: 100%;
  height: 90%;
  background: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

/* каталог целевых групп */
.targets-kat {
  margin-bottom: 0;
}

.targets-flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--grey);
}

.targets-kat-block,
.targets-kat-content {
  height: 100%;
}

.targets-kat-title {
  margin-bottom: 0;
  max-height: inherit;
  margin-left: 5.5rem;
}

.targets-kat-content {
  padding: 1.3rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.targets-kat-icon {
  background: var(--color1);
  padding: 0.8rem;
  position: absolute;
  top: -12px;
}

/* .flex__primer.third-gallery .targets-main-img {
    min-width: 100%;
    max-width: 200%;
    width: auto;
} */

.kompleks-description-block p {
  font-size: 1.04rem;
  width: 100%;
  min-height: 3.2rem;
}

.kompleks-description-block {
  border-top: 1px solid #e5e0db;
  border-bottom: 1px solid #e5e0db;
}

.komleks-flex {
  display: flex;
  flex-wrap: nowrap;
}

.komleks-cross-block,
.komleks-flex {
  margin-bottom: 5rem;
}

.komleks-block-link {
  font-size: 1.5rem;
  display: block;
  margin: 0.5rem 0;
}

.kompleks-detail-logistik {
  min-height: 4.5rem;
}

.flex__primer .kompleks-description-block {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding-left: 1rem;
}

.content-section {
  margin: 4rem 0;
}

.accordion-body {
  padding: 1rem 0;
}

@media (max-width: 1000px) {
  .accordion-body {
    padding: 1rem;
  }
}

.card-header {
  padding: 0.75rem 1.25rem 0.75rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-header .collapsed {
  color: #0d63ac;
  border-bottom: 1px solid #069ee2;
}

.card-header p {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header p:hover {
  color: #484846;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body .press_gallery,
.gallery-no-margin .press_gallery {
  margin: 0;
}

.nomargin-bottom {
  margin-bottom: 0;
}

.nomargin-top {
  margin-top: 0;
}

.nopadding-bottom {
  padding-bottom: 0;
}

.nopadding-top {
  padding-top: 0;
}

.prefab-list-item {
  display: flex;
  flex-wrap: nowrap;
  margin: 2rem 0;
}

.prefab-list-item img {
  height: 100px;
  width: 100px;
}

.prefab-list-item-title {
  padding: 10px 0 0 5px;
  line-height: 1.3;
}

@media (max-width: 530px) {
  .prefab-list-item {
    flex-wrap: wrap;
    margin: 0;
  }
}

.prefab-list-item:hover {
  color: inherit;
  box-shadow: -5px 5px 5px 0px #ecebeb;
  border-radius: 15px 0 0 15px;
}

img[align='left'] {
  margin-right: 10px;
}

.title-with-picture {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.title-with-picture img {
  margin-right: 1rem;
}

.fancybox-desktop .fancybox-nav {
  bottom: -50px;
}

.fancybox-desktop #fancybox-thumbs.bottom {
  bottom: -38px;
}

.winners__container {
  position: fixed;
  top: 0;
  left: 135px;
  height: 200px;
  width: 100px;
  z-index: 99;
}

@media screen and (min-width: 1950px) {
  .winners__container {
    left: 370px;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1440px) {
  .winners__container {
    left: 120px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 1950px) {
  .winners__container {
    left: 260px;
  }
}

@media screen and (max-width: 1440px) {
  .winners__container {
    left: 30px;
  }
}

@media screen and (max-width: 1386px) and (min-width: 1100px) {
  .winners__container {
    display: none !important;
  }
}

@media screen and (max-width: 1025px) {
  .winners__wraper {
    width: 58%;
  }
}

@media screen and (max-width: 574px) {
  .winners__wraper {
    width: 45% !important;
  }

  .winners__wraper a:last-child {
    top: 57px !important;
  }

  .winners__container {
    left: 37px;
  }
}

@media screen and (max-width: 460px) {
  .winners__container {
    left: 10px;
  }
}

@media screen and (max-width: 406px) {
  .winners__container {
    left: 6px;
  }
}

@media screen and (max-width: 396px) {
  .winners__container {
    left: 0;
  }
}

.winners__wraper {
  position: relative;
  height: auto;
  width: 71%;
}

.winners__wraper a {
  position: absolute;
  left: 0;

  transition: 0.2s linear transform;
}

.winners__wraper a:last-child {
  top: 87px;
}

.winners__wraper a:hover {
  transform: scale(1.1);
}

.winners__wraper a img {
  width: 100%;
}

.realeased_main {
  display: block;
}

.realeased_m_ifno {
  width: 100%;
}

.realeased_mi_top {
  display: grid;
  grid-template-columns: 1fr 130px;
  grid-column-gap: 14px;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
}

/*.realeased_mi_top::after {*/
/*    content: '';*/
/*    height: 2px;*/
/*    width: 90%;*/
/*    background-color: #d9d9d9;*/
/*    position: absolute;*/
/*    bottom: -12px;*/
/*    margin: 0 auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.realeased_bimg {
  width: 130px;
  height: 100%;
}

.realeased_title-blue {
  font-size: 30px;
  color: var(--color1);
  line-height: 1;
}

.realeased_mi_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
}

.realeased_list_icon {
  height: 31px;
  position: absolute;
  left: -2px;
  z-index: 1;
}

.realeased_list_icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  padding: 5px;
}

.realeased_list_icon svg {
  width: 100%;
  height: 100%;
  color: var(--color1);
}

.realeased_mib_left {
  display: flex;
  flex-direction: column;
}

.realeased_mibl_info {
  margin: 20px 5px 20px 0;
  padding: 10px 15px 10px 60px;
  background-color: var(--color1-light);
  color: #fff;
  font-size: 14px;
}

.realeased_mibl_info p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.realeased_mibl_info a {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.realeased_mibl_bimg {
  display: flex;
  margin: 20px 0;
}

.realeased_miblbi-blue {
  max-width: 75px;
  width: 100%;
  height: 100%;
  background-color: #c6f0fb;
  margin-right: 2px;
}

.realeased_miblbi-imggal {
}

.realeased_miblbig_left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
}

.realeased_miblbig_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
}

.realeased_miblbig_left {
  margin-bottom: 2px;
}

.realeased_miblbi_img {
  /*max-width: 420px;*/
  height: 100%;
}

.realeased_miblbi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realeased_mib_right {
  margin-left: 30px;
}

.realeased_mibr_list {
  padding-left: 54px;
  position: relative;
  /* height: 100%; */
}

.realeased_miblbig_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.realeased_miblbig_right .realeased_miblbi_img:first-child {
  grid-column: 2 span;
}

.realeased_mibr_list ul {
  margin-top: 5px;
  list-style: disc;
}

.realeased_mibr_list ul li {
  font-size: 14px;
  line-height: 1.4;
}

.realeased_mibr_list::after {
  /* .realeased_mibr_list ul::after{ */
  content: '';
  width: 1px;
  top: 5px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 20px;
}

/*.realeased_mibr_list .realeased_list-number li {*/
/*    padding-left: 17px;*/
/*    position: relative;*/
/*}*/

/*.realeased_mibr_list .realeased_list-number li::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 0;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    background: var(--color1);*/
/*    border-radius: 50%;*/
/*    list-style: none;*/
/*}*/

.realeased_list-number {
  padding-left: 20px;
}

.realeased_list-number li {
  list-style: disc;
}

.realeased_list-title {
  font-size: 15px;
  font-weight: 600;
  margin: 7px 0 0 0;
  padding: 0;
  color: var(--color1);
  text-transform: uppercase;
}

.realeased_m_bimg {
  margin: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
  flex-wrap: wrap;
  float: none;
  width: 100%;
}

.realeased_mbi_img {
  position: relative;
  min-width: 200px;
}

.realeased_mbi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realeased_m_bimg .realeased_mbi_img:nth-child(5) {
  min-height: 400px;
}

/*.container_wraper {*/
/*    max-width: 1200px;*/
/*    padding: 0 15px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

.container_item {
  /* max-width: 848px; */
  margin: 40px auto;
  width: 100%;
}

.plus_gall {
  position: absolute;
  width: 16px !important;
  height: 16px !important;
  right: 0;
  bottom: 0;
}

/* .main-news iframe {
    width: 100% !important;
}

.main-news iframe {
    height: 420px !important;
} */

.katalog_main_items .katalog-cat-img {
  max-width: 228px;
  height: 160px;
  background-color: #fff;
  opacity: 1;
  position: relative;
}

.katalog_main_items .katalog-cat-img::after {
  content: '';
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  background-color: var(--color1);
  opacity: 0.1;
  z-index: 1;
  transition-duration: 0.2s;
}

.katalog_main_items .katalog-cat {
  max-width: 228px;
  display: flex;
  flex-direction: column;
  margin: 4px;
  margin-bottom: 22px;
}

.katalog_itm_img {
  flex: 1 0 auto;
}

.katalog_main_items .third-gallery {
  justify-content: flex-start;
}

.katalog_main_items .katalog_itm_img img {
  position: relative;
  z-index: 0;
}

.katalog_main_items .katalog_itm_img img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.katalog_main_items .katalog-cat-img:hover .svg_itm_top {
  top: 5px;
  right: 5px;
}

.katalog_main_items .katalog-cat-img:hover .svg_itm_bottom {
  left: 5px;
  bottom: 5px;
}

.katalog_main_items .katalog-cat-img:hover::after {
  opacity: 0.5;
}

@media (max-width: 860px) {
  .realeased_mi_bottom {
    grid-template-columns: 1fr;
  }

  .realeased_mibl_info {
    margin-right: 0;
    max-width: 460px;
    margin-left: -15px;
  }

  .realeased_miblbi-blue {
    display: none;
  }

  .realeased_miblbi-imggal {
    width: 100%;
  }

  .realeased_miblbi_img {
    max-width: inherit;
    width: 100%;
  }

  .realeased_miblbig_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .realeased_miblbig_right {
    /* display: grid; */
    grid-template-columns: 1fr 200px;
  }

  .realeased_miblbi_img {
    height: 235px;
  }

  .realeased_mbi_img {
    min-width: inherit;
  }

  .realeased_m_bimg {
    grid-template-columns: 1fr 1fr;
  }

  .realeased_m_bimg .realeased_mbi_img:nth-child(5) {
    min-height: inherit;
  }

  .realeased_mib_right {
    margin-left: 0;
    margin-top: 10px;
    padding: 13px 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 722px) {
  .main-news iframe {
    height: 320px !important;
  }
}

@media (max-width: 570px) {
  .main-news iframe {
    height: 286px !important;
  }
}

@media (max-width: 560px) {
  .realeased_miblbig_left {
    grid-template-columns: 1fr;
  }

  .realeased_miblbig_right {
    grid-template-columns: 1fr;
  }

  .realeased_mi_top {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .realeased_bimg {
    margin: auto;
    margin-bottom: 9px;
  }
}

@media (max-width: 540px) {
  .realeased_m_bimg {
    grid-template-columns: 1fr;
  }

  .realeased_mbi_img {
    height: 235px;
  }

  .realeased_title-blue {
    font-size: 23px;
  }

  .realeased_mibl_info {
    max-width: 100%;
  }

  .realeased_m_bimg {
    margin: 40px 0;
  }

  .container_item {
    margin: 40px 0;
  }
}

@media (max-width: 540px) {
  .realeased_mibl_info {
    padding: 8px 5px 6px 18px;
  }
}

@media (max-width: 510px) {
  .main-news iframe {
    height: 251px !important;
  }
}

@media (max-width: 575px) {
  .katalog_main_items .katalog-cat {
    max-width: 100%;
  }

  .katalog_main_items .katalog-cat-img {
    max-width: 100%;
  }
}

@media (max-width: 448px) {
  .realeased_vid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .main-news iframe {
    height: 202px !important;
    width: 360px !important;
  }
}

@media (max-width: 372px) {
  .main-news iframe {
    height: 170px !important;
    width: 300px !important;
  }
}

@media (max-width: 1100px) {
  .winners__container {
    display: none;
  }

  /* .knauf__nav_item a{

    }
    .main-nav__logo img,
    .knauf__nav_item a img{
        height: 50px;
        width: auto;
    }

    .knauf__nav_item{
        max-width: 130px;
    }
    .main-nav{
        width: 400px;
    }
     */
}

@media screen and (max-width: 1100px) {
  .main-nav {
    width: 291px;
    margin-left: -145px;
    height: 55px;
  }

  .main-nav__logo {
    z-index: 10;
    background-color: #fff;
  }

  .main-nav__logo {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-nav__menuButton-mobile {
    z-index: 10;
    display: flex;
    width: 70px;
    align-items: center;
  }

  .main-nav__item {
    /* max-width: 291px; */
    border-left: 0;
  }

  .knauf__nav_item {
    position: relative;
    z-index: 10;
    width: 184px;
    max-width: 100%;
  }

  .flags {
    position: initial;
  }
}

@media screen and (max-width: 576px) {
  .main-news__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.realeased__map_right iframe {
  height: 404px !important;
}

@media screen and (max-width: 1000px) {
  .realeased__map_right iframe {
    width: 100% !important;
    height: 300px !important;
  }
}

/**/

.banners {
  display: none;
  background-color: var(--color1);
  color: #fff;
  padding: 30px 0px;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px -5px 5px -5px rgb(34 60 80 / 60%);
}

.banners.show {
  display: block;
}

.banners main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banners__text-title {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.banners__text {
  font-size: 15px;
  margin: 0px;
}

.banners__text-text {
  font-size: 16px;
  margin: 0px;
}

.banners__btn a {
  display: inline-block;

  border: 1px solid #fff;

  background-color: #fff;
  color: var(--color1);
  padding: 10px 30px;
  line-height: 1;
  transition: all 0.3s;
}

.banners__btn a:hover {
  background-color: transparent;
  color: #fff;
}

.banners__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 10px;
  background-color: white;
  border: 0px;
  /* border-radius: 50%; */
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color1);
  outline: 0px;
}

@media (max-width: 1153px) {
  .banners main {
    padding: 0px 20px;
  }

  .banners__btn {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .banners main {
    flex-direction: column;
  }

  .banners__btn {
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }

  .banners__text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .banners__text-title {
    font-size: 18px;
  }

  .banners__text {
    font-size: 14px;
  }

  .banners {
    padding-bottom: 20px;
  }
}

.catalog__utp--wrapper {
  margin-top: 20px;
}

.catalog__utp {
  display: flex;
  align-items: center;
}

.catalog__utp i {
  font-size: 20px;
  color: var(--color2);
  font-size: 40px;
}

.catalog__utp span {
  flex: 1;
  margin-left: 10px;
}

.catalog__project {
  margin-top: 50px;
}

.katalog-cat-img {
  position: relative;
}

.main-nav__items.showMenu {
  top: 66px;
}

#about {
  margin-bottom: 60px;
}

.goals__main,
.tiser {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

.goals__main_content,
.tiser__text {
}

.goals__main_image img,
.tiser__images {
  object-fit: cover;
  width: 100%;
}

.tiser:not(:last-child) {
  margin-bottom: 60px;
}

i.color1 {
  color: var(--color1) !important;
}

/*
* Footer
*/

.m-footer {
  /* background-color: #f1f1e9; */
  background-color: #fff;
  border-top: 1px solid #cacac4;
  margin-top: 40px;
  padding-top: 20px;
}

.m-footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

@media (max-width: 991px) {
  .m-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .m-footer-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-footer-copyright {
  border-top: 1px solid #cacac4;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .grid-about {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.header-btn-cta {
  background-color: var(--color1-light);
  color: #fff !important;
  transition: all 0.3s ease;
  margin-top: 5px;
  cursor: pointer;
  font-size: 15px;
}

.header-btn-cta:hover {
  background-color: var(--color1);
  color: #fff;
}

.header__contacts-wsvg svg {
  width: 18px;
  height: 18px;
}

.header__contacts-wsvg a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  position: relative;
  padding-left: 30px;
}

.header__contacts-wsvg a::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__contacts-wsvg.phone a::after {
  background-image: url('../assets/img/svg/phone-header.svg');
}

.header__contacts-wsvg.email a::after {
  background-image: url('../assets/img/svg/email-header.svg');
}

.v2 .logo img {
  max-width: 130px;
}

.header__leftside {
  flex: 1;
}

.header__leftside-contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

@media (max-width: 650px) {
  .header__leftside-contacts {
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
  }
}

.header__leftside-bottom {
  border-top: 1px solid var(--grey);
}

@media (max-width: 650px) {
  .header__leftside-bottom {
    display: flex;
    flex-direction: row-reverse;
  }
}

.header__leftside-bottom {
  margin-top: 10px;
}

.header__leftside-socials__link {
  width: 30px;
  height: 30px;
}

@media (max-width: 500px) {
  .header__contacts-wsvg.email {
    display: none;
  }

  .header__leftside-contacts {
    display: grid;
    grid-template-columns: min-content max-content;
    column-gap: 15px;
    align-items: center;
  }

  .header-btn-cta {
    grid-column: 2;
  }
}

/* мобилки */
@media (max-width: 1101px) {
  .heaer__site {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media screen and (max-width: 1101px) {
  .header-mobile {
    display: block;
  }

  .main-nav__items {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
  }

  .main-nav__item:hover .main-nav__item-dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.header-mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--header-height);
}
.header-mobile-contacts {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile-list-second-title {
  padding: 1rem;
  font-weight: 600;
  line-height: 1.4 !important;
}
.header-mobile-menu {
  position: absolute;
  background-color: var(--white);
  overflow-y: scroll;
  height: 103vh;
  top: 0;
  width: 70%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.header-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobile-menu li {
  border-bottom: 1px solid #b3b3b3;
}
.header-mobile-menu li a {
  padding: 1rem !important;
}
.header-mobile-menu li a.back {
  padding: 1em;
}
.header-mobile-menu.toggle {
  visibility: visible;
  opacity: 1;
}
.header-mobile-menu-center-item {
  padding: 1rem;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fbfbfb;
}
.header-mobile-menu-center-item a {
  color: inherit;
}
.header-mobile-menu-bottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
.header-mobile-menu-bottom .title,
.header-mobile-menu-bottom .address,
.header-mobile-menu-bottom .email,
.header-mobile-menu-bottom .phone {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mobile-menu-bottom .address svg,
.header-mobile-menu-bottom .email svg,
.header-mobile-menu-bottom .phone svg {
  width: 20px;
  height: 20px;
}

.header-mobile-menu-bottom .title {
  font-weight: bold;
  padding-bottom: 5px;
}
.header-mobile-menu-bottom .address,
.header-mobile-menu-bottom .email {
  padding-block: 5px;
}

.header-mobile-socials {
  padding: 20px;
}

.header-socials-socials__link {
  height: 30px;
  width: 30px;
}

.header-burger-icon {
  position: relative;
  width: 25px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1101px) {
  .header-burger-icon.active span {
    opacity: 0;
  }
  .header-burger-icon.active::after {
    top: 42%;
    transform: rotate(45deg);
  }
  .header-burger-icon.active::before {
    bottom: 50%;
    transform: rotate(-45deg);
  }
}
.header-burger-icon::after {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
}
.header-burger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-burger-icon::before {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
}
.mobile-nav-overlay {
  background: #3a3f44;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-nav-overlay.open {
  visibility: visible;
  opacity: 0.7;
}
