/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0%
*/

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap"); */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          -moz-text-decoration: underline dotted;
       text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          -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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4; }

html, body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-width: 270px;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #202735;
  min-height: 100vh; }

a {
  font-weight: 500;
  font-style: normal;
  color: #202735;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #EBA655; }

h1, .h1 {
  color: #202735;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3; }

h2, .h2 {
  color: #202735;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3; }

h3, .h3 {
  color: #202735;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3; }

h4, .h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7; }

/* _______ Разметка флекс ______ */
.fl_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start; }

.fl_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
          justify-content: flex-end; }

.fl_st_cent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center; }

.fl_jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between; }

.fl_jce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between; }

.fl_jce:before,
.fl_jce:after {
  display: block;
  content: ''; }

.fl_jcb_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
          align-items: flex-end; }

.fl_jcb_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
          align-items: flex-start; }

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

.fl_dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column; }

.fl_dc_jcb {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between; }

.fl_grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
          flex-grow: 1;
  width: 100%; }

.fl_jcent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center; }

.fl_jcent_cent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center; }

.fl_shr {
  -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.fl_la {
  margin-left: auto; }

.fl_ra {
  margin-right: auto; }

.fl_ai_cent {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      -webkit-align-self: center;
          align-self: center; }

.fl_as_cent {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      -webkit-align-self: center;
          align-self: center; }

.fl_nw {
  -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.main--2col {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px); }

.fl_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.fl_block_cent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center; }

.fl_block--img {
  -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.fl_block--cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column; }


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

input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #8F99AC;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  text-indent: 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

input,
textarea {
  outline: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #494949;
  font-size: 15px;
  font-weight: 500; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #494949;
  font-size: 15px;
  font-weight: 500; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #494949;
  font-size: 15px;
  font-weight: 500; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #494949;
  font-size: 15px;
  font-weight: 500; }

.h-cent {
  text-align: center; }

.h-left {
  text-align: left; }

.h-fff {
  color: #ffffff; }

.black_bg {
  background: #202735; }

.h-decor {
  position: relative; }
  .h-decor:after {
    content: "";
    position: absolute;
    display: block;
    background: #EBA655;
    height: 2px;
    width: 90px;
    left: -110px;
    top: 50%;
    margin-top: -1px; }

.swiper-button-prev,
.swiper-button-next {
  outline: none !important;
  height: 55px;
  width: 108px; }

.swiper-button-prev {
  left: 0;
  -webkit-border-radius: 0 28px 28px 0;
     -moz-border-radius: 0 28px 28px 0;
          border-radius: 0 28px 28px 0; }

.swiper-button-next {
  right: 0;
  -webkit-border-radius: 28px 0 0 28px;
     -moz-border-radius: 28px 0 0 28px;
          border-radius: 28px 0 0 28px; }

.swiper-button-prev,
.swiper-button-next {
  background-position: 50% 50%;
  background-repeat: no-repeat; }
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}












.swiper-button-prev2,
.swiper-button-next2 {
  outline: none !important;
  height: 55px;
  width: 108px; }

.swiper-button-prev2 {
  left: 0;
  -webkit-border-radius: 0 28px 28px 0;
     -moz-border-radius: 0 28px 28px 0;
          border-radius: 0 28px 28px 0; }

.swiper-button-next2 {
  right: 0;
  -webkit-border-radius: 28px 0 0 28px;
     -moz-border-radius: 28px 0 0 28px;
          border-radius: 28px 0 0 28px; }

.swiper-button-prev2,
.swiper-button-next2 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }
.swiper-button-prev2:after,
.swiper-button-next2:after {
  display: none !important;
}

.swiper-button-prev2 {
  background-image: url(/local/templates/main/images/icons/sl_l_black.svg); }
  .swiper-button-prev2:hover {
    background-image: url(/local/templates/main/images/icons/sl_l_org.svg); }

.swiper-button-next2 {
  background-image: url(/local/templates/main/images/icons/sl_r_black.svg); }
  .swiper-button-next2:hover {
    background-image: url(/local/templates/main/images/icons/sl_r_org.svg); }


.swiper-button-prev2, .swiper-button-next2 {
    position: absolute;
   
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}






.swiper-button-prev {
  background-image: url(/local/templates/main/images/icons/sl_l_black.svg); }
  .swiper-button-prev:hover {
    background-image: url(/local/templates/main/images/icons/sl_l_org.svg); }

.swiper-button-next {
  background-image: url(/local/templates/main/images/icons/sl_r_black.svg); }
  .swiper-button-next:hover {
    background-image: url(/local/templates/main/images/icons/sl_r_org.svg); }

.swiper_gray .swiper-button-prev,
.swiper_gray .swiper-button-next {
  background-color: #F1F1F3; }

.swiper_gray .swiper-button-prev {
  background-image: url(/local/templates/main/images/icons/sl_l_black.svg); }
  .swiper_gray .swiper-button-prev:hover {
    background-image: url(/local/templates/main/images/icons/sl_l_org.svg); }

.swiper_gray .swiper-button-next {
  background-image: url(/local/templates/main/images/icons/sl_r_black.svg); }
  .swiper_gray .swiper-button-next:hover {
    background-image: url(/local/templates/main/images/icons/sl_r_org.svg); }

.swiper_black .swiper-button-prev,
.swiper_black .swiper-button-next {
  background-color: #202735; }

.swiper_black .swiper-button-prev {
  background-image: url(/local/templates/main/images/icons/sl_l_org.svg); }
  .swiper_black .swiper-button-prev:hover {
    background-image: url(/local/templates/main/images/icons/sl_l_wht.svg); }

.swiper_black .swiper-button-next {
  background-image: url(/local/templates/main/images/icons/sl_r_org.svg); }
  .swiper_black .swiper-button-next:hover {
    background-image: url(/local/templates/main/images/icons/sl_r_wht.svg); }

.swiper_trans .swiper-button-prev,
.swiper_trans .swiper-button-next {
  background-color: transparent; }

.swiper_trans .swiper-button-prev {
  background-image: url(/local/templates/main/images/icons/sl_l_black.svg); }
  .swiper_trans .swiper-button-prev:hover {
    background-image: url(/local/templates/main/images/icons/sl_l_org.svg); }

.swiper_trans .swiper-button-next {
  background-image: url(/local/templates/main/images/icons/sl_r_black.svg); }
  .swiper_trans .swiper-button-next:hover {
    background-image: url(/local/templates/main/images/icons/sl_r_org.svg); }

.swiper-container-initialized {
  position: relative; 
	overflow: hidden;
}

.swiper-pagination-bullets {
  display: none; }

.swiper-pagination-bullet {
  border: 1px solid #202735;
  background: transparent;
  width: 9px;
  height: 9px;
  opacity: 1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #EBA655;
    background: #EBA655; }

.swiper_black .swiper-pagination-bullet {
  border: 1px solid #fff; }
  .swiper_black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #EBA655;
    background: #EBA655; }

.icon_vk,
.icon_fb {
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.icon_vk {
  background-image: url(/local/templates/main/images/icons/soc_vk.svg); }

.icon_fb {
  background-image: url(/local/templates/main/images/icons/soc_fb.svg); }

a.link_decor {
  position: relative;
  -ms-flex-item-align: start;
      -webkit-align-self: flex-start;
          align-self: flex-start;
  display: inline-block;
  vertical-align: top; }
  a.link_decor:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: #EBA655; }
  a.link_decor:hover:after {
    width: 100%; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: none;
          -moz-box-shadow: none;
       box-shadow: none;
  min-width: 210px;
  padding: 0 15px;
  height: 41px;
  border: 2px solid transparent;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: 0.5s color border background;
  -o-transition: 0.5s color border background;
  -moz-transition: 0.5s color border background; 
  transition: 0.5s;
  outline: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none !important; }

  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: transparent !important;
  }

.btn.btn_org {
  background-color: #EBA655;
  border-color: #EBA655;
  outline: transparent;
  color: white; }
  .btn.btn_org:hover {
    background: #F1D9BE;
    outline: transparent;
    border-color: #F1D9BE;
    color: #202735; }

.btn.btn_trans {
  background-color: transparent;
  color: white;
  outline: transparent;
  border-color: #EBA655; }
  .btn.btn_trans:hover {
    background: #EBA655;
    border-color: #EBA655;
    color: #ffffff; }

.btn.btn_trans_black {
  background-color: transparent;
  color: #202735;
  outline: transparent;
  border-color: #EBA655; }
  .btn.btn_trans_black:hover {
    background: #EBA655;
    border-color: #EBA655;
    color: #ffffff; }

.btn:hover {
  -webkit-box-shadow: none;
          -moz-box-shadow: none;
       box-shadow: none;
  text-decoration: none; }

.btn.btn_small {
  min-width: 180px;
  font-size: 11px;
  line-height: 14px; }

.btn.btn_big {
  height: 55px;
  min-width: 250px;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
             -moz-box-flex: 0;
          flex: 0 0 auto; }

.footer_top--wrap {
  background: #F9F9FA;
  padding: 32px 0; }

.footer_bot--wrap {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #959AAC;
  padding: 15px 0; }

.ft_copyr {
  /* margin-right: 80px;  */
}

.ft_privacy {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #959AAC; }

.ft--btn {
  margin-top: 20px; }

.ft--left {
  width: 218px;
  -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.ft_info--wrap {
  width: 520px;
  -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.ft_menu--box {
  width: 46%; }

.ft_menu--wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
          flex-grow: 1;
  margin: 0 60px; }

.ft_menu--box ul {
  padding: 0;
  margin: 0; }

.ft_menu--box ul li {
  list-style-type: none;
  width: 47%;
  text-align: left;
  margin-bottom: 20px; }

.container {
  -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.ft_menu--box li a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; }

.ft_menu--grey li a {
  color: #73798D; }

.ft_menu--box li a:hover {
  color: #EBA655; }

.ft_info--place,
.ft_info--tel,
.ft_info--mail {
  margin-bottom: 20px;
  line-height: 19px; }

.ft_info--place {
  padding-left: 23px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/i_place.svg); }

.ft_info--tel a {
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/i_tel.svg);
  margin-right: 30px; }

.ft_info--mail {
  padding-left: 23px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/i_mail.svg); }

.ft_social--wrap {
  width: 70px; }

.ft_social {
  width: 30px;
  height: 30px; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
             -moz-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  z-index: 11; 
  /*height: 160px;*/
}

/* header  .container {
  max-width: 1840px;
} */

.hd_callback--cls {
  display: none;
}

/* .hd--logo {
  } */
  .hd--logo img {
    width: 125px;
    height: auto; }

.hd_btns--wrap .btn {
  font-size: 14px;
  text-transform: none; }

.hd_btns--wrap {
  height: 41px; 
  width: 450px; }

.hd_listkontakt {
  padding-left: 55px;
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/hd_tel.svg);
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0px; }

.hd_listkontakt--arr {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/arr_wht.svg);
  -webkit-background-size: 11px auto;
     -moz-background-size: 11px auto;
          background-size: 11px auto; }

.header--wrap {
  padding: 20px 0 17px;
}

.logo_text {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 18px;
}

.logo_text span {
  color: #EBA655;
}


.hd_menu--container {
  position: relative;
  z-index: 5;
}

.moble_phone--menu {
  display: none; }

.hd_list--subs {
  background: #FFFFFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 232px;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding: 13px 14px; }
  .hd_list--subs .hd_tel--box {
    margin: 13px 0; }
  .hd_list--subs .hd_tel {
    color: #202735; }
  .hd_list--subs .hd_doptext {
    display: block;
    color: #BBBBBB;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: right; }



.hd_list--subs.js_menu--open {
  visibility: visible;
  opacity: 1;
  z-index: 10; }

.hd_tel {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF; }

.hd_mail {
  display: block;
  color: #BBBBBB;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right; }

.hd_menu--burg,
.hd_menu--cls {
  display: none; }

/* .hd_menu--box > ul {
  width: 810px;
} */

.hd_menu--box > ul {
  justify-content: space-between;
}

.hd_menu--ul > li {
  margin-right: 0;
}
#hd_menu--ul li a.root-item-selected{
      color: #EBA655;
}

.hd_menu--box li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px 0; }

.dropdown_span {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/arr_gray.svg);
  -webkit-background-size: 8px auto;
     -moz-background-size: 8px auto;
          background-size: 8px auto;
  margin-left: 4px; }
.hd_menu--box li:hover .dropdown_span {  
  background-image: url(/local/templates/main/images/icons/arr_org.svg);
  -webkit-background-size: 8px auto;
     -moz-background-size: 8px auto;
          background-size: 8px auto;
} 
.hd_menu--box a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.7); }

.hd_menu--box ul.hd_submenu {
  display: none;
  left: 0;
  top: 100%;
  position: absolute;
  min-width: 265px;
  width: 100%;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 10px 0;
  overflow: hidden; }
  .hd_menu--box ul.hd_submenu li {
    display: block;
    padding: 0; 
    border-bottom: 1px solid #EBA655;
  }
  .hd_menu--box ul.hd_submenu li:last-child {
    border: 0;
  }
    .hd_menu--box ul.hd_submenu li a {
      display: block;
      font-weight: 500;
      font-size: 15px;
      line-height: 19px;
      color: #202735;
      padding: 8px 28px; }
  .hd_menu--box ul.hd_submenu li:hover a {
    background: #EBA655; }

.hd_callback--wrap {
  width: 210px;
  position: relative; }

/* После удаления второй кнопки: ширина блока кнопок по контенту — кнопка прижата вправо (space-between), а телефон получает равные отступы в свободной области */
@media only screen and (min-width: 1101px) {
  /* .header повышает специфичность, чтобы победить .hd_btns--wrap{width:520px} из main.css (грузится позже) */
  .header .hd_btns--wrap { width: auto; justify-content: flex-end; }
  .header .hd_callback--wrap { width: auto; }
}

.hd_callback--forms {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.6s width;
  -o-transition: 0.6s width;
  -moz-transition: 0.6s width;
  transition: 0.6s width;
  width: 222px;
  right: -6px;
  top: -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center; }
  .hd_callback--forms input[type="tel"] {
    border-color: transparent;
    width: 170px;
    padding: 0;
    color: #202735; }
  .hd_callback--forms .btn {
    color: #202735; }

.js_form--act .hd_callback--forms {
  width: 453px;
  height: 52px;
  position: absolute;
  background: #FFFFFF;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  visibility: visible;
  -webkit-transition: 0.6s width;
  -o-transition: 0.6s width;
  -moz-transition: 0.6s width;
  transition: 0.6s width; 
  z-index: 1;
}

#hd_callback--cls {
  margin-right: 10px;
}

.hd_callback--cls {
	cursor: pointer;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/close.svg); 
	cursor: pointer;
}

.hd_calc--box .hd_callback--cls {
  margin: auto 0 auto 12px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.ds_topcalc--wrap {
  padding-left: 40px;
}

@media only screen and (min-width: 1101px) {
  .hd_menu--box li:hover a {
    color: #EBA655; }
  .hd_menu--box li:hover .dropdown:after {
    background-image: url(/local/templates/main/images/icons/arr_org.svg); }
  .hd_menu--box li:hover .hd_submenu {
    display: block; } 
}

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
  height: 100%; }

.content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          -webkit-flex: 1 0 auto;
             -moz-box-flex: 1;
          flex: 1 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1740px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.full_container .container {
  max-width: 1920px;
  padding: 0; }

.main_calc--ttl {
  color: #FFFFFF;
  margin-bottom: 20px; }
  .main_calc--ttl span {
    color: #EBA655; }

.main_calc--box {
  position: relative;
  min-height: 1100px;
  height: 1100px;
  margin: 0 auto;
    max-width: 1635px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  overflow: hidden; }

.main_calc--wrap {
  padding: 70px 0; }

.m_calc--cent {
  width: 504px;
  height: 504px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/general/calc_crcl.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -272px;
  margin-top: -392px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 20px solid #202735;
  -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
       box-sizing: content-box;
  z-index: 15; }

.m_calc--cent .form-wrap{
  position: relative;
}

  .m_calc--cent img {
    margin: 55px auto 0;
    left: -15px;
    position: relative; }

.m_calc__decor1 {
  position: absolute;
  width: 700px;
  height: 28px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/content/line1.svg);
  right: 378px;
  top: -34px; }

.m_calc__decor2 {
  position: absolute;
  width: 700px;
  height: 28px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/content/line2.svg);
  left: 368px;
  top: -34px; }

.m_calc__decor3 {
  position: absolute;
  width: 700px;
  height: 28px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/content/line1.svg);
  right: 378px;
  bottom: -34px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          -moz-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
       transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
       transform: scaleY(-1); }

.m_calc__decor4 {
  position: absolute;
  width: 700px;
  height: 28px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/content/line2.svg);
  left: 368px;
  bottom: -34px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          -moz-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
       transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
       transform: scaleY(-1); }

.btn.btn_calc {
  width: 416px;
  font-weight: bold;
  font-size: 25px; }

.m_calc--box {
  width: 50%;
  padding-right: -webkit-calc(50% - 400px);
  padding-right: -moz-calc(50% - 400px);
  padding-right: calc(50% - 400px); }

.m_calc--box_second {
  padding-right: 0;
  padding-left: -webkit-calc(50% - 400px);
  padding-left: -moz-calc(50% - 400px);
  padding-left: calc(50% - 400px); }

.m_calc--box.m_calc--box_last {
  padding: 0;
  margin: 0 auto;
  width: 400px; 
position: relative;
top: -50px;}

.m_calc--txt {
  color: #BBBBBB;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px; }

.m_calc--ttl {
  color: #EBA655;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 14px; }

.m_calc--top {
  color: #ffffff; }
  .m_calc--top span {
    display: inline-block;
    vertical-align: middle; }
  .m_calc--top img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

.main_catal--wrap .h3 {
  margin-bottom: 50px; }

.main_catal--wrap {
  padding: 65px 0; }

.m_catal--left {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
    justify-content: space-between;
}

.m_catal--right {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px); }


.m_catal--box {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .m_catal--box img {
    min-width: 100%;
    height: auto;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
              -o-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
  .m_catal--box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#202735), to(rgba(29, 18, 43, 0)));
    background: -o-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -webkit-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -moz-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: linear-gradient(90deg, #202735 0%, rgba(29, 18, 43, 0) 100%); }
  .m_catal--box.m_catal--big .m_catal--ttl {
    width: 100%;
    max-width: 100%;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            -moz-transform: none;
              -o-transform: none;
         transform: none;
    bottom: 72px; }
  .m_catal--box.m_catal--big:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 220px;
    top: auto;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#202735), to(rgba(29, 18, 43, 0)));
    background: -o-linear-gradient(bottom, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -webkit-linear-gradient(bottom, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -moz-linear-gradient(bottom, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: linear-gradient(360deg, #202735 0%, rgba(29, 18, 43, 0) 100%); }

.m_catal--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center; }
  .m_catal--box img {
    min-width: 0;
    height: 100%;
    -ms-flex-item-align: center;
        -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
    max-width: initial; }

.m_catal--big {
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px); }

.m_catal--smbox {
  display: block;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .m_catal--smbox img {
    min-height: 100%;
    width: auto;
    max-width: initial;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
              -o-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
  .m_catal--smbox:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#202735), to(rgba(29, 18, 43, 0)));
    background: -o-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -webkit-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -moz-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: linear-gradient(90deg, #202735 0%, rgba(29, 18, 43, 0) 100%); }

.m_catal--ttl {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  max-width: 280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
       transform: translateY(-50%);
  color: #FFFFFF; }

.bottom_slide {
  background: #F1F1F3;
  overflow: hidden; }

.bottom_slide--info {
  padding-left: 110px;
  padding-top: 120px;
  padding-bottom: 100px;
  -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 670px;
  min-height: 538px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column; }

.bottom_slide {
  -ms-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; 
  height: auto;
}

.bottom_slide--all {
  width: auto;
  margin-top: auto; }

.bottom_slide--dop {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #73798D;
  margin: 18px 0; }

.bottom_slide--ttl {
  padding-right: 50px; }

.bottom_slide--img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative; }
  .bottom_slide--img img {
    height: auto;
    width: 100%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%); }

.footer_form--wrap {
  padding: 40px 650px 45px 100px;
  min-height: 450px;
  position: relative;
}

.footer_form--wrap:after {
  content: '';
  display: block;
  width: 33.3%;
  height: 100%;
  background: transparent url(/local/templates/main/images/general/1.jpg) no-repeat 80% center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.main_slider_container {
  margin-top: -165px; 
   /* background: #202735;*/}

.slide_form--wrap {

 display: none; 
/* height: 0px;
opacity: 0;
    visibility: hidden;
    transition: .55s opacity, .55s visibility;*/
}

.main_slide {
  /*background: rgb(36,43,58);
  background: -o-linear-gradient(345deg, rgba(36,43,58,1) 0%, rgba(36,43,58,1) 40%, rgba(0,0,0,0) 90%);
  background: linear-gradient(105deg, rgba(36,43,58,1) 0%, rgba(36,43,58,1) 40%, rgba(0,0,0,0) 90%);
  background-position: 500px 100%;
  background-repeat: no-repeat;
  min-height: 956px;
  padding-top: 240px;
  padding-left: 110px;
  padding-bottom: 145px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */

    min-height: 956px;
  padding-top: 240px;
  padding-left: 110px;
  padding-bottom: 145px;
    background: rgb(36,43,58);
    background: linear-gradient(105deg, rgba(36,43,58,1) 0%, rgba(36,43,58,0.95) 57%, rgba(36,43,58,0.7) 75%, rgba(0,0,0,0) 100%);
    /* background-position: 260px 100%; */
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%; 

            position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}

.main_slide.show-form,
.main_slider--wrap.show-form{
    min-height: 1096px;
}

.main_slide.show-form .slide_form--btn{
    display: none !important;
}

.main_slide.show-form .slide_form--wrap{
    display: block !important;
}


.main_slide__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.main_slide--content {
  max-width: 860px;
  width: 100%; }

.main_slide--ttl {
  color: #fff; }
  .main_slide--ttl span {
    color: #EBA655; }

.main_slide--btn {
  width: 415px; }

.main_slide--wins {
  flex-wrap: nowrap;
}

.m_slide--li {
  width: 32%;
  margin-right: 2%;
}

.m_slide--li_numb, .m_slide--li {
  color: #F1D9BE;
  font-size: 62px;
  text-transform: uppercase;
  position: relative; }

  .m_slide--li_numb:before {




    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/arr_wht.svg);
    -webkit-background-size: 15px auto;
       -moz-background-size: 15px auto;
            background-size: 15px auto;
    left: -30px;
    top: 50%;
    margin-top: -10px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
              -o-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
         transform: rotate(-90deg); 
       }

  .main_slide--wins > div:last-of-type .m_slide--li_numb:before {
    display: none;
  }         

.m_slide--li_h {
  font-size: 20px;
  color: #fff;
  margin-left: 20px; }

.m_slide--li_dop {
  color: #BBBBBB;
  margin-top: 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px; }

.jq-file input {
  cursor: pointer;
}

/* ____________  DSForm Custom ____________ */


.ds-main .m-form-cont,
.ds-main .m-form-bot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }


.ds-form input[type="text"], .ds-form input[type="email"], .ds-form input[type="tel"] {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    padding: 0 25px;
    box-shadow: none;
    height: 52px;
    line-height: 51px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #202735;
    color: #202735;
    font-size: 15px;
    background-color: transparent;
    font-weight: 600;
}




.ds-form input::-webkit-input-placeholder{
  color: #fff;
}
.ds-form input:focus::-webkit-input-placeholder{
  color: #EBA655;
}


.ds-form input::-webkit-input-placeholder,
.ds-form textarea::-webkit-input-placeholder {color: #202735;font-size: 16px;font-weight: 600; }
.ds-form input::-moz-placeholder,
.ds-form textarea::-moz-placeholder {color: #202735;font-size: 16px;font-weight: 600; }
.ds-form input:-moz-placeholder,
.ds-form textarea:-moz-placeholder {color: #202735;font-size: 16px;font-weight: 600; }
.ds-form input:-ms-input-placeholder,
.ds-form textarea:-ms-input-placeholder {color: #202735;font-size: 16px;font-weight: 600; }
.ds-form input:hover::-webkit-input-placeholder,
.ds-form textarea:hover::-webkit-input-placeholder {color: #EBA655 !important;}
.ds-form input:hover::-moz-placeholder,
.ds-form textarea:hover::-moz-placeholder {color: #EBA655 !important;}
.ds-form input:hover:-moz-placeholder,
.ds-form textarea:hover:-moz-placeholder {color: #EBA655 !important;}
.ds-form input:hover:-ms-input-placeholder,
.ds-form textarea:hover:-ms-input-placeholder {color: #EBA655 !important;}
.ds-form.ds--black input::-webkit-input-placeholder,
.ds-form.ds--black textarea::-webkit-input-placeholder {color: #ffffff;}
.ds-form.ds--black input::-moz-placeholder,
.ds-form.ds--black textarea::-moz-placeholder {color: #ffffff; }
.ds-form.ds--black input:-moz-placeholder,
.ds-form.ds--black textarea:-moz-placeholder {color: #ffffff; }
.ds-form.ds--black input:-ms-input-placeholder,
.ds-form.ds--black textarea:-ms-input-placeholder {color: #ffffff; }













.ds--black.ds-form input[type="text"],
.ds--black.ds-form input[type="email"],
.ds--black.ds-form input[type="tel"] {
  color: #FFFFFF;
  border-color: #FFFFFF;
}  

.ds--black.ds-form .pers-info, 
.ds--black.ds-form .pers-info a {
  color: #959AAC;
}

.ds--black .h_dop {
  color: #959AAC;
  font-size: 13px;
  font-weight: 600;
}

.footer_form--wrap .h4 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_form--wrap  .ds_project--row {
  margin-top: 50px;
}

.ds_project--row {
  max-width: 1150px;
  margin-top: 50px;
  width: 100%;
}

.footer_form--wrap .file_style--wrap {
  margin-top: 40px;
  overflow: hidden;
}

.footer_form--wrap div.pers-info {
  margin-top: 20px; 
}

.ds_project--row > div:not(.buttonform) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}

.ds_project--row > .file_style--wrap {
  justify-content: flex-start;
}

.ds_project--row .buttonform {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 258px;
}

.ds_project--row .ds_btn {
  height: 52px;
  outline: transparent;
}

div.ds_project--row .buttonform {
  margin: 0 auto !important;
}

.ds_project--row > .file_style--wrap {
  width: 100%;
}

#dscallback_footer{
  /* margin-top: 20px; */
  width: 100%;
  right: auto;
  left: 0;
  z-index: 10;
}

#dscallback_footer input[type="text"], #dscallback_footer input[type="email"], #dscallback_footer input[type="tel"]{
  margin-bottom: 0 !important;
    border-color: transparent;
    width: 180px;
    padding: 0;
    padding-left: 20px;
    color: #202735;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
}

#dscallback_footer input::-webkit-input-placeholder{
  color: #202735;
  font-size: 14px;
  font-weight: 400; }


  .m_calc--box:hover .m_calc--ttl{
    color: #F1D9BE;
  }


/* .slide_form  */
.js_btn--hide{
  display: none;
}
.main_slide--btn.js_btn--hide {
  display: none;
}

.slide_form--wrap.js_form--open {
 display: block;
/*height: auto;
  opacity: 1;
    visibility: visible;*/
}

.slide_form--wrap {
  width: 100%;
  max-width: 415px;
}

.slide_form--wrap .ds_btn {
  width: 100%;
  min-width: 0;
  outline: transparent;
}

.jq-file {
  cursor: pointer;
}

.ds--black .jq-file__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  margin-left: 60px;
  padding: 12px 0;
}

.ds--black .jq-file__name:before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/i_file.svg);
  left: 0px;
  top: 0px;

}

.file_style:hover .jq-file__name {
  color: #EBA655;
  cursor: pointer;
}

.dscalc + .dspopup-modal-bg {
  opacity: 0;
}

.dspopup-modal div.close-dspopup-modal {
  background: url(/local/templates/main/images/icons/close.svg) no-repeat 50%; 
}

.dscalc .btn.ds_btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-weight: bold;
    font-size: 18px;
    /*  font-size: 25px; */
    outline: transparent;
}

.hd_calc--wrap {
  width: 210px;position: relative;
}

.hd_calc--box {  
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.6s width;
    -o-transition: 0.6s width;
    -moz-transition: 0.6s width;
    transition: 0.6s width;
    width: 222px;
    right: -6px;
    top: -6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;

  position: absolute;
}

.js_form--act .hd_calc--box {
    width: 623px;
    max-width: calc(100vw - 32px);
    height: 52px;
    position: absolute;
    background: #FFFFFF;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 6px;
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    visibility: visible;
    -webkit-transition: 0.6s width;
    -o-transition: 0.6s width;
    -moz-transition: 0.6s width;
    transition: 0.6s width; 
    z-index: 1;
}

.hd_calc--box .btn.btn_trans {
  color: #202735;
}

#dscalctop-form input[type="text"],
#dscalctop-form input[type="tel"],
#dscallback-form input[type="tel"] {
  margin-bottom: 0 !important;
  border-color: transparent;
    width: 180px;
    padding: 0;
    color: #202735;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
}


/*#dscalctop-form input[type="text"].improper-value,
#dscalctop-form input[type="tel"].improper-value,
#dscallback-form input[type="tel"].improper-value {  
    color: #EBA655 !important;
    border-bottom: 1px solid #EBA655 !important;
}*/

#dscalctop-form input::-webkit-input-placeholder,
#dscallback-form input::-webkit-input-placeholder {
  color: #202735;
  font-size: 14px;
  font-weight: 400; }

#dscalctop-form input::-moz-placeholder,
#dscallback-form input::-moz-placeholder {
  color: #202735;
  font-size: 14px;
  font-weight: 400; }

#dscalctop-form input:-moz-placeholder ,
#dscallback-form input:-moz-placeholder  {
  color: #202735;
  font-size: 14px;
  font-weight: 500; }

#dscalctop-form input:-ms-input-placeholder,
#dscallback-form input:-ms-input-placeholder {
  color: #202735;
  font-size: 14px;
  font-weight: 400; }


#dscalctop .report-message {
	display: flex;
	align-items: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.form-head .report-message div.form-head {
  color:   #202735;
}

.main_slider .swiper-pagination-bullets {
  display: block; 
}

.hd_listkontakt--arr {
  transition: 0.6s;  
}

.hd_listkontakt--arr.js_menu--act {
    transform: rotate(180deg);
}  

.hd_list--subs .hd_tel:hover {
  color: #EBA655;
}

#phone_cls {
  display: block;
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

#phone_cls.js_menu--open{
  display: block;
    z-index: 10;
}

.del_file {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin-left:0 ;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/images/icons/close_wht.svg);
  cursor: pointer;
  top: 11px;
  right: 0px;
  z-index: -1;
}

.jq-file {
  padding-right: 30px;
  font-size: initial;
  font-weight: inherit;
  line-height: inherit;
  text-indent: 0;
}
.dsdetailproject .jq-file {
	display: flex!important;
	top: 0;
}
.changed .del_file {
  opacity: 1;  
  z-index: 15;
}

#dscallbackformmessagereport {
  margin: 0 auto;
  padding-left: 10px;
  box-sizing: border-box;
}


.tender_form--wrap {
  background: #F1F1F3;
  padding: 40px 0;
}

.tender_form--wrap .h3 {
  margin-bottom: 40px;
}

.ds_tender--box > div {
  width: 32%;
}
.ds_tender--box .ds_btn {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  outline: transparent;
}

.ds_tender--box .ds_btn:focus, 
.ds_tender--box .ds_btn:hover{
  outline: none;
  border: none;
}

.ds-form .ds_tender--box input[type="text"], 
.ds-form .ds_tender--box input[type="email"], 
.ds-form .ds_tender--box input[type="tel"] {
  border: 1px solid #E9E9E9;
  border-radius: 26px;
  background-color: #ffffff;
  margin-bottom: 0;
}

.report-message .form-head {
    color: #959AAC;
}
.report-message .error-report {
    padding: 0;
    margin-top: 10px;
}
.ds-form .report-message p, .ds-form .report-message p a {
    color: #959AAC;
    font-size: 13px;
}
.report-message .error-report .text-report p {
    font-weight: 400;
    line-height: 24px;
}

#dstender .report-message .form-head,
#dstender .report-message p, #dstender .report-message p a {
  color: #202735;
}

#dstender .report-message {
  text-align: center;
}

.tender_form--wrap {
  display: none;
}

#tender--btn {
  font-size: 11px;
  text-transform: none;
}
#tender--btn.tender_on:after {
  content: "X";
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-left: 5px;

}

/* ___________ MAX SIZE */

/*.bottom_slide--img img{
  height: auto;
  width: 100%;
}
*/
.m_catal--box img{
  width: 100%;
    object-fit: cover;
    height: 100%;
}

.m_catal--smbox img{
  width: 100%;
    object-fit: cover;
    height: 100%;
}

.m_catal--left{
  display: flex;
}

.full_container .container{
  max-width: 100%;
}

.main_slide{
  background-size: cover;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  margin-top:0;
  transform: translateY(-50%);
}

.container{
  max-width: 100%;
}

.main_calc--box {
  max-width: 1635px;
}

#wrap_menu_cls {
    display: block;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

#wrap_menu_cls.js_menu--open {
    z-index: 10;
    visibility: visible;
}



@media only screen  and (min-width: 1950px) {

  .main_calc--box {
    max-width: 1920px;
  }

  /* .bottom_slide--img img {
    width: auto; 
    height: 100%;
  }  */

  .bottom_slide--img img {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(-0%, -50%);
  }

  .container {
    padding: 0 100px;
  }

  .footer_form--wrap {
    height: 22vw;
  }

  .footer_form--wrap:after {
    width: 33.3%;
  }

  .ft_menu--wrap {
    max-width: 60%;
  }

  .bottom_slide {
    overflow: hidden;
    height: 24vw;
  }

}
/* max size */

@media only screen  and (min-width: 1025px) {
  .m_catal--box:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
              -o-transform: scale(1.1);
         transform: scale(1.1); }

  .m_catal--smbox:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
              -o-transform: scale(1.1);
         transform: scale(1.1); }
}

@media only screen and (min-width: 1740px) {
  /*.hd_callback--wrap .btn.btn_trans {
    background: rgba(0,0,0,0.3);
  }*/

  .hd_callback--wrap .btn.btn_trans:hover {
    background: #EBA655;
  }

  .hd_menu--box a {
    font-size: 16px;
  }
    
  .main_slide {
    background: linear-gradient(105deg, rgba(36,43,58,1) 0%, rgba(36,43,58,0.95) 40%, rgba(36,43,58,0.7) 60%, rgba(0,0,0,0) 100%);
  }
}

@media only screen and (max-width: 1740px) and (min-width: 1441px) {
/*  .hd--logo {
    width: 92px; }
  .hd_listkontakt {
    padding-left: 0;
    background-image: none; }
  .hd_btns--wrap {
    width: 340px; }
    .hd_btns--wrap .btn {
      width: 160px;
      min-width: 160px; }
  .hd_callback--wrap {
    width: 160px; }
  .js_form--act .hd_callback--forms {
    width: 400px; }
  .hd_tel {
    font-size: 18px; }
  .hd_mail,
  .hd_list--subs .hd_doptext {
    font-size: 12px; }
  .hd_list--subs {
    width: 210px;
    padding: 8px 18px; }
  .hd_menu--box > ul {
    width: 760px; } 
  .hd_calc--wrap {
  	width: 160px;
  }*/
}

@media only screen and (max-width: 1740px) {
  .h-decor:after {
    /*left: 0;*/
    /*top: auto;*/
    margin-top: 0;
    bottom: -10px; }
  .ft--left {
    width: 180px; }
  .ft_menu--box {
    width: 48%; }
  .ft_menu--box ul li {
    width: 49%; }
  .ft_info--wrap {
    width: 300px; } }


@media only screen and (min-width: 1441px) { 

  /* header .container,
  .hd_menu--container .container {
    padding: 0 100px;
  } */

  .footer_form--wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .footer_form--wrap .ds_project--row {
    margin-top: 50px;
  }

}


@media only screen and (max-width: 1640px) { 
  .main_slide {
    background-position: 100% 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom_slide--img img {
    width: auto; 
    min-width: 100%;
    height: auto;
    min-height: 100%;
  } 
}


@media only screen and (max-width: 1440px) {

  .hd_tel {
    font-size: 22px; }
  .hd_listkontakt {
    margin-right: 40px; }
  .footer_form--wrap {
    min-height: 450px;
    padding-right: 50%; 
    display: flex;
    align-items: center;
  }
  .footer_form--wrap:after {
    width: 46.5%;
  }
  .m_calc--cent {
    width: 300px;
    height: 300px;
    border: none;
    margin-left: -150px;
    margin-top: -315px;
    -webkit-background-size: 130% auto;
       -moz-background-size: 130% auto;
            background-size: 130% auto; }
  .m_calc__decor1,
  .m_calc__decor2,
  .m_calc__decor3,
  .m_calc__decor4 {
    display: none; }
  .m_calc--cent img {
    left: -8px; }
  .main_calc--box {
    min-height: 910px;
    height: 910px; 
  }
  .m_calc--cent .btn_calc {
    width: 350px;
    margin-left: -25px; }
  .ds-form.dspopup-modal.active-dspopup.dscalc {
    width: auto;
  }

  .m_calc--box.m_calc--box_last {
    top: 0;
  }


  .hd_menu--ul > li {
    margin-right: 0;
  }

  .hd_menu--box > ul {
    justify-content: space-between;
    max-width: 1300px;
  }

  .main_slide {
    background-position: 50% 100%; 
  }

}

@media only screen and (max-width: 1335px) { 

  .logo_text {
    display: none;
  }
}



@media only screen and (max-width: 1248px) {
  .h1.main_slide--ttl {
    font-size: 30px; }
  .main_slide--content {
    max-width: 630px; }
  .m_slide--li_numb {
    font-size: 40px; }
  .m_slide--li {
    padding-right: 15px; }
  .m_slide--li_h {
    margin-left: 9px; }
  .m_slide--li_numb:before {
    left: -24px; }
  .m_slide--li_dop {
    width: 150px; }
  .main_slide,
  .main_slide.show-form,
  .main_slider--wrap.show-form{
    min-height: 800px; }

  .m_catal--ttl {
    font-size: 22px; }
  .m_calc--box.m_calc--box_last {
    margin: 100px 0 0;
    width: 48%; }
  .main_calc--ttl {
    margin-bottom: 0; }
  .main_calc--box {
    min-height: 0; 
    height: auto;}
  .m_calc--box {
    width: 48%;
    margin-top: 100px;
    padding: 0; }
  .m_calc--cent {
    height: 210px;
    width: 50%;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
            order: 2;
    background: none;
    margin: 0;
    margin-top: 100px; }
  .m_calc--cent img {
    display: none; }
  .m_calc--cent .btn_calc {
    /* -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0; */
    /* height: 100%; */
    width: 100%;
    min-width: 0; 
    box-sizing: border-box;
    margin-left: 0;
  }
  .ds-form.dspopup-modal.active-dspopup.dscalc {
    width: 100%;
    max-width: none;
  }
  .ft_menu--box {
    width: 46%; }
  .ft_menu--box ul li {
    width: 100%; } 

  .main_slide {
    background-position: 0% 100%; 
  }
 
  .ds_tender--box > div {
    width: 32%;
  }
}


@media only screen and (max-width: 1100px) {

  .hd_menu--container {
    z-index: 12;
  }

  .hd_menu--box > ul {
    justify-content: flex-start;
  }

  .hd_menu--cls {
    width: 22px;
    height: 22px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/close.svg);
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
  }

  .js_menu--open  .hd_menu--cls { 
    display: block;
  }

  .hd_menu--wrap {
    margin-right: auto;
    margin-left: 40px; }
  .hd_menu--burg {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/menu_burg.svg); }
  .hd_menu--wrap {
    position: relative; }
  .hd_menu--box {
    display: block;
    visibility: hidden;
    position: absolute;
    top: -90px;
    left: 0;
    width: 330px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.6s opacity;
    -o-transition: 0.6s opacity;
    -moz-transition: 0.6s opacity;
    transition: 0.6s opacity; 
  background-color: #202735;}
  .js_menu--open .hd_menu--box {
    visibility: visible;
    opacity: 1;
    z-index: 5; 
    height: calc(100vh - 20px);
    overflow: auto;
    overflow-x: hidden;
  }
  .hd_menu--ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    position: relative;
    width: 100% !important;
    background-color: #202735; 
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;  
  }
  .hd_menu--box li {
    padding: 10px 16px;
    padding-right: 40px; }
  .hd_menu--box a {
    text-transform: uppercase;
    color: #fff; }
  .dropdown_span {
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    position: absolute;
    right: 0;
    margin: 0;
    -webkit-background-size: 12px auto;
       -moz-background-size: 12px auto;
            background-size: 12px auto;
    margin-top: -10px; }
  .moble_phone--menu {
    display: block;
    background-color: #fff; }
  .moble_phone--menu {
    padding: 0 20px; }
  .hd_menu--return {
    color: #202735;
    padding-left: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/return_menu.svg);
    border-bottom: 1px solid #000000;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    cursor: pointer; }
  .moble_phone--submenu {
    display: none; }
    
  .moble_phone--menu .hd_tel {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #202735;
    text-align: left; }

    .moble_phone--menu .hd_mail {
       font-weight: 600;
    font-size: 19px;
    text-transform: none;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #202735;
    text-align: left;
        margin-left: 0;
    }

  .moble_phone--menu .moble_phone--callback {
    font-size: 14px;
    line-height: 17px; }
  .hd_menu--box ul.hd_submenu {
    display: block;
    top: 0;
    left: 100%;
    background: #202735;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px; }
  .hd_menu--box ul.hd_submenu li a {
    text-transform: uppercase;
    color: #fff; }
  .hd_menu--box li {
    position: static; }
  .hd_menu--ul > li {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
  .hd_menu--box ul.hd_submenu {
    padding: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden; }
  .js_subs--open ul.js_subs--open {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
              -o-transform: translateX(-100%);
         transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    min-height: 100%;
    z-index: 1; }
  .hd_menu--box ul.hd_submenu li a {
    padding: 10px 16px; }
  .phone--menu_tel {
    padding: 18px 0;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
  .moble_phone--menu .moble_phone--callback {
    font-weight: 400;
    margin-top: 5px; }
  .hd_menu--ul > li:hover {
    background-color: #EBA655; }
  .moble_phone--arr {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: -12px;
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/arr_black.svg);
    -webkit-background-size: 16px auto;
       -moz-background-size: 16px auto;
            background-size: 16px auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
  .moble_phone--arr.js_phone--act {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
              -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  .hd_menu--box .moble_phone--submenu {
    padding: 10px 0 0; }
  .moble_phone--submenu.js_phone--open {
    display: block; }
  .hd_menu--box .moble_phone--submenu li {
    padding: 5px 0; } 
}

@media only screen and (max-width: 1024px) {
  /* header {
    height: 118px;
  } */
  body.fix_body {
  height: 100vh;
  overflow: hidden; }
  .hd--logo {
    width: 92px; }
  .header--wrap {
    padding: 35px 0; }
  .hd_listkontakt {
    padding-left: 0;
    background-image: none;
    margin: 0; }
  .hd_btns--wrap {
    width: 340px; }
    .hd_btns--wrap .btn {
      width: 160px;
      min-width: 160px; }
  .hd_callback--wrap {
    width: 160px; }
  .js_form--act .hd_callback--forms {
    width: 400px; }

  .js_form--act .hd_callback--forms#dscallback_footer{
    width: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }



  .hd_tel {
    font-size: 18px; }
  .hd_mail,
  .hd_list--subs .hd_doptext,
  .hd_tel--box .hd_work {
    font-size: 12px !important; }
  .hd_list--subs {
    width: 210px;
    padding: 8px 18px; }
  .hd_menu--wrap {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            -webkit-order: -1;
               -moz-box-ordinal-group: 0;
            order: -1; }
  .main_catal--wrap .h3 {
    margin-bottom: 40px; }
    .main_slider--wrap.show-form{
        min-height: 622px;
    }
  .main_slide,
  .main_slide.show-form{
    min-height: 622px;
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 82px;
   /* background-position: 260px 100%;*/
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%; }
  .swiper-button-prev,
  .swiper-button-next {
    width: 80px; }
  .main_catal--wrap {
    padding: 50px 0; }
  .m_catal--left {
    width: 100%; }
  .m_catal--right {
    width: 100%; }
  .m_catal--box {
    margin-bottom: 20px;
    height: 290px; }
    .m_catal--box img {
      position: absolute;
      height: auto;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%); }
  .m_catal--smbox {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: 220px; }
  .m_catal--big {
    height: /*360px;*/300px; }
  .m_catal--box.m_catal--big:after {
    height: 116px; }
  .m_catal--box.m_catal--big .m_catal--ttl {
    bottom: 30px;
    left: 30px; }
  .m_catal--ttl {
    left: 30px; padding-right: 15px;}
  .bottom_slide--info {
    min-height: 444px;
    padding-left: 80px;
    padding-top: 92px;
    padding-bottom: 105px;
    width: 462px; }
  .bottom_slide--ttl {
    padding-right: 20px; }
  .footer_form--wrap {
    padding-left: 20px; }
  .ft_menu--wrap {
    display: none; }
  .ft--left {
    width: 218px; }
  .ft_info--wrap {
    width: 470px; }
  .footer_top--wrap {
    padding: 48px 0; }
  .ft--left .btn {
    width: 100%;
    text-transform: none; }
  .ft_info--place,
  .ft_info--tel,
  .ft_info--mail {
    margin-bottom: 24px; }
  .footer_bot--wrap .fl_st {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center; }
  .ft_copyr, .ft_privacy {
    margin: 8px auto;
    text-align: center; } 

  .ds_project--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer_form--wrap .ds_project--row {
    margin-top: 10px;
  }

  div.footer_form--wrap input[type="text"], 
  div.footer_form--wrap  input[type="email"], 
  div.footer_form--wrap input[type="tel"] {
    margin-bottom: 30px;
  }

  .footer_form--wrap .h4 {
    line-height: 32px;
  }

  .footer_form--wrap .file_style--wrap {
    margin-top: 0px;
  }

  .footer_form--wrap div.pers-info {
    margin-top: 30px;
  }

  .ds_project--row .buttonform {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .main_calc--box {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .hd_calc--wrap {
    width: 170px;
  }

}

.pers-info label{
  text-align: start;

}

@media only screen and (max-width: 767px) {
  /* header {
    height: 113px;
  } */
  .ds-form.dspopup-modal.active-dspopup.dscalc {
    min-width: 350px;
    left: auto !important;
    /* right: 0; */
    transform: translateX(0);
  }
  .hd_callback--wrap {
    width: auto; }
  .hd--logo {
    margin-left: 15px;
    margin-right: auto; }
  .hd_btns--wrap {
    width: 340px; }
  .main_slide--wins {
    display: none; }
  .main_slide {
    padding-right: 80px;
    background-position: 80% 100%; }
  .main_slide--content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center; }
  .main_slide--ttl {
    text-align: center;
    margin: auto; }
  .m_calc--box {
    margin-top: 50px; }
  .m_calc--top {
    height: 40px; }
  .main_calc--box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start; }
  .m_calc--box.m_calc--box_last {
    margin-top: 50px; }
  .m_calc--cent {
    margin-top: 70px; }
  .m_catal--box img {
    height: 100%;
    width: auto; min-width: 100%;}
  .footer_form--wrap {
    padding-right: 20px;
  }
  .footer_form--wrap:after {
    display: none;
  }
  .bottom_slide--info {
    width: 362px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .ft_info--wrap {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px); }
  .m_catal--smbox {
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-bottom: 14px; }
  .m_catal--box {
    margin-bottom: 14px; } 

  /* #hd_callback {
    display: none;
  } */

  .hd_callback--wrap {
    width: auto;
    position: static;
  } 

  .hd_btns--wrap {
    width: auto;
  }

  .hd_listkontakt {
    margin-right: auto;
  }

  .hd_btns--wrap .hd_callback {
    margin-right: 10px;
  }

  .header--wrap {
    position: relative;
  }

  .hd_callback--forms {
    top: 34px;
  }

  .ds_tender--box {
    justify-content: center;
  }

  .ds_tender--box > div {
    width: 48%;
    margin: 0px 1%;
  }

  .ds-form .ds_tender--box input[type="text"], 
  .ds-form .ds_tender--box input[type="email"], 
  .ds-form .ds_tender--box input[type="tel"] {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 690px) {
  /*.hd_listkontakt {*/
  /*  display: none;*/
  /*}*/

  .hd_btns--wrap .hd_callback {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  /* header {
    height: 81px;
  } */
  .main_calc--wrap .main_calc--box {
    overflow: visible;
  }
  .ds-form.dspopup-modal.active-dspopup.dscalc {
    min-width: auto;
  }
  .container {
    padding: 0 14px; }
  .h3 {
    font-size: 20px;
    font-weight: 500; }
  .hd--logo {
    width: 75px; }
  .header--wrap {
    padding: 20px 0; }
  .main_slider_container {
    margin-top: -90px; }
    .main_slider--wrap.show-form{
        min-height: 540px;
    }
  .main_slide,
  .main_slide.show-form{
    min-height: 540px;
    padding: 90px 10px 90px;
    position: relative; 
    background: rgba(36,43,58,0.4);
    /* background: linear-gradient(125deg, rgba(36,43,58,1) 0%, rgba(36,43,58,0.9) 27%, rgba(0,0,0,0) 100%); */

  }
  .main_slide:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    background-color: #000d1f;
    background-color: #000717;
    opacity: 0.5; 
  }
  .main_slide--content {
    position: relative;
    z-index: 1; }
  .main_slide--btn {
    margin: auto;
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400; }
  .swiper-pagination-bullets {
    display: block; }
/*  .swiper-button-prev,
  .swiper-button-next {
    display: none; }*/

  .swiper-button-prev, .swiper-button-next {
    width: 50px;  
  }

  .bottom_slider .swiper-button-prev, 
  .bottom_slider .swiper-button-next {
    top: 100%;
  }


  .swiper-button-prev, .swiper-button-next { 
    top: 95%;
    margin-top: 0;
    transform: translateY(-55px);
  }
    
  .main_slider .swiper-pagination-bullets {
    bottom: 40px; }
  .h1.main_slide--ttl {
    font-weight: 600;
    font-size: 22px; }
    .h1.main_slide--ttl br {
      display: none; }
  .main_calc--wrap {
    padding: 33px 0 65px; }
  .main_calc--ttl {
    font-weight: 600; }
  .m_calc--box,
  .m_calc--box.m_calc--box_last {
    width: 100%;
    margin-top: 40px; }
  .m_calc--cent {
    margin-top: 50px;
    width: 100%;
    height: auto; }
    .m_calc--cent .btn_calc {
      width: 290px;
      margin: 0 auto;
      height: 50px;
      -webkit-border-radius: 25px;
         -moz-border-radius: 25px;
              border-radius: 25px;
      font-size: 16px; }
  .main_catal--wrap {
    padding: 40px 0 10px; }
  .main_catal--wrap .h3 {
    margin-bottom: 30px; }
  .bottom_slide--info {
    padding-left: 14px;
    width: 50%;
    padding-right: 15px; }
  .hd_callback--wrap {
    position: static; }
  .hd_callback--forms {
    right:0px;
    top: 15px; }
  .js_form--act .hd_callback--forms {
    width: 100%;
    z-index: 3; }
  .hd_menu--box {
    top: -5px; } 
  .slide_form--wrap {
    margin-bottom: auto;
  } 

  /* .main_slide {
    background-color: #5c6475;
  } */

  .m_calc--ttl {
    font-size: 16px;
    line-height: 25px;
  }

  .dscalc .btn.ds_btn { 
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  } 

  .ds-form.dspopup-modal {
    max-width: 100%;
  }

  .ds-form.dspopup-modal {
    padding: 30px 15px;
  }

  .js_form--act .hd_calc--box {
    max-width: calc(100vw - 16px);
  }

  .ds_topcalc--wrap {
    padding-left: 35px;
  }

  #dscalctop-form input[type="text"], 
  #dscalctop-form input[type="tel"] {
    width: 170px;
  }

  .hd_menu--box {
    top: -68px; 
    left: -4px;
 
  }

  .ds-form.dspopup-modal {
    top: auto;
    bottom: 0;
  }

}

@media only screen and (max-width: 560px) {
  .ds_topcalc--wrap {
    padding-left: 0;
  }

  .hd_calc--box .hd_callback--cls {
    margin: 0;
    left: auto;
    right: 5px;
    top: 5px;
  }
  .m_catal--smbox {
    width: 100%; }
  .m_catal--ttl {
    font-size: 25px;
    line-height: 30px; }
  .m_catal--box {
    height: 220px; }
  .m_catal--smbox img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%); }
  .m_catal--big img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    max-height: 120%; }
  .m_catal--box.m_catal--big .m_catal--ttl {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    left: 30px;
    max-width: 204px; }
  .m_catal--box.m_catal--big:after {
    width: 100%;
    max-width: 470px;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#202735), to(rgba(29, 18, 43, 0)));
    background: -webkit-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: -moz-linear-gradient(left, #202735 0%, rgba(29, 18, 43, 0) 100%);
    background: linear-gradient(90deg, #202735 0%, rgba(29, 18, 43, 0) 100%); }
  .bottom_slide--info {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 350px;
    text-align: center;
    min-height: 455px; }
  .bottom_slider .swiper-pagination-bullets {
    bottom: 80px; }
  a.bottom_slide--all {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
         transform: translateX(-50%); }
  .bottom_slide--img {
    position: absolute;
    width: 92%;
    left: 4%;
    height: 210px;
    bottom: 120px; }
  .footer_top--wrap {
    padding: 30px 0; }
  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column; }
  .ft--left {
    width: 290px;
    margin: 0 auto 25px; }
  .ft--logo {
    width: 218px;
    margin: 0 auto; }
  .ft_info--wrap {
        align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 100%; }
     .ft_info--tel{
       background-repeat: no-repeat;
     }
  /* .ft_info--place,
  .ft_info--tel,
  .ft_info--mail {
    padding-top: 36px;
    padding-left: 0;
    background-position: 50% 8px;
    background-repeat: no-repeat;
    text-align: center; } */
  .ft_info--tel {
    background-image: url(/local/templates/main/images/icons/i_tel.svg); }
    .ft_info--tel a {
      padding-left: 0;
      background-image: none; }
  .ft_social--wrap {
    margin: 0 auto; }
  .hd--logo {
    margin-left: 10px; }
  .hd_btns--wrap .btn {
    min-width: 124px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    width: auto; }
  .hd_btns--wrap {
    width: auto; }
  .js_form--act .hd_callback--forms {
    width: 100% }
  .hd_callback--forms {
    right: 0px; }
  .hd_btns--wrap .btn[type="submit"] {
    min-width: 105px;
    font-size: 11px; } 

  .hd_listkontakt {
    margin-left: 0;
    margin-right: auto;
  }



  .footer_form--wrap .h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
  }

  .footer_form--wrap {
    padding: 20px;
    text-align: center;
  }

  .footer_form--wrap .h4 {
    margin-bottom: 15px;
    font-weight: 500;
  }

  .ds-form .h_dop {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }

  .ds--black.ds-form .pers-info, 
  .ds--black.ds-form .pers-info a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
  }

  .ds-form .h_dop br {
    display: none;
  }

  .ds_project--row > div {
    margin: 0 !important;
  }

  /*.hd_calc--wrap {
    width: 124px;
  }
*/
  .js_form--act .hd_calc--box {
    width: 250px;
    height: auto;
    padding: 15px 5px;
    border-radius: 10px;
  }

  .ds_topcalc--wrap {
    flex-direction: column;
  }

  #dscalctop-form input[type="text"], 
  #dscalctop-form input[type="tel"] {
    width: 210px;
    margin-bottom: 10px !important;
  }

  #dscalctop-form .btn[type="submit"] {
    min-width: 210px;
    font-size: 14px;
  }
  .hd_calc--wrap .hd_callback--cls {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  #dscalctop .report-message {
    flex-direction: column;
  }

  .header .report-message div.form-head {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0px;
  }

  .bottom_slider .swiper-button-prev, 
  .bottom_slider .swiper-button-next {
    top: 95%;
  }

  .ds_tender--box > div {
    width: 100%;
  }

}


@media only screen and (max-width: 480px) { 
  .main_slide {
    background-position: 60% 100%;
  }

  .hd_listkontakt > .hd_tel--box {
    display: none;
  }

  .hd_listkontakt {
    padding-bottom: 0;
  }

  .hd_listkontakt {
    position: static;
  }

  .hd_listkontakt--arr {
    font-size: 0;
    padding: 0;
    min-width: 0;
    margin-right: 8px;
    border: none;
    width: 38px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/hd_tel.svg);
    background-size: contain;
  }

  .hd_listkontakt--arr.js_menu--act {
    transform: none;
  }
}

@media only screen and (max-width: 420px) {

  .hd_menu--box {
    width: 300px;
  }
  /*.hd_btns--wrap .hd_callback {
    font-size: 0;
    padding: 0;
    min-width: 0;
    margin-right: 8px;
    border: none;
    width: 38px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/images/icons/hd_tel.svg); }*/
  .hd_callback--cls {
    margin-left: 0; }
  .hd_btns--wrap {
    width: auto; }
  .header .container {
    padding: 0 10px; } 
  .slide_form--wrap .ds_btn {
    font-size: 11px;
  }  

  .ds_project--row .buttonform,
  .ds_project--row .ds_btn {
    width: 100%;
  }

  .footer_form--wrap .file_style--wrap {
    text-align: left;
  }

  #dscallback-form input[type="tel"] {
    width: 150px;
  }

  .hd_menu--box .moble_phone--submenu {
    padding-top: 5px;
  }

  .hd_menu--box .moble_phone--submenu li {
    padding: 2px 0;
  }
}


.ds--white input::-webkit-input-placeholder
{
    font-weight: 600;
  font-size: 17px;
  color: #808894;
}
.ds--white input::-moz-input-placeholder
{
    font-weight: 600;
  font-size: 17px;
  color: #808894
}

.ds-form input:hover::-webkit-input-placeholder{
  color: #EBA655 !important;
}
.ds-form .buttonform {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ds-form .pers-info, .ds-form .pers-info a {
    font-size: 13px;
    /* font-weight: 600; */
}
.ds-form .pers-info {
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
.ds-form form label span.required {
    color: #ff0000;
}

.dsorderproject .report-message{
  width: 80%;
    margin: 0 auto;
    margin-top: 25%;
}

.dsdetailproject .report-message{
  text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

#year_00-09{
  margin-top: 22px;
}

.history-elem__content ul li{
  font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #494949;
}


/* new forms */
.form--wrap {
  position: relative;
  z-index: 15;
}

.product-details__descr .form--wrap {
  max-width: 302px;
}

.dsfreesize,
.dsdprojects {
  width: 920px;
  max-width: 920px;
  height: 52px !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: -6px;
  transition: all .2s;
}
.form-box--wrap .field-1
{
  width: auto !important;
}
.form--wrap .close-form{
  right: 65px !important;
}


   .wrap-for-form .dsorderproject form {
        padding: 20px 20px 20px !important;
    }

#footer_forms .uf-item2 .field-4 .file_style{
  max-width: 150px !important;
}
.dsprojektsklad {
  width: 430px;
  max-width: 430px;
  height: 140px !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -6px;
  left: -6px;
  transition: all .2s;
}

.dsfreesize {
  /* width: 892px;
  max-width: 892px; */
  width: 920px;
  max-width: 920px;
  transition: all .2s;
}

.dsfreesize .is-tel-form{
  width: 100%;
}

.dsdprojects {
  width: 818px;
  max-width: 818px;
  transition: all .2s;
}

.dstender {
  width: 315px;
  max-width: 315px;
  height: auto !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: auto;
  transition: all .2s;
}

.form--active .dsfreesize,
.form--active .dsdprojects,
.form--active .dstender,
.form--active .dsprojektsklad {
  visibility: visible;
  opacity: 1;
}

.dsfreesize > form,
.dsdprojects > form,
.answer-wrap  {
  height: 100%;
  background: #F9F9FA;
  border-radius: 35px;
  padding: 6px !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dsprojektsklad form {
  height: 140px;
  background: #F9F9FA;
  border-radius: 35px;
  padding: 6px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.dstender > form {
  width: 315px;
  height: 242px;
  background: #F9F9FB;
  border-radius: 35px;
}

.answer-wrap {
  width: 100%;
}

.dsprojektsklad--wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* padding-right: 42px; */
  position: relative;
}

.dsprojektsklad--wrap input{
  margin-top: 12px;
}

.dsprojektsklad.ds-form .close-form{
  top: 15px;
  right: 10px !important;
}
.dsfreesize .form-box--wrap,
.dsdprojects .form-box--wrap {
  height: 100%;
  padding-right: 42px;
  position: relative;
}

.dsfreesize .form-box--wrap{
  padding-bottom: 15px;
  padding-top: 15px;
}

.dstender .form-box--wrap {
  flex-direction: column;
  height: 100%;
  padding: 5px 7px 70px;
  position: relative;
}

.close-form {
  width: 30px;
  height: 30px;
  background: transparent url(/img/close-new-form.svg) no-repeat left center;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.dstender .close-form {
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #8D9098;
  position: absolute;
  top: 190px;
  left: 46px;
  right: auto;
  bottom: auto;
}

.dstender .close-form:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url(/img/close-new-form.svg) no-repeat center center;
  margin-right: 5px;
}

.answer-wrap .close-form {
  background: transparent;
}

.form-box--wrap .btn_trans {
  color: #202735;
}

.ds-form .form-box--wrap input[type="text"], 
.ds-form .form-box--wrap input[type="email"], 
.ds-form .form-box--wrap input[type="tel"] {
  /* height: auto; */
  margin-bottom: 0;
  border: 0;
}

.ds-form .dsprojektsklad--wrap input[type="text"], 
.ds-form .dsprojektsklad--wrap input[type="email"], 
.ds-form .dsprojektsklad--wrap input[type="tel"] {
  height: 40px;
  margin-bottom: 0;
  border: 0;
  padding: 0 10px;
}

.report-message .form-box--wrap .form-head {
  margin: 0 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #202735;
}
.dstender .report-message .form-box--wrap .form-head {
  margin: 0 40px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #202735;
  order: 1;
}
.dstender .report-message .form-box--wrap .btn {
  order: 0;
}

.form-box--wrap .product-tender {
  margin: 0;
}

.form-box--wrap .product-tender:before {
  background: transparent url(/img/tender-icon-open.svg) no-repeat center center;
  background-size: cover;
}

.dsprojektsklad .report-message .answer-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1670px) {
  .dsprojektsklad {
    width: 100%;
  }
}

  .dsprojektsklad form {
    height: auto;
  }

@media only screen and (max-width: 1410px) {
  .dsprojektsklad {
    max-width: 430px;
    height: auto !important;
    top: -21px;
    left: 0;
  }

  .dsprojektsklad form {
    width: 100%;
    height: auto;
    background: #F9F9FB;
    border-radius: 35px;
    position: relative;
  }

  .dsprojektsklad--wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 30px;
  }

  .dsprojektsklad .btn {
    white-space: normal;
  }

  .dsprojektsklad .close-form {
    right: 10px !important;
    /* top: 28px !important; */
  }

  .dsprojektsklad .report-message {
    height: 80px;
  }
}

@media only screen and (max-width: 1310px) {
  .dsdprojects {
    width: 100%;
  }

  .dsdprojects.ds-form input[type="text"], 
  .dsdprojects.ds-form input[type="email"], 
  .dsdprojects.ds-form input[type="tel"] {
    padding: 0 5px 0 8px;
  }
}

@media only screen and (max-width: 990px) {
  .dsfreesize,
  .dsdprojects {
    width: 100%;
  }

  .ds-form .form-box--wrap input[type="text"], 
  .ds-form .form-box--wrap input[type="email"], 
  .ds-form .form-box--wrap input[type="tel"] {
    padding: 0 18px;
  }

  .dsfreesize .btn {
    white-space: normal;
  }
}
@media only screen and (max-width: 604px) {
 .form--active .ds-form.fl_jcb .is-tel-form{
    height: 240px !important;
  }
}
@media only screen and (max-width: 767px) {
  .form--wrap .close-form {
    right: 15px !important;
  }
  .dsfreesize.ds-form
  {
    top: -45px;
    left: -2px;
  }
  .dsfreesize {
    max-width: 100%;
    /* max-width: 520px; */
    height: auto !important;
    top: -6px;
    left: 0;
    bottom: auto;
  }

  .dsdprojects {
    max-width: 520px;
    height: auto !important;
    top: -9px;
    /*left: 0;*/
    bottom: auto;
  }

  .dsfreesize > form, 
  .dsdprojects > form, 
  .dstender > form,
  .answer-wrap {
    width: 100%;
    height: auto;
    background: #F9F9FB;
    border-radius: 25px;
    position: relative;
    bottom: -3px;
    left: 0;
  }

  .dsprojektsklad .report-message .answer-wrap {
    height: 100%;
  }

  .dsfreesize .form-box--wrap, 
  .dsdprojects .form-box--wrap {
    flex-direction: column;
    align-items: flex-start;
      padding-bottom: 15px;
    padding-top: 15px;
  }

  .form-box--wrap .btn_trans {
    width: 100%;
    height: 100%;
    min-height: 40px;
    white-space: break-spaces;
  }

  .close-form {
    top: 20px;
    right: 15px;
    bottom: auto;
  }

  .dstender .form-box--wrap {
    align-items: flex-start;
  }

  .dstender .buttonform {
    width: 100%;
  }

  .dstender .form-box--wrap .btn_trans {
    height: 52px;
  }

  .dstender .close-form {
    left: 26px;
  }

  .ds_project--row > .file_style--wrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 484px) {
  .dstender {
    width: 100%;
    max-width: 100%;
  }
}


.dstender .answer-wrap {
    width: 100%;
    height: 242px;
    border-radius: 35px;
    top: -6px;
    left: -6px;
}
.product-detail-text {
      margin-bottom: 25px;
}
.product-block{
    max-height: 150px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: all 1s cubic-bezier(0, 1, 0, 1);
}
.product-block:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 50px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.product-block-btn
{
  background: transparent;
    border: 0;
    outline: transparent;
    margin: 25px 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s;
}
.product-block.product-block--opened {
height: auto;
    max-height: 100%;
    transition: all 1.2s ease-in-out;
}
.product-block.product-block--opened:after {
    opacity: 0;
}
.inner-page .wrapper{
  display: block;
}

.reply-item__letter a img{
  margin: 0 auto;
  height: 100%;
}


#dsdetailproject-form .del_file{
  background-image: url(/local/templates/main/images/icons/close.svg);
  right: 250px;
  top: 14px;
}

@media only screen and (max-width: 1024px) {
  #dsdetailproject-form .del_file{
    left: 45%;
    right: inherit;
  }
}
@media only screen and (max-width: 640px) {
  #dsdetailproject-form .del_file{
    left: 93%;
    right: inherit;
  }
}
@media only screen and (max-width: 640px) {
  #dsdetailproject-form .del_file{
    left: 90%;
    right: inherit;
  }
}
.product-info-box .info-block__content h2 {
  margin-bottom: 15px;
  font-size: 25px;
}
.seo-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #494949;
  margin-bottom: 15px;
}
.seo-text .marked-list > li {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 15px;
    color: #494949;
    line-height: 1.6;
    text-transform: none;
}
.seo-text .marked-list > li:before {
    top: 14px;
}
.reviews_slider {
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.reply-item_box {
  padding-top: 55px;
}
.catalog-type + .reply-item_box,
.product-info  + .reply-item_box {
  padding-top: 0;
}
@media only screen and (max-width: 1640px) {
  .reviews-swiper-button-prev, .reviews-swiper-button-next {
    top: 100%;
    transform: translateY(-47px);
  }
  .reviews-swiper-pagination {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.jq-file input {
	width: 2px!important;
    height: 2px!important;
}
/* back btn */
.back_gortorgsnab {
  bottom: 20px;
  cursor: pointer;
  position: fixed;
  right: 99px;
  height: 60px;
  border-radius: 30px;
  background-color: #EBA655;
  z-index: 100;
  text-align: center;
  line-height: 60px;
  padding: 0px 20px;
  color: white;
}
.back_gortorgsnab:hover{
  color: white;
}
@media (max-width: 1024px) {
  .back_gortorgsnab{
    font-size: 10pt;
    padding: 8px 20px;
    line-height: 19px;
    width: 185px;
  }
}
/*End back btn */
/*#CalltouchWidgetFrame {*/
/*    inset: auto auto 0px 0px!important;*/
/*}*/
/*******************/
.header .hd_calc--wrap, .header .js_form--act .hd_calc--box {
   height: auto;
}
.header .hd_calc--box .hd_callback--cls {
  top: auto;
  bottom: 16px;
  margin: 0 0 0 12px;
}
.ds-form-mes {
    background: url(/img/info.png) no-repeat 0 40%;
    font-size: 14px;
    padding: 0 0 7px 32px;
    margin-left: 5px;
    min-width: 600px;
}

@media(max-width: 560px) {
  .ds-form-mes {
    min-width: 250px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
  }
  .header .hd_calc--box .hd_callback--cls {
    top: 5px; 
    right: 5px;
  }
}
@media(max-width: 1024px) {
  .header .hd_calc--wrap .btn {
    min-width: 175px;
    margin-left: 5px;
  }
}
#hd_callback-mobile {
  display: none;
}
@media (max-width: 560px) {
   .header .hd_calc--wrap { width: auto !important}
   .header .btn { width: auto; min-width: 180px; margin: 0 0 5px;}
   .h1.main_slide--ttl {
     padding-top: 70px;
     /* padding-top: 35px; */
   }
   #hd_callback {
     display: none;
   }
   #hd_callback-mobile {
     display: block;
   }
   .hd_btns--wrap .hd_callback, .hd_btns--wrap .hd_callback:hover {
    font-size: 0;
    padding: 0;
    min-width: 0;
    margin-right: 8px;
    border: none;
    width: 38px;
    background: #EBA655 url(/local/templates/main/images/icons/hd_tel.svg) no-repeat -2px 3px; 
    background-size: 100% auto;
  }
  .hd_btns--wrap .hd_callback:hover {
    opacity: 0.8;
  }

}
.product-property + div .akssesuary-about__title { margin-top: 50px;}
.bx-no-touch {
  overflow: hidden;
}
/*********убрать адреса***********/
/*.header-map-link,.ft_info--place, .main-office, .storages, .compact-product-table tr:nth-child(2), .compact-product-table tr:nth-child(3) {
  display: none;
}
.about-info.storage, .about-info.storage-wrap {
  display: none;
}*/
/*********ENd убрать адреса***********/

/*NEW accessory CSS*/
/**********************/
 
.aksessuary_item .aksessuary_image {
  padding-bottom: 25px;
  height: 180px;
  padding-bottom: 0;
}
.aksessuary_image_item {
  overflow: hidden;
}
.aksessuary_image_slider_pagination {
  bottom: 5px !important;
}
.aksessuary_image_slider_pagination .swiper-pagination-bullet {
  width: 20%;
  height: 3px;
  border-radius: 0;
  background: #EAEAEA;
  border: none !important;
}
.aksessuary_image_slider_pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  display: block;
  height: 100%;
  background: #EBA655;
}
.aksessuary_image_slider_pagination .swiper-pagination-bullet-active:after {
  width: 100%;
  transition:width 5.8s ease-in-out;
}
.aksessuary_item {
  padding: 25px !important;
  height: auto;
} 
.aksessuary_item .aksessuary_name {
  font-size: 20px;
  padding-top: 25px;
  margin-bottom: 5px;
}
.aksessuary_item .aksessuary_tag,
.aksessuary_item .aksessuary_recommend {
  color: inherit;
  font-size: 15px;
}
 
.akssesuary-about__title {
  letter-spacing: 0.3px;
} 
.akssesuary-about__title:after {
  top: 17px !important;
  bottom: auto !important;
}
.aksessuary_slider_wrap {
  margin: 0 48px 50px;
}
.aksessuary_recommend ul {
  margin-top: 10px !important;
}
.aksessuary_item .aksessuary_recommend li {
  margin-bottom: 4px;
  padding-left: 34px;
}
.aksessuary_recommend {
  font-weight: 400 !important;
}
.aksessuary_tag {
  color: inherit !important;
}
.aksessuary_slider_wrap .aksessuary-swiper-button-prev, 
.aksessuary_slider_wrap .aksessuary-swiper-button-next {
  display: none !important;
}

.aksessuary_slider_wrap .aksessuary_image_slider.hide_arrows .aksessuary-swiper-button-prev, 
.aksessuary_slider_wrap .aksessuary_image_slider.hide_arrows .aksessuary-swiper-button-next {
  display: none !important;
}

.select_tab, select {
  margin-left: 0;
  border-radius: 5px !important;
  background: #eba655 !important;
  border: none;
  color: #fff;
  box-sizing: content-box;
  padding-right: 25px;
  padding-left: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
#aksessuary_content_2 .select_tab{
  margin-left: 25px;
}
.select_tab .selectBox-arrow {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  background: url(/img/white-arrow.svg) no-repeat 0 0;
  border: none;
  position: absolute;
  top: 17px;
  right: 17px;
}
.select_tab .selectBox-label {
  padding-left: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
.select_tab .selectBox-label a {
  color: #fff;
}
.selectBox-dropdown-menu {
  box-shadow: none;
  border: none !important;
  max-height: 300px;
}
.selectBox-dropdown-menu li a {
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #202735;
  display: block;
  padding-left: 15px;
}
.tab_aksessuary_wrap-new {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  position: relative;
  padding-top: 40px !important;
  min-height: 40px;
  display: none;
  
}
.tab_aksessuary_item-new {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  background: #fff;
  display: none;
  cursor: pointer;
}
.tab_aksessuary_wrap-new.open .tab_aksessuary_item-new {
  display: block;
}
.tab_aksessuary_item-new.tab_aksessuary_item_active {
  position: static;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tab_aksessuary_item-new {
  white-space: nowrap;
}
.tab_aksessuary_item_active-new {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0 !important;
  display: block !important;
  border-radius: 5px !important;
  color: #fff;
  background: #eba655 !important;
  font-size: 14px;
}
.tab_aksessuary_item_active-new:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  background: url(/img/white-arrow.svg) no-repeat 0 0;
  position: absolute;
  top: 17px;
  right: 17px;
}
.aksessuary_slider_wrap {
  margin: 0;
  padding: 0;
}
ul.tab_aksessuary_wrap {
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  ul.tab_aksessuary_wrap {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .aksessuary_slider_wrap {
    padding: 0 !important;
    padding-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .aksessuary-slider {
    padding-bottom: 30px;
  }
  .aksessuary_slider_wrap .swiper-button-prev, 
  .aksessuary_slider_wrap .swiper-button-next {
    display: none !important;
  }
  .aksessuary_slider_wrap .aksessuary-swiper-button-prev, 
  .aksessuary_slider_wrap .aksessuary-swiper-button-next {
    display: block !important;
    background: #F1F1F3 url(/local/templates/main/images/icons/sl_l_black.svg) no-repeat 50% 50%;
    width: 48px;
    height: 33px;
    border-radius: 5px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
  }
  .aksessuary_image_slider_pagination {
    display: none !important;
  }

  .aksessuary_slider_wrap .aksessuary-swiper-button-next  {
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
  .aksessuary_slider_wrap .swiper-pagination-bullets {
    display: block;
    bottom: 10px !important;
  }
  .aksessuary_item .aksessuary_name {
    text-align: center;
  }
}
@media(max-width:767px) {
  .select_tab {
    display: block;
  }
  .tab_aksessuary_wrap {
    display: none !important;
  }
  .tab_aksessuary_wrap-new {
    display: block;
    margin-top: 6px !important;
  }
}
@media (max-width: 640px) {
  .akssesuary-about__title {
    text-align: left;
  }
  ul.tab_aksessuary_wrap {
    margin-left: 35px !important;
    margin-right: 0 !important;
  }
  .tab_aksessuary_wrap {
    background: #fff;
    max-width: 340px;
    position: relative;
    padding-top: 45px !important;
  }
  .tab_aksessuary_item {
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    margin: 5px 0 !important;
    display: none !important;
  }
  .tab_aksessuary_item_active {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0 !important;
    display: block !important;
    border-radius: 5px !important;
    background: #eba655 !important;
  }
  .tab_aksessuary_item_active:after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    background: url(/img/white-arrow.svg) no-repeat 0 0;
    position: absolute;
    top: 17px;
    right: 17px;
  }
  
  .tab_aksessuary_item_open:after {
    transform: rotate(180deg);
  }
  .tab_aksessuary_item_active:before {
    content: "";
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f9f9fa;
  }
  .tab_aksessuary_item_open ~ .tab_aksessuary_item, ul.open .tab_aksessuary_item {
    display: block !important;
  }
  .tab_aksessuary_item:hover {
    background: #F6F6F6;
  }
  .aksessuary_item {
    padding: 15px !important;
  }
/*  .container .pl100 {
    padding-left: 35px !important;
  }*/
 /* ul.tab_aksessuary_wrap {
    margin-top: 0 !important;`
  }*/
  .aksessuary_item .aksessuary_name {
    font-size: 16px;
    padding-top: 20px;
    text-align-last: left;
  }
  .aksessuary_recommend {
    line-height: 20px !important;
  }
  .aksessuary_item .aksessuary_recommend li {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .aksessuary_item .aksessuary_image {
    height: 150px;
  }
  .aksessuary_slider_wrap .aksessuary-swiper-button-prev, 
  .aksessuary_slider_wrap .aksessuary-swiper-button-next {
    width: 35px;
    height: 31px;
    outline: none;
  }
  .aksessuary_slider_wrap {
    margin-bottom: 0 !important;
  }
  .akssesuary-about {
    padding-top: 40px !important;
    padding-bottom: 10px;
  }
  .showroom .order-close {
    display: none;
  }
  .aksessuary_image_item img {
    max-width: 100%;
  }
 
}
.swiper-button-disabled {
  visibility: hidden;
}

/*MODAL CAPCHA ERROR CSS*/
div#message-box {
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0 0 15px 0 rgb(235 166 85);
    background-color: #EF5350;
    background-color: #eba655;
    max-width: 350px;
    margin: 20px;
    top: 130px;
    right: 35px;
    /*transform: translateX(420px);*/
    transition: 0.5s all ease;
    animation: show 0.5s ease;
}
@keyframes show {
    from {transform: translateX(420px);}
    to {transform: translateX(0);}
}
.main_calc--wrap div#message-box {
    position: sticky;
    margin: auto auto 10px;
    animation: none;
}
div#message-box font.errortext {
    color: #fff;
}

div#message-box a.btn-close {
    font-size: 0;
    color: transparent;
    min-width: 30px;
    height: 30px;
    display: block;
    background: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjMjAyNzM1IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMjAyNzM1Ij4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4KDTxwYXRoIGQ9Im0xNC40MSAzLjI3LS44Mi0uOTRMOCA3LjE3IDIuNDEgMi4zM2wtLjgyLjk0TDcuMDUgOGwtNS40NiA0LjczLjgyLjk0TDggOC44M2w1LjU5IDQuODQuODItLjk0TDguOTUgOGw1LjQ2LTQuNzN6Ii8+Cg08L2c+Cg08L3N2Zz4=) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
}

div#message-box button.btn.btn_trans {
    background: #202735;
    border-color: #202735;
    color: #fff;
    margin-top: 10px;
}

div#message-box button.btn.btn_trans:hover {
    background-color: #ffffff;
    color: #202735;
    border-color: #202735;
}
.product-details__descr div#message-box p {
    margin: 0;
    color: #fff;
    line-height: 1.3;
}
/* END MODAL CAPCHA ERROR CSS*/
.main_calc--box {
  align-items: flex-start;
}
.m_calc--box1 {
  padding-top: 55px;
  width: 55%;
  height: 255px;
}
.m_calc--box4, .m_calc--box6, .m_calc--box8 {
  width: 45%;
}
.m_calc--box2 {
  width: 45%;
  padding-top: 43px;
  
}

.m_calc__decor5, .m_calc__decor7 {
  width: 620px;
  height: 1px;
  background: #5C6B8A;
  position: absolute;
  top: 115px;
  left: -610px;
}
.m_calc__decor6, .m_calc__decor8 {
  width: 620px;
  height: 1px;
  background: #5C6B8A;
  position: absolute;
  top: 115px;
  left: 490px;
}
.m_calc__decor7 {
  top: 322px;
  width: 585px;
}
.m_calc__decor8 {
  top: 322px;
  width: 585px;
  left: 530px;
}
.m_calc--top span {
  letter-spacing: 3px;
}
.m_calc--box3 {
  padding-right: 350px;
  height: 202px;
}
.m_calc--box5 {
  height: 220px;
}
.m_calc--box3 img {
  width: 35px;
}
.m_calc--box5 .m_calc--ttl {
  line-height: 1.4;
  margin-top: 20px;
}

@media(max-width: 1600px) {
  .m_calc--box_second {
    padding-left: calc(50% - 485px);
  }
 
  .m_calc--box3 {
    padding-right: calc(50% - 400px);
  }

  
}
@media (max-width: 1440px) {
  .m_calc__decor5, .m_calc__decor6, .m_calc__decor7, .m_calc__decor8 {
    display: none;
  }
  .m_calc--box1 {
    width: 50%;
  }
  .m_calc--box3 {
    padding-right: calc(50% - 400px);
  }
  .m_calc--box_second {
    padding-left: calc(50% - 485px);
}
  .m_calc--cent {
    margin-top: 0;
    margin-left: -180px;
  }
  .m_calc--box {
    margin-top: 0;
  }
}
@media (max-width: 1248px) {
  .m_calc--cent {
    margin-left: 0;
  }
  .m_calc--cent .form-wrap {
    width: 300px;
  }
  .m_calc--box_second {
    width: 50%;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .m_calc--box, .m_calc--box.m_calc--box_last {
    width: 100%;
    margin-top: 40px;
    height: auto;
    padding: 0 0 5px;
  }
  .main_calc--wrap {
    padding-top: 38px;
  }
  .m_calc--top span {
    letter-spacing: 0;
  }
  .m_calc--box3 img {
    width: auto;
  }
}
@media (min-width: 1500px) {
  .main_calc--ttl {
    position: relative;
    top: 7px;
    left: 10px;
  }
  .m_calc__decor1 {
    right: 400px;
  }
  .m_calc__decor2 {
    left: 415px;
    width: 706px;
  }
  .m_calc--box_second {
    padding-left: calc(45% - 464px);
  }
  .m_calc--box5, .m_calc--box7 {
    padding-right: 350px;
  }
  .m_calc--box8 {
    margin-top: -10px;
  }
  .m_calc--box8 .m_calc--ttl{
    margin-bottom: 7px;
  }
}
.hd_mail {
  margin-left: 40px;
}
/*
.wrapper {
  width: 1920px;
}
body {
  overflow: auto;
}*/
/*.header .hd_calc--wrap {
  display: none !important
}
.header .hd_btns--wrap {
  justify-content: flex-end;
}
.header #hd_callback--cls {
  display: none
}
.js_form--act .hd_callback--forms {
  width: 415px;
  padding: 0 0 0 20px;
}*/
/*@media(max-width:767px) {
  .hd_btns--wrap {
    width: 340px !important;
  }
  .hd_btns--wrap .hd_callback {
    display: none !important;
  }


  .hd_btns--wrap .btn[type="submit"] {
    margin-bottom: 0;
    font-weight: 400;
  }

  .hd_btns--wrap .btn[type="submit"] {
    min-width: 100px;
    font-size: 10px;
  }
  .header .btn {
    width: auto;
    padding: 0;
  }
  .hd--logo {
    margin-left: 0 !important;
  }

  .hd_btns--wrap {
    width: 230px !important;
  }
  .js_form--act .hd_callback--forms {
    margin-top: 10px;
    width: 290px !important;
  }
  .hd_btns--wrap .btn[type="submit"] {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
@media (max-width: 640px) {
  #dscallback-form input[type="tel"] {
    width: 120px !important;
    font-size: 11px;
  }
  #dscallback-form input[type="tel"]::placeholder {
    font-size: 11px !important;
  }
  #dscallback-form input[type="tel"] {
    width: 110px !important;
  }
  .js_form--act .hd_callback--forms {
    width: 230px !important;
    padding-left: 12px;
  }
  .hd_btns--wrap .btn[type="submit"] {
    font-size: 10px;
  }
  .hd--logo {
    margin-right: auto;
  }
}
@media(max-width: 610px) {
  .hd_listkontakt {
    display: none !important;
   }
   .js_form--act .hd_callback--forms {
    margin-top: 6px;
  }
}*/
/*.hd_callback--forms .btn {
  background-color: #EBA655;
  color: #fff;
 
}
.hd_callback--forms .btn:hover {
  background: #F1D9BE;
  outline: transparent;
  border-color: #F1D9BE;
  color: #202735;
}
.hd_callback--forms input[type="tel"] {
  color: rgba(255, 255, 255, 0.7) !important;
  width: 140px !important;
}
.hd_callback--forms input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}*/
/*@media (min-width: 640px) and (max-width:767px) {
  .hd--logo img {
    height: 40px;
  }
  .js_form--act .hd_callback--forms {
    margin-top: 10px;
  }
  .hd_callback--forms input[type="tel"] {
    font-size: 14px !important;
  }
  .hd_callback--forms ::placeholder {
    font-size: 14px !important;
  }
}*/
/*.header .ds-form input[type="tel"]:focus, .header .ds-form input[type="tel"] {
  border: none !important
}
.header .ds-form input[type="tel"], .header .ds-form input[type="tel"]:focus {
  color: #fff !important;
}*/

@media(max-width: 992px) {
  .header .report-message .form-head {
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
}
.js_form--act .hd_callback--forms {
  min-width: 200px;
}

@media(max-width: 767px) {
  .team-box .storage-tab__elem {
    width: auto !important;
    padding-bottom: 5px !important;
    margin: 0 20px 5px 0 !important;
  }
  .team-box .storage-tab {
    padding-bottom: 0;
  }
}
@media(max-width:767px) {
  .hd_listkontakt {
    position: absolute;
    left: 140px;
    transform: scale(0.8);
  }
}
@media (min-width:600px) {
.fl_jcb_cent {
  flex-wrap: nowrap;
}
}

/* --- Правки площади помещений --- */

.portfolio-page .portf-area-wrapper {
    position: absolute;
    z-index: 0;
	top: 7%;
	right: 7%;
	padding: 2px 6px;
    background-color: #ffffff;
	border-radius: 20px;
	opacity: 0.7;
}

.portfolio-page .portf-area {
	text-shadow: 1px 1px 0px white, 1px 1px 0px black;
}

.portfolio-page .portfolio-item__photo-time {
	top: 7%;
    left: 5%;
}

.checkbox{
  margin-top: 10px;
}
  .ds-form .ds_tender--box input[type="text"], .ds-form .ds_tender--box input[type="email"], .ds-form .ds_tender--box input[type="tel"] {
      margin-bottom: 0px;
  }
@media (max-width:599px) {
    .ds-form .ds_tender--box input[type="text"], .ds-form .ds_tender--box input[type="email"], .ds-form .ds_tender--box input[type="tel"] {
        margin-bottom: 20px;
    }
}


/* */

@media (max-width:1440px) {
  .main_calc--box {
    align-items: baseline;
  }
  .ds-form.dspopup-modal.active-dspopup.dscalc {
    max-height: 323px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 90% !important;
    max-width: 470px !important;
  }
  .ds-form.dspopup-modal.dscalc.active-dspopup{
    position: fixed !important;
  }
}

.hd_callback--wrap > div:first-of-type {
  position: relative;
}
.checkbox_privacy{
      left: 1%;
  margin-top: 15px;
}

@media (max-width:1270px) {
  .checkbox_privacy{
    left: 7%;
  }
}
@media (max-width:1024px) {

    .upper-footer > div:first-child {
             /* padding: 120px 140px !important; */
                   padding: 120px 20px !important;
    }
  .checkbox_privacy{
        width: 200%;
        left: 5%;
      margin-top: 15px;
  }
}
.upper-footer__item.uf-item1 .field-1{margin-bottom:0px !important}

@media only screen and (max-width: 1270px) {
    .uf-item1 {
              padding: 110px 20px !important;
    }
  }

  @media (max-width:600px) {

  .checkbox_privacy{

      margin-top: 35px;
  }
}

  /* @media (max-width:580px) {
  .checkbox_privacy{
        left: -2%;
  }
} */
  @media (max-width:560px) {
    .checkbox_privacy{        
      left: -5% !important;
      width: 120% !important;
    }
.ft_info--tel{
  padding-left: 23px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.ft_info--tel a{
      margin-right: 0px !important;
}
  }
  .ft_social--wrap{
        width: auto;
  }

 .ds_tender--box.fl_jcb_cent .field-1{
  margin-bottom: 0px!important;
 }
 .fakecheckbox__label a{
      font-size: 13px!important;
 }

.checkbox_agree a{
  font-size: 14px;
  text-decoration: underline !important;
}

.popup-price__container .pers-info{
  font-size: 14px !important;
 }

.popup-price__container .pers-info a{
  font-size: 14px !important;
 }

.chebox_zamershik,
.chebox_zamershik a
{
   font-size: 14px !important;
}  
@media (max-width:768px) {
  .form-row.row-white.row8 .pers-info{
      margin-top: 10px;
    }
.steps-qa{
  margin-bottom: 25px;
}

}
@media (max-width:1024px) {
.ds-form.dsorderproject{
    height: 460px;
}
}
.dsfreesizestore form,.dsfreesizestore .answer-wrap{
      height: 120% !important;
}
@media (max-width:1124px) {
.dsfreesizestore form, .dsfreesizestore .answer-wrap{
      height: 250px !important;
}
}
.form--wrap .dsfreesizestore{
  margin-top: 2px;
}

    .uf-item1 {
        /* padding: 115px 20px !important; */
    }

#dscallback_footer{
  margin-top: 15px;
}


.checkbox_tender{
  font-size: 15px !important;
  font-weight: 400 !important;
}

.checkbox_tender *{
  font-size: 15px !important;
  font-weight: 400 !important;
}

.checkbox_tender a{
  font-size: 15px !important;
  font-weight: 400 !important;
}

  @media (max-width:560px) {
    
 .checkbox_privacy{
  max-width: 10000%;
          left: -6% !important;
}
  }

.fakecheckbox{
      margin-left: 15px;
}


/* @media (max-width:1360px) {
 .dsorderproject .pers-info{
  margin-left: 15%;
  }
}

@media (max-width:1024px) {
 .dsorderproject .pers-info{
  margin-left: 6%;
  }
}
@media (max-width: 1440px) {
    .dsorderproject .pers-info {
        margin-left: 15% !important;
    }
  } */
    .dsorderproject .pers-info {
        margin-left: 0% !important;
    }

  @media (max-width: 450px) {
    .dsfreesizestore form, .dsfreesizestore .answer-wrap {
        height: 300px !important;
    }
}

.footer_form--wrap .pers-info label,
.footer_form--wrap .pers-info a{
  font-size: 14px !important;

}

.href_container{
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .footer_flex{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .href_container{
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .href_container *{
    margin: 0;
  }
  .footer_flex{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 400px){
    .ft_info--place{
        font-size: 11px;
    }
}
/* === Слайдер (десктоп): градиент-«маска» вынесен в оверлей ::after НАД картинкой.
   Раньше маска была фоном .main_slide, а картинка лежала z-index:-1 — при transition
   Swiper создавал stacking context и картинка перекрывала маску (маска пропадала).
   Теперь слои фиксированы: картинка(0) < маска(1) < контент(2).
   Плюс градиент растянут правее (0.35 на 100%), чтобы правые пункты меню читались. === */
@media only screen and (min-width: 1025px) {
  .main_slide { isolation: isolate; background-image: none !important; }
  .main_slide__picture { z-index: 0; }
  .main_slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(105deg, rgba(36,43,58,1) 0%, rgba(36,43,58,0.95) 45%, rgba(36,43,58,0.7) 72%, rgba(36,43,58,0.35) 100%);
  }
  .main_slide--content { position: relative; z-index: 2; }
}
