@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body { margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff");
  src: url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy Heavy';
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy Extra Bold';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }*/

@font-face {
  font-family: 'Gilroy Bold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
  font-family: 'Gilroy Semibold';
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }*/

@font-face {
  font-family: 'Gilroy Light';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.container:after {
  content: "";
  display: block;
  clear: both; }

/* adaptive */
body,
html {
  font-size: 16px; 
}

body {
  font-family: 'Roboto Regular';
  color: #333333;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
 }

.wrapper {
  min-width: 320px;
  height: 100%;
  overflow: hidden;
  position: relative; }

header {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.main {
  -webkit-transition: 1s;
  transition: 1s;
  transition: padding 0s;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

footer {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

h1 {
  font-family: 'Gilroy Heavy';
  font-size: 60px;
  line-height: 1.27;
  letter-spacing: -0.03em; }

h1.h3 {
  font-family: 'Gilroy Heavy';
  font-size: 50px;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #333333; }

h2 {
  position: relative;
  font-size: 70px;
  font-family: 'Gilroy Heavy'; }
  h2 span {
    position: relative; }
    h2 span:before {
      content: "";
      background: url("../img/decor.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      z-index: -1;
      width: 157px;
      height: 157px;
      top: -38px;
      left: -50px; }

h3 {
  font-family: 'Gilroy Heavy';
  font-size: 50px;
  line-height: 1.28;
  letter-spacing: -0.03em; }

h4 {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  letter-spacing: -0.03em; }
  h4 span {
    position: relative; }
    h4 span:before {
      content: "";
      background: url("../img/decor-3.svg");
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      background-size: contain;
      z-index: -1;
      top: -3px;
      left: -12px;
      width: 46px;
      height: 46px; }

.breadcrumbs {
  margin-top: 26px;
  margin-bottom: 14px; }
  .breadcrumbs a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #333333; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .bredc_arrow {
    background-image: url("../img/arr-bredc.svg");
    width: 11px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;   }
  .breadcrumbs .bredc_link-active {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #B7B7B7; }
  .breadcrumbs .current-item {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #B7B7B7; }


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

.pagination_link {
  font-size: 16px;
  line-height: 1.187;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 3px; }
  .pagination_link:hover {
    background: #EEEEEE; }

.pagination_link-active {
  background: #12BEF0;
  -webkit-box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
          box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
  color: #ffffff; }
  .pagination_link-active:hover {
    background: #12BEF0;
    -webkit-box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
            box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
    color: #ffffff; }

.page-numbers {
  font-size: 16px;
  line-height: 1.187;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 3px; }
.page-numbers:hover {
  background: #EEEEEE; }

.page-numbers.current {
  background: #12BEF0;
  -webkit-box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
  box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
  color: #ffffff; }
.page-numbers.current:hover {
  background: #12BEF0;
  -webkit-box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
  box-shadow: 0 3px 4px rgba(3, 169, 244, 0.25);
  color: #ffffff; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #B7B7B7; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: #999999; }

/* Типовая страница */
.page_type h1 {
  font-family: 'Gilroy Heavy';
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.03em;
  color: #333333; }

.page_type h2 {
  font-family: 'Gilroy Heavy';
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #333333; }

.page_type h3 {
  font-family: 'Gilroy Heavy';
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #1A1818; }

.page_type h4 {
  font-family: 'Gilroy Heavy';
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1A1818; }

.page_type p {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 158.47%;
  letter-spacing: -0.03em;
  color: #333333; }

ul {
  padding-left: 30px; }
  ul li {
    list-style: url("../img/about_check.svg");
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #333333; }

ol {
  counter-reset: num; }
  ol li {
    font-size: 14px;
    letter-spacing: -0.03em;
    position: relative;
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 49px;
    color: #333333; }
    ol li:before {
      content: counter(num) "";
      counter-increment: num;
      color: #ffffff;
      font-family: 'Gilroy Extra Bold';
      font-size: 20px;
      letter-spacing: -0.03em;
      position: absolute;
      top: 10px;
      left: -40px;
      background: #12BEF0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px; }

.header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
          z-index: 1000000000;
          position: relative;
        }

.header_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 0 17px; }

.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.logo_header {
  width: 110px;
}

.container a.scrolled-logo {
  background: none;
}

.city {
  letter-spacing: -0.03em;
  line-height: 19px;
  margin-left: 26.5px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
  .city span {
    font-size: 14px;
    line-height: 1.1;
    color: #12BEF0;
    margin-left: 5px;
    border-bottom: 1px dotted #12BEF0; }

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px; }

.phones {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #333333;
  white-space: nowrap;
  position: relative;
  margin-left: 20px; }
 
  .phones:before {
    content: "";
    background-image: url("../img/phone-receiver.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: -18px; }
  .phones:after {
    content: "";
    background-image: url("../img/icon-header.svg");
    background-repeat: no-repeat;
    width: 21px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: -45px; }
/*117073------------------------------*/ 
.header_right .mail{
  position: relative;
  color:#333;
  display: inherit;
  margin-left: 20px;
  width:165px;
    }
.header_right .mail:before{
    content: "";
    background-image: url("../img/mail-icon-svg.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: -1px;
    background-size: auto 100%; 
}
/*117073------------------------------*/ 
.call, .main-btn {
  width: auto;
  background: #12BEF0;
  border: 1px solid #12BEF0;
  border-radius: 4px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -0.03em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .call:hover, .main-btn:hover {
    border: 1px solid #12BEF0;
    background: #ffffff;
    color: #333333; }
.call {
  margin-left: 20px;
}

.main-btn_uppercase {
  text-transform: uppercase;
}

.tender {
  border: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 10px;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #333333;
  margin-left: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .tender:hover {
    border: 1px solid #12BEF0; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 8px; }
  .social a {
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px; }
    .social a:hover {
      border: 1px solid #12BEF0; }

nav {
  background: #12BEF0; }

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .main-menu ul a {
    padding: 17px 60px;
    display: block;
    color: #ffffff; }
    .main-menu ul a:hover {
      background: #A9F012;
      color: #333333; }
  .main-menu ul li {
    list-style: none; }
/*116886--------------------------*/
.ats .main-menu ul li.current-menu-item{
  background: #a9f012;
}
.ats .main-menu ul li.current-menu-item a{
  color:#333;
}
/*-------------------------------*/
.nav-mobile-block {
  cursor: pointer;
  display: none;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0;
  text-align: right;
  background-color: transparent;
  color: #ffffff;
  position: relative; }

.nav-mobile-container-line {
  width: 40px;
  height: 25px;
  min-width: 40px;
  min-height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

span.nav-mobile-line {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #12BEF0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.nav-mobile-line:nth-child(1) {
  top: 4px; }

.nav-mobile-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.nav-mobile-line:nth-child(3) {
  bottom: 0; }

.mobile-menu-fixed {
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 888;
  background: #ffffff;
  width: 250px;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px #9e9e9e;
          box-shadow: 0 0 7px #9e9e9e;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .mobile-menu-fixed nav {
    background: inherit; }
  .mobile-menu-fixed a {
    color: inherit; }
    /*117291------------------------------------------------*/
.mobile-menu-fixed{
  width:300px;
}
.mobile-menu-fixed ul.menu>li.menu-item-has-children:before {
    content: '';
    color: #12BEF0;
    font: normal normal 18px/1 fontAwesome;
    display: inline-block;
    width: 19px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-image: url('../img/icon_triangle.svg');
    height: 8px;
}
.mobile-menu-fixed ul.menu>li.menu-item-has-children.open:before{
  /*content: '\25B2';*/
  transition: 0.2s;
  rotate:180deg;
}

.mobile-menu-fixed ul.menu li:hover{
  background: transparent;
}

.mobile-menu-fixed ul.sub-menu{
  border: 0;
  box-shadow: none !important;
  background: transparent;
  position: initial;
  padding-top: 10px;
}
.mobile-menu-fixed ul.sub-menu li{
  background: transparent;
  color:#333 !important;
  padding-left: 20px;
}
.title_menu-fixed {
  font-family: 'Gilroy Heavy';
  font-size: 1.44444rem;
  line-height: 1.2; }

.mobile-menu-fixed .nav__menu-fixed {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  width: 100%;
  text-align: center; }
  /*117284------------------------------------------------*/
  .mobile-menu-fixed .nav__menu-fixed{
    text-align: left;
    align-items: initial;
  }
  .mobile-menu-fixed .social{
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .mobile-menu-fixed .social a:first-child{
    margin-left: 0;
  }
  .mobile-menu-fixed .time{
    width:100%;
  }
  /*----------------------------------------------------*/
  .mobile-menu-fixed .nav__menu-fixed ul {
    padding-left: 0; }
    .mobile-menu-fixed .nav__menu-fixed ul li:last-child{
      margin-bottom: 0;
    }
    .mobile-menu-fixed .nav__menu-fixed ul li {
      font-size: 16px;
      font-family: 'Roboto Medium';
      margin-bottom: 15px;
      list-style: none; }

.city_tooltip {
  width: 150px;
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  line-height: 2;
  text-align: center;
  position: absolute;
  z-index: 1000;
  display: none;
  top: 30px;
  cursor: default;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .city_tooltip span {
    cursor: pointer; }

.city:hover .city_tooltip {
  display: block; }
  /*117073------------------------------*/ 
.scrolled-info .city:hover .city_tooltip {
  display: block;
  position: fixed;
  top: 50px; }
   /*117073------------------------------*/

.city_box {
  position: absolute;
  height: 15px;
  width: 100%;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

/* Главная страница */
.first {
  background: url("https://www.expertsc.ru/wp-content/uploads/2019/09/photo_2025-06-04_19-27-04.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 243px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100; }
  .first h1 {
    color: #ffffff;
    max-width: 691px;
    width: 100%;
    text-transform: uppercase; }

.first ::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #375880;
    opacity: 0.1;
    z-index: -1;
}

.first_futures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  margin-top: 92px; }

.first_futures-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 110px; }
  .first_futures-item:last-child {
    margin-right: 0; }

.first_futures-city {
  position: relative;
  font-family: 'Gilroy Bold';
  font-size: 80px;
  line-height: 1.2125;
  letter-spacing: -0.03em;
  z-index: 5;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .first_futures-city:before {
    content: "";
    background: #12BEF0;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: -1; }

.first_futures-city-text {
  max-width: 110px;
  width: 100%;
  font-family: 'Gilroy Light';
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-left: 26px; }

.first_futures-partners {
  position: relative;
  font-family: 'Gilroy Bold';
  font-size: 80px;
  line-height: 1.2125;
  letter-spacing: -0.03em;
  z-index: 5; }
  .first_futures-partners:before {
    content: "";
    background: #12BEF0;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    top: 15px;
    left: 32px;
    z-index: -1; }

.first_futures-partners-text {
  max-width: 195px;
  width: 100%;
  font-family: 'Gilroy Light';
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-left: 26px; }

.first_futures-expert {
  position: relative;
  font-family: 'Gilroy Bold';
  font-size: 80px;
  line-height: 1.2125;
  letter-spacing: -0.03em;
  z-index: 5; }
  .first_futures-expert:before {
    content: "";
    background: #12BEF0;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    top: 15px;
    left: 33px;
    z-index: -1; }

.first_futures-expert-text {
  max-width: 153px;
  width: 100%;
  font-family: 'Gilroy Light';
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-left: 26px;
   }
  .first_futures-partners-text, 
  .first_futures-expert-text,
  .first_futures-city-text {
    color: #9cc4f4;
  }
.service {
  background: url("../img/bg-service.png");
  background-size: cover;
  background-position: top center;
  padding-top: 230px;
  padding-bottom: 68px;
  margin-top: -150px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .service:before {
    content: url("../img/image-2.png");
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    width: 475px;
    height: 412px;
    z-index: -1; }
  .service h2 {
    line-height: 1.272;
    letter-spacing: -0.03em; }

.service_desc {
  max-width: 700px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-top: 12px;
  margin-left: 70px; }

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 49px;
  margin-left: -15px;
  margin-right: -15px; }

.service_item {
  width: 370px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .service_item:last-child {
    margin-bottom: 0; }

.service_item:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

.service_img {
  width: 100%;
  min-height: 263px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.service_text {
  text-transform: uppercase; }

.service_item-box {
  position: relative;
  cursor: pointer; }

.service_text {
  font-family: 'Gilroy Bold';
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff; }
  .service_text:after {
    content: "";
    display: block;
    width: 242px;
    max-width:100%;
    height: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #A9F012), to(#12BEF0));
    background: linear-gradient(270deg, #A9F012 50%, #12BEF0 100%);
    margin-top: 10px; }

.service_item-popup {
  width: 100%;
  min-height: 263px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#0E3768), to(#0E3768));
  background: linear-gradient(0deg, #0E3768, #0E3768);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #ffffff;
  padding: 17px 32px 34px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto; }

.service_item-box:hover .service_item-popup {
  opacity: 1; }

.service_item-popup-ttl {
  font-family: 'Gilroy Bold';
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 5px; }

.service_item-popup-price {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #A9F012; }
  .service_item-popup-price span {
    font-family: 'Roboto Bold';
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: -0.03em; }
  .service_item-popup-price:before {
    content: "";
    display: block;
    width: 242px;
    max-width: 100%;
    height: 2px;
    border-radius: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #A9F012), to(#12BEF0));
    background: linear-gradient(270deg, #A9F012 50%, #12BEF0 100%);
    margin-bottom: 13px; }

.service_item-popup-text {
  padding-bottom: 20px; }

.service_btn {
  border: 1px solid #12BEF0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 5px;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #333333;
  margin: 29px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .service_btn:hover {
    background: #12BEF0;
    color: #ffffff; }


    /*120005----------------------------*/

    .service_list .service_item-popup-ttl{
      font-size: 22px;
    }
    .service_list .os-content{
      padding: 40px 20px !important;
    }
    .service_list .service_btn{
      margin: 15px auto 0;
    }

    .service_list .os-scrollbar-vertical{
        opacity: 0;
      }

    @media (max-width: 1024px){
      .service_list .service_item {
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        border-radius: 4px;
        padding-bottom: 30px;
      }

      .service_list .service_item-box .service_item-popup{
        position: inherit;
        opacity: 1;
        background: #fff;
        box-shadow: none;
        min-height: auto;
        padding-bottom: 0;
      }
      .service_list .service_item-popup-text{
        color:#000;
        padding-bottom: 10px;
      } 
      .service_list .service_btn{
        margin-top: 0 !important;
        z-index: 1000;
      }
      .service_list .service_item-popup-ttl{
        display: none;
      }
      .service_list .service_item-popup-price:before{
        display: none;
      }
      .service_list .os-content{
        height: auto;
        padding: 10px 20px !important;
      }

      .service_list .service_img {
        min-height: 180px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
      
      
    } 

    /*120005----------------------------*/

.order {
  z-index: 10000;
  background: url("../img/bg-form.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 104px;
  padding-bottom: 216px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .order h2 {
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ffffff;
    z-index: 10; }

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

.order_form {
  max-width: 638px; }
  .order_form form {
    max-width: 268px; }
    .order_form form input:not([type="checkbox"]) {
      max-width: 268px;
      width: 100%;
      height: 45px;
      margin-bottom: 10px;
      border-radius: 4px;
      background: #ffffff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 16px;
      font-family: 'Roboto Medium';
      border: 0;
      outline: 0;
      color: #333333; }
    .order_form form input[type="submit"] {
      margin-top: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
      background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
      border: 1px solid #3DCDF7;
      -webkit-box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
              box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #ffffff;
      cursor: pointer; }
      .order_form form input[type="submit"]:hover {
        background: #0BADDC; }
    .order_form form input::-moz-placeholder {
      color: #b7b7b7; }
    .order_form form input:-moz-placeholder {
      color: #b7b7b7; }
    .order_form form input:-ms-input-placeholder {
      color: #b7b7b7; }

.order_desc {
  font-size: 16px;
  line-height: 1.312;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 23px;
  margin-top: 10px; }

.personal {
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.167;
  color: #C0C0C0;
  margin-top: 15px; }
  .personal span {
    position: relative; }
    .personal span:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../img/check.svg");
      position: absolute;
      top: 0;
      left: -30px; }
  .personal a {
    text-decoration: underline;
    color: inherit; }
    .personal a:hover {
      text-decoration: none; }

.maps {
  padding-top: 100px;
  padding-bottom: 45px;
  min-height: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .maps .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.maps_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.maps_map {
  width: 3216px;
  position: absolute;
  left: 130px;
  top: -670px; }
  .maps_map img {
    width: 3216px;
    height: auto; }

.maps_city {
  font-family: 'Roboto Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #333333;
  cursor: pointer; }

.maps_city-1 {
  position: absolute;
  top: 920px;
  left: 645px; }
  .maps_city-1:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    left: -29px; }

.maps_city-2 {
  position: absolute;
  top: 903px;
  left: 507px; }
  .maps_city-2:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    right: -45px; }

.maps_city-3 {
  position: absolute;
  top: 996px;
  left: 527px; }
  .maps_city-3:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    right: -45px; }

.maps_city-4 {
  position: absolute;
  top: 960px;
  left: 638px; }
  .maps_city-4:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    left: -29px; }

.maps_city-5 {
  position: absolute;
  top: 963px;
  left: 489px; }
  .maps_city-5:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    right: -45px; }

.maps_city-6 {
  position: absolute;
  top: 937px;
  left: 489px; }
  .maps_city-6:before {
    content: url("../img/ballon.svg");
    position: absolute;
    top: -7px;
    right: -45px; }

.maps_desc {
  max-width: 430px;
  margin-left: 60px;
  margin-top: 12px;
  z-index: 100;
  position: relative; }

.maps_comm {
  max-width: 422px;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 150; }

.maps_comm-text {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  letter-spacing: -0.03em;
  margin-bottom: 30px; }

.maps_btn {
  max-width: 268px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
  background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
  border: 1px solid #3DCDF7;
  -webkit-box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
          box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: 4px; }
  .maps_btn:hover {
    background: #0BADDC; }

.maps_tooltip {
  width: 312px;
  height: 226px;
  background: #164883;
  border-radius: 4px;
  color: #ffffff;
  padding: 19px 19px 23px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.185;
  letter-spacing: -0.03em;
  z-index: 1000;
  position: absolute;
  display: none; }

.maps_city:hover + .maps_tooltip {
  display: block; }

.maps_tooltip-1 {
  top: 684px;
  left: 513px; }

.maps_tooltip-2 {
  top: 667px;
  left: 391px; }

.maps_tooltip-3 {
  top: 760px;
  left: 401px; }

.maps_tooltip-4 {
  top: 724px;
  left: 515px; }

.maps_tooltip-5 {
  top: 727px;
  left: 372px; }

.maps_tooltip-6 {
  top: 701px;
  left: 364px; }

.tooltip_triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #164883;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.maps_tooltip-city {
  font-family: 'Roboto Bold';
  font-size: 22px;
  line-height: 1.182;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.maps_tooltip-desc {
  margin-bottom: 20px; }

.maps_tooltip-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #3C71AF;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.maps_tooltip-year {
  width: 60px; }

.maps_tooltip-object {
  width: 105px; }

.maps_tooltip-partners {
  width: 70px; }

.maps_tooltip-num {
  font-family: 'Roboto-Black';
  font-size: 30px;
  line-height: 1.167;
  letter-spacing: -0.03em;
  color: #A9F012; }

.maps_wrap .maps_accordion {
  display: none;
  margin: 20px auto 0; }

.maps_accordion {
  max-width: 370px;
  width: 100%; }

.maps_item {
  max-width: 370px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 15px 45px 25px 41px;
  z-index: 200;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.maps_item-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #EAEAEA;
  background-image: url("../img/arrow-acc.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 17px;
  right: 13px; }

.maps_item.active > .maps_item-close {
  border: 1px solid #B7B7B7;
  background: url("../img/arrow-acc-top.svg") #ffffff;
  background-repeat: no-repeat;
  background-position: center; }

.maps_item-city {
  font-family: 'Roboto Medium';
  font-size: 18px;
  line-height: 1.167;
  letter-spacing: -0.03em;
  position: relative;
  margin-bottom: 5px; }
  .maps_item-city:before {
    width: 12px;
    height: 16px;
    content: url("../img/ballon-3.svg");
    display: block;
    position: absolute;
    top: 3px;
    left: -23px; }

.maps_item-address {
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em;
  color: #12BEF0;
  border-bottom: 1px dashed #12BEF0;
  margin-bottom: 10px;
  display: inline; }

.maps_item-content {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-top: 10px;
  display: none; }

.advantages {
  padding-top: 103px;
  padding-bottom: 157px;
  color: #ffffff;
  background: url("../img/bg-adv.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative; }
  .advantages h2 {
    z-index: 10;
    line-height: 1.272; }
    .advantages h2 span:before {
      top: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .advantages .container {
    position: relative; }

.advantages_img-top {
  width: 500px;
  position: absolute;
  top: -260px;
  left: 0; }

.advantages_img-bottom {
  width: 750px;
  position: absolute;
  right: 0;
  bottom: -340px; }

.advantages_desc {
  max-width: 598px;
  margin: 0 auto;
  z-index: 10;
  position: relative; }

.advantages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 34px; }

.advantages_item {
  max-width: 272px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 34px;
  padding-top: 46px;
  margin-right: 20px;
  margin-left: 20px; }

.advantages_list .advantages_item:nth-child(7){
  display:none;
}
.ats .advantages_list .advantages_item:nth-child(7){
  display:block;
}
.ats .advantages_list .advantages_item a{
    color: rgb(169, 240, 18);
    text-decoration: underline;
    font-size: 16px;
    line-height: 28px;
}
.advantages_icon {
  width: 101px;
  height: 101px;
  border: 1px solid rgba(18, 190, 240, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin: 0 auto; }
  .advantages_icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .advantages_icon:after {
    content: "";
    width: 101px;
    height: 101px;
    border: 1px solid rgba(18, 190, 240, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-animation-name: border-circle;
            animation-name: border-circle;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .advantages_icon:before {
    content: "";
    width: 101px;
    height: 101px;
    border: 1px solid rgba(18, 190, 240, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-animation-name: border-circle-xs;
            animation-name: border-circle-xs;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes border-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }

@keyframes border-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }

@-webkit-keyframes border-circle-xs {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }

@keyframes border-circle-xs {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }

.advantages_title {
  font-family: 'Roboto-Black';
  font-size: 24px;
  line-height: 1.167;
  text-align: center;
  letter-spacing: -0.03em; }

.advantages_text {
  font-size: 14px;
  line-height: 1.143;
  letter-spacing: -0.03em;
  margin-top: 3px; }

.news {
  padding-top: 315px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/bg-news.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -230px; }

.news_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 68px; }

.news_slide {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px 26px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 0 15px; }

.slick-slide {
  border: none;
  outline: none; }

.slick-prev, .slick-next {
  background: #12BEF0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  z-index: 999; }
  .slick-prev:before, .slick-next:before {
    font-size: 0; }
  .slick-prev:hover, .slick-next:hover {
    background: #12BEF0;
    opacity: 0.85; }

.slick-prev {
  left: -50px; }
  .slick-prev:before {
    content: url("../img/arrow-prew.png"); }

.slick-next {
  right: -50px; }
  .slick-next:before {
    content: url("../img/arrow-next.png"); }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #12BEF0 !important; }

.news_img {
  width: 100%;
  height: 214px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px; }

.news_content {
  margin-top: 21px; }

.news_title {
  font-family: 'Roboto Medium';
  font-size: 22px;
  line-height: 1.182;
  letter-spacing: -0.03em;
  margin-bottom: 7px; }

.news_text {
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: -0.03em;
  color: #5F5F5F; }

.news_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.news_button {
  width: 116px;
  border: 1px solid #12BEF0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 5px;
  font-family: 'Roboto Medium';
  font-style: normal;
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: -0.03em;
  color: #333333; }
  .news_button:hover {
    background: #12BEF0;
    color: #ffffff; }

.news_data {
  font-size: 12px;
  line-height: 1.417;
  letter-spacing: -0.03em;
  color: #B7B7B7; }

.about {
  max-width: 1920px;
  background: url("../img/bg-about.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }

.about_img {
  max-width: 968px;
  min-height: 556px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.about_content {
  max-width: 540px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 59px 20px 35px 62px; }

.about_title {
  font-family: 'Gilroy Heavy';
  font-size: 26px;
  line-height: 1.269;
  letter-spacing: -0.03em; }

.about_text {
  letter-spacing: -0.03em; }

/* Конец главной станицы  */
/* Страница Услуги и Сервис, Клининг */
.service_page {
  padding-bottom: 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .service_page .service_list {
    margin-top: 0; }

/* Страница Профессиональная уборка помещений */
.premises_list, .advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 26px -13px 20px; }

  
.premises_icon {
  min-height: 175px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }

.premises_icon-hov {
  min-height: 175px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.premises_title, .advantages-list__text {
  font-family: 'Gilroy Bold';
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
  letter-spacing: -0.03em;
  color: #333333;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px; }

.premises_btn {
  width: 112px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
  background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
  border: 1px solid #3DCDF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  font-family: 'Roboto Medium';
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: -60px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .premises_btn:hover {
    background: #ffffff;
    color: #333333; }

.premises_item:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

.premises_item, .advantages-list__item {
  width: 215px;
  max-width: 100%;
  min-height: 317px;
  background: #ffffff;
  border: 2px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 24px;
  margin-right: 12px;
  margin-left: 12px; }
  .premises_item:hover, .advantages-list__item:hover, .gradient-border-hover:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    -o-border-image: linear-gradient(180deg, #12BEF0 0%, #A9F012 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#12BEF0), to(#A9F012));
       border-image: linear-gradient(180deg, #12BEF0 0%, #A9F012 100%);
    border-image-slice: 1;
    border-radius: 4px; }
    .premises_item:hover .premises_icon {
      top: -15px; }
    .premises_item:hover .premises_icon-hov {
      opacity: 1; }
    .premises_item:hover .premises_btn {
      margin-bottom: 0; }

.premises_content {
  padding-top: 48px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.premises_content-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  letter-spacing: -0.03em; }
  .premises_content-title span {
    position: relative; }
    .premises_content-title span:before {
      content: url("../img/decor-3.svg");
      display: block;
      position: absolute;
      z-index: -1;
      top: -3px;
      left: -13px; }

.premises_content-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em; }

.premises_consult {
  z-index: 100000;
  position: relative;
  max-width: 1920px;
  background: url("../img/bg-about.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto; }

.premises_consult-img {
  max-width: 968px;
  min-height: 556px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.premises_consult-content {
  max-width: 585px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 66px 20px 35px 86px; }

.premises_consult_title {
  font-family: 'Gilroy Extra Bold';
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1; }
  .premises_consult_title span {
    position: relative; }
    .premises_consult_title span:before {
      content: url("../img/decor-2.svg");
      display: block;
      position: absolute;
      z-index: -1;
      top: -18px;
      left: -32px; }

.premises_consult_desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.312;
  letter-spacing: -0.03em; }

.premises_consult_form {
  margin-top: 15px; }
  .premises_consult_form form {
    max-width: 440px; }
    .premises_consult_form form br {
      display: none; }
    .premises_consult_form form input:not([type="checkbox"]) {
      max-width: 215px;
      width: 100%;
      height: 45px;
      margin-bottom: 10px;
      border-radius: 4px;
      background: #ffffff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 16px;
      font-family: 'Roboto Medium';
      border: 0;
      outline: 0;
      color: #333333; }
    .premises_consult_form form input[type="text"] {
      margin-right: 5px; }
    .premises_consult_form form textarea {
      max-width: 440px;
      width: 100%;
      height: 84px;
      font-family: 'Roboto Medium';
      border: 0;
      outline: 0;
      background: #ffffff;
      color: #333333;
      border-radius: 4px;
      padding: 13px 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .premises_consult_form form input[type="submit"] {
      max-width: 286px;
      width: 100%;
      margin-top: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
      background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
      border: 1px solid #3DCDF7;
      -webkit-box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
              box-shadow: 0 4px 0 #0BADDC, 0 0 15px rgba(71, 193, 228, 0.64);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #ffffff;
      cursor: pointer; 
      margin-bottom: 20px !important;
    }
      .premises_consult_form form input[type="submit"]:hover {
        background: #0BADDC; }
    .premises_consult_form form input::-moz-placeholder {
      color: #b7b7b7; }
    .premises_consult_form form input:-moz-placeholder {
      color: #b7b7b7; }
    .premises_consult_form form input:-ms-input-placeholder {
      color: #b7b7b7; }

/* Страница Новости */
.news_page {
  padding-bottom: 68px; }

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px -15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }

.news_item {
  width: 370px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px 26px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 0 15px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.news_item:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

/* Страница Отзывы */
.video {
  padding-bottom: 56px; }

.video_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px -15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }

.video_item {
  width: 370px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 0 15px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.video_item:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

.video_img {
  width: 100%;
  height: 214px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: relative; }
  .video_img:before {
    content: url("../img/play.svg");
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.video_content {
  margin-top: 21px; }

.video_title {
  font-family: 'Roboto Medium';
  font-size: 22px;
  line-height: 1.182;
  letter-spacing: -0.03em;
  margin-bottom: 7px; }

.video_text {
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: -0.03em;
  color: #5F5F5F; }

.comments {
  padding-bottom: 75px; }

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

.comments_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 44px; }

.comments_img {
  max-width: 131px;
  width: 100%;
  height: 131px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px; }

.comments_content {
  max-width: 1000px;
  width: 100%;
  margin-left: 39px; }

.comments_name {
  font-family: 'Roboto Medium';
  font-size: 18px;
  line-height: 1.167;
  letter-spacing: -0.03em; }

.comments_desc {
  font-size: 14px;
  line-height: 1.143;
  letter-spacing: -0.03em;
  color: #949494;
  margin-top: 3px; }

.comments_text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.313;
  letter-spacing: -0.03em;
  margin-top: 13px; }

/* Страница вакансии */
.vacancy_page {
  padding-bottom: 81px; }

.vacancy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin-right: -15px;
  margin-left: -15px; }

.vacancy_item {
  width: 570px;
  max-width: 100%;
  background: #ffffff;
  border: 2px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 35px 57px 34px 41px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.vacancy_item:empty {
  max-height: 0;
  min-height: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0; }

.vacancy_text {
  margin-bottom: 19px; }

.vacancy_total {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #12BEF0;
  margin-bottom: 23px; }

.vacancy_btn {
  width: 137px;
  border: 1px solid #12BEF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 5px 7px;
  color: #333333;
  font-family: 'Roboto Medium';
  font-size: 14px; }
  .vacancy_btn:hover {
    background: #12BEF0;
    color: #ffffff; }

.vacancy_banner {
  background: #12BEF0;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  padding: 29px 245px 27px;
  background-image: url("../img/banner-img.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-top: 15px; }

.vacancy_banner-text {
  font-size: 16px;
  line-height: 1.312;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 17px; }

.vacancy_banner-contact {
  font-family: 'Roboto Medium';
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em; }

.vacancy_mail {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 31px;
  margin-right: 59px; }

.vacancy_phone {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 31px; }

/* Страница 404 */
.page-content-404 {
  text-align: center;
  padding-bottom: 30px; }

.page-img-404 {
  max-width: 483px;
  width: 100%;
  margin: 120px auto 30px; }

.page-title-404 {
  font-family: 'Roboto Bold';
  font-size: 22px;
  line-height: 1.182;
  letter-spacing: -0.03em;
  margin-bottom: 8px; }

.page-text-404 {
  font-size: 14px;
  line-height: 1.142;
  letter-spacing: -0.03em;
  margin-bottom: 29px; }

.page-btn-404 {
  width: 139px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
  background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
  border: 1px solid #3DCDF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto-Black';
  font-size: 14px;
  line-height: 1.143;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto; }

/* Страница О компании */
.about_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
  padding-bottom: 53px; }

.about_futures {
  font-family: 'Roboto Medium';
  font-size: 26px;
  line-height: 1.154;
  letter-spacing: -0.03em;
  position: relative;
  margin-left: 100px; }
  .about_futures span {
    font-size: 40px;
    line-height: 1.175;
    letter-spacing: -0.03em; }

.about_list-ttl {
  font-family: 'Roboto Medium';
  font-size: 26px;
  line-height: 1.154;
  letter-spacing: -0.03em;
  margin-bottom: 22px; }

.about_futures-icon {
  width: 142px;
  height: 142px;
  border: 1px solid rgba(18, 190, 240, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  border-radius: 50%;
  top: 30px;
  left: -110px; }
  .about_futures-icon:before {
    content: '';
    display: block;
    width: 142px;
    height: 142px;
    border: 1px solid rgba(18, 190, 240, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-animation-name: border-circle-xs;
            animation-name: border-circle-xs;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .about_futures-icon:after {
    content: '';
    display: block;
    width: 142px;
    height: 142px;
    border: 1px solid rgba(18, 190, 240, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    -webkit-animation-name: border-circle;
            animation-name: border-circle;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@keyframes border-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }

@keyframes border-circle-xs {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }

.about_futures-icon:before {
  -webkit-animation-name: border-circle-xs;
          animation-name: border-circle-xs;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s; }

.about_page-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  letter-spacing: -0.03em; }

.about_page-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-bottom: 50px; }

.about_page-slider {
  background: #FBFBFB;
  padding-top: 66px;
  padding-bottom: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .about_page-slider .about_page-title {
    margin-top: 0; }

.letters_slider {
  margin-top: 43px; }

.letters_slider .slick-track {
  margin-left: 0;
}
.letters_slider a {
  margin: 0 15px;
}
.letters_slide {
  width: 262px;
  min-height: 370px;
  height: 100%;
  border: 4px solid #12BEF0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: 0 auto; }

.about_page-slider-bottom {
  padding-top: 67px;
  padding-bottom: 67px; }
  .about_page-slider-bottom .about_page-title {
    margin-top: 0; }

.clients_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px; }

.clients_slide {
  width: 142px;
  min-height: 94px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center; }

/* Страница Консалтинг */
.consulting_futures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
  padding-bottom: 69px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.consulting_futures-item {
  max-width: 210px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px; }

.consulting_futures-icon {
  width: 147px;
  height: 147px;
  border: 2px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%; }

.consulting_futures-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.278;
  letter-spacing: -0.03em; }

.consulting_content {
  background: #FBFBFB;
  padding-top: 69px;
  padding-bottom: 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.consulting_content-img {
  max-width: 574px;
  width: 100%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.consulting_content-right {
  max-width: 570px;
  width: 100%;
}

.consulting_content-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  letter-spacing: -0.03em; }

.consulting_content-text {
  font-size: 16px;
  line-height: 1.812;
  letter-spacing: -0.03em;
  margin-top: 29px; }

.consulting_docs {
  margin-top: 65px; }

.consulting_docs-title {
  font-family: 'Roboto Medium';
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 35px; }

.consulting_docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0; }
  .consulting_docs-list .consulting_docs-item {
    width: 183px;
    max-width: 100%;
    line-height: 1.285;
    letter-spacing: -0.03em;
    margin-bottom: 50px;
    margin-right: 79px;
    margin-left: 30px;
    flex-grow: 1; }
  .consulting_docs-list .consulting_docs-item:empty {
    max-height: 0;
    min-height: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-top: 0;
    border-bottom: 0; }

.consulting_banner {
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: url("../img/bg-banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 49px 38px 46px;
  margin-top: 11px;
  position: relative;
  overflow: hidden; }

.consulting_banner-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px; }

.consulting_banner-subtitle {
  font-family: 'Roboto Medium';
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.consulting_banner-circle {
  width: 101px;
  height: 101px;
  background: -webkit-gradient(linear, left top, left bottom, from(#12BEF0), to(#A9F012)), #12BEF0;
  background: linear-gradient(180deg, #12BEF0 0%, #A9F012 100%), #12BEF0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Gilroy Light';
  font-size: 14px;
  line-height: 1.143;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  position: absolute;
  left: 43%;
  top: 10px; }
  .consulting_banner-circle span {
    font-family: 'Gilroy Bold';
    font-size: 18px;
    line-height: 1.4; }
  .consulting_banner-circle:before {
    content: "";
    display: block;
    width: 147px;
    height: 147px;
    border: 1px solid rgba(227, 249, 255, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    border-radius: 50%; }
  .consulting_banner-circle:after {
    content: "";
    display: block;
    width: 191px;
    height: 191px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    border-radius: 50%; }

.consulting_banner-button {
  width: 183px;
  background: -webkit-gradient(linear, left bottom, left top, from(#A9F012), to(#A9F012)), #ffffff;
  background: linear-gradient(0deg, #A9F012, #A9F012), #ffffff;
  border: 1px solid #BBF63C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 20px rgba(204, 234, 139, 0.5);
          box-shadow: 0 4px 20px rgba(204, 234, 139, 0.5);
  border-radius: 4px;
  font-family: 'Roboto Medium';
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #164883;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 5px 16px; }

.consulting_bottom {
  padding-top: 55px;
  padding-bottom: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.consulting_slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 48px -13px 71px; }

.consulting_slider .slick-track {
    margin-left: 0;
}

.consulting_slider-icon {
  height: 175px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.consulting_slider-icon-hov {
  height: 175px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0; }

.consulting_title {
  font-family: 'Gilroy Bold';
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
  letter-spacing: -0.03em;
  color: #333333;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.consulting_btn {
  width: 112px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
  background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
  border: 1px solid #3DCDF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  font-family: 'Roboto Medium';
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: -60px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .consulting_btn:hover {
    background: #ffffff;
    color: #333333; }

.consulting_slider-item {
  width: 100%;
  min-height: 317px;
  height: 100%;
  background: #ffffff;
  border: 2px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  overflow: hidden;
  margin-right: 12px;
  margin-left: 12px; }
  .consulting_slider-item:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    -o-border-image: linear-gradient(180deg, #12BEF0 0%, #A9F012 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#12BEF0), to(#A9F012));
       border-image: linear-gradient(180deg, #12BEF0 0%, #A9F012 100%);
    border-image-slice: 1; }
    .consulting_slider-item:hover .consulting_slider-icon {
      top: -15px; }
    .consulting_slider-item:hover .consulting_slider-icon-hov {
      opacity: 1; }
    .consulting_slider-item:hover .consulting_btn {
      margin-bottom: 0; }

.consulting_label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 19px -15px 0; }
  .consulting_label-list button.slick-prev, .consulting_label-list button.slick-arrow {
    display: none; }

.consulting_label-item {
  width: 140px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  margin: 0 30px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .consulting_label-item:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.slick-dotted.slick-slider {
  margin-bottom: 40px; }

.slick-dots {
  position: relative !important;
  bottom: -30px; }

.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E4E4E4;
  margin: 0 7px;
  cursor: pointer; }

.slick-dots .slick-active button {
  border: 2px solid #12BEF0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slick-dots li button:before {
  content: ''; }

/* Страница вывода новости */
.news_page-post-content {
  padding-top: 30px;
  padding-bottom: 50px; }
  .news_page-post-content:not(.article-page) img {
    max-width: 540px;
    width: 100%;
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 15px;
    box-sizing: border-box; }

  @media (min-width:768px) {
    .news_page-post-content:not(.article-page) img.width50 {
      max-width: 50%;
      padding-right: 20px;
      padding-bottom: 15px;
      margin-top: 7px;
    }
  }

  @media (max-width:767px) {
    .news_page-post-content:not(.article-page) img {
      max-width: 100%;
      width: 100%;
      padding-right: 0 !important;
    }
  }


/* Страница контактов */
.map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%; }

.content-contact_page {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 91px 0 79px;
  margin-top: 26px; }

.text-content-contact_page {
  z-index: 9; }

.menu_bottom {
  background: #F5F5F5;
  padding-top: 51px;
  padding-bottom: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.menu_item {
  max-width: 370px;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .menu_item ul {
    padding-left: 0; }
    .menu_item ul li {
      list-style: none; }
      .menu_item ul li a {
        font-size: 14px;
        line-height: 33px;
        letter-spacing: -0.03em;
        color: #333333; }
        .menu_item ul li a:hover {
          text-decoration: underline; }

.menu_title {
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #164883;
  text-transform: uppercase;
  margin-bottom: 10px; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer .social {
    margin: 10px; }

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }

.footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }

.footer_logo {
  width: 110px;
}

.footer_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  margin-left: 35px;
  margin-top: 5px; }

.politic {
  color: #12BEF0; }
  .politic:hover {
    text-decoration: underline; }

.footer_contact {
  padding-left: 50px;
  margin: 10px; }
  .footer_contact .phones {
    margin-left: 0; }

.address {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  margin-left: -50px; }

.develop {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  margin: 10px; }
  .develop a {
    color: #12BEF0; }
    .develop a:hover {
      text-decoration: underline; }

/* ----- Блок политики ----- */
.modal-container-polit {
  font-family: 'Roboto Regular', Arial, sans-serif;
  max-width: 95%;
  max-height: 95%;
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 34px;
  height: auto;
  position: relative; }

.modal-block-polit {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.title-modal-polit {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  position: relative;
  margin-bottom: 15px;
  font-weight: 700; }

.modal-content-polit {
  line-height: 22px; }

.caption-modal-polit ul {
  padding-left: 0; }

.caption-modal-polit li {
  list-style: none;
  background-size: auto;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url(../img/gal-li.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.285;
  margin-top: 15px; }

/* ------ Модальные окна ------ */
.modal-container-form {
  width: 570px;
  padding: 0 !important;
  border-radius: 6px; }

.modal_form-title {
  font-family: 'Gilroy Extra Bold';
  font-size: 32px;
  line-height: 1.218;
  margin-bottom: 7px; }

.modal_vacancy-subtitle {
  font-family: 'Gilroy Extra Bold';
  font-size: 22px;
  line-height: 1.218;
  margin-bottom: 10px;
  margin-top: 20px; }

.modal_form-description {
  font-size: 14px;
  line-height: 1.142;
  letter-spacing: -0.03em;
  margin-bottom: 27px; }

.modal_vacancy-description {
  font-size: 14px;
  letter-spacing: -0.03em; }

.modal_form-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 34px;
  padding-right: 47px;
  padding-bottom: 53px;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal_form {
  max-width: 319px; }
  .modal_form p {
    margin-top: 0;
    margin-bottom: 0; }

.modal_form input[type="text"],
.modal_form input[type="tel"],
.modal_form input[type="email"] {
  width: 100%;
  height: 53px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff)), #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 19px;
  font-family: 'Roboto Medium';
  font-size: 16px;
  line-height: 1.187;
  letter-spacing: -0.03em; }

.modal_form input[type="submit"] {
  width: 100%;
  height: 53px;
  background: -webkit-gradient(linear, left bottom, left top, from(#12BEF0), to(#12BEF0)), #ffffff;
  background: linear-gradient(0deg, #12BEF0, #12BEF0), #ffffff;
  border: 1px solid #3DCDF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-top: 7px;
  margin-bottom: 30px;
  font-family: 'Roboto-Black';
  font-style: normal;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer; }
  .modal_form input[type="submit"]:hover {
    border: 1px solid #3DCDF7;
    background: #ffffff;
    color: #333333; }

.modal_content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal_img {
  min-width: 170px;
  background-image: url("../img/modal-img.png");
  background-size: cover;
  background-position: left top;
  position: relative; }

.modal_yes{
  max-width: 250px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 14px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  color: #A1A1A1; 
}

  .modal_yes a{
    color: inherit;
    text-decoration: underline;
  }
    .modal_yes a:hover{
      text-decoration: none; }
      .wpcf7-submit.button-doch-slid-modal-list-job{
        margin-bottom: 0 !important;
      }
      .modal_yes{
        padding-left: 0 !important;
      }
      .span.wpcf7-list-item{
        margin-left: 0 !important;
      }

.modal-close-form{
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-image: url(../img/close-modal.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100; }

.modal-close-form:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.modal_vacancy-description ul li {
  margin-bottom: 10px; }

.modal_vacancy-description ol {
  margin-top: 25px; }

.modal_vacancy-description ol li {
  position: relative; }
  

div.wpcf7-validation-errors {
  display: none !important; 
}

.form-front .wpcf7-not-valid {
  border: 1px solid #e52428 !important;
  -webkit-box-shadow: inset 0 0 4px 1px #e52428;
  box-shadow: inset 0 0 4px 1px #e52428; }

.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 1px 2px #f34f41;
  box-shadow: 0 0 1px 2px #f34f41;
  border-color: #f34f41 !important; }

.alertify-notifier .ajs-message.ajs-warning {
  background: white;
  -webkit-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333; }

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(40, 136, 62, 0.9);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

.alertify-notifier {
  z-index: 99998 !important; }

/*contact form 7 end*/
@media (max-width: 1300px) {
  .service h2 {
    margin-left: 50px; }
  .maps h2 {
    margin-left: 50px; }
  .news h2 {
    margin-left: 50px; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; } }

@media (max-width: 1200px) {
  .first_futures {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .first_futures-item {
    margin-right: 40px; }
  .advantages_img-bottom {
    width: 600px;
    right: -190px;
    bottom: -295px; }
  .advantages_img-top {
    width: 350px;
    top: -180px; }
  .consulting_docs-list .consulting_docs-item {
    margin-right: 30px;
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .premises_list, .advantages-list {
    margin: 26px auto 20px; }
    .premises_list {
      margin: 10px auto 10px;
    }
  .news_list {
    margin: 14px auto 0; }
  .video_list {
    margin: 14px auto 0; }
  .vacancy_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .service_list {
    margin: 49px auto 0; }
  .vacancy_item {
    width: 375px; } }

@media (max-width: 1132px) {
  .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-left: 0; }
  .menu_item {
    max-width: 305px;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (max-width: 1090px) {
  .top-menu a {
    padding: 17px 40px; }
  .header_right .phones:after {
    display: none; }
  .button {
    padding-left: 0; }
  .city {
    margin-left: 20px; } }

@media (max-width: 1026px) {
  .footer_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
          }

}
@media (max-width: 992px) and (min-width:662px){
  .header .cc{
    display: flex;
    column-gap: 20px;
    align-items: center;
  }
  .header .cc .mail{
    margin-left: 0;
    padding-left: 20px;
  }
}


/* Поправить шапку на адаптиве и промежуточных экранах (под АТС) / task-123609 */
@media (max-width: 1200px) {

  nav.main-menu {
      display: none;
  }

  
  .header_right .phones:after {
    display: none
  }

  .nav-mobile-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      order: 8;
  }

  .header .time, .header .social {
      display: none;
  }

  .maps_map {
    left: 60px;
  }

  .nav-mobile-block.nav-mobile-block_scrolled {
    display: none;
  }

  .header_right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
  }

  .header_right {
    margin-top: 72px;
  }
  .header_right {
    justify-content: space-between;
  }

  .header_left {
      position: fixed;
      top: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding-top: 10px;
      padding-right: 10px;
      left: 0;
      right: 0;
      padding-left: 15px;
      box-sizing: border-box;
      background: white;
      z-index: 2;
  }
}
/* Поправить шапку на адаптиве и промежуточных экранах (под АТС) / task-123609 */
@media (max-width: 1200px) and (min-width: 662px) {
  .header .cc {
    display: flex;
    column-gap: 20px;
    align-items: center;
  }

  .header .cc .mail {
      margin-left: 0;
      padding-left: 20px;
  }
}



@media (max-width: 992px) {
  .header_left {
      position: fixed;
      top: 0;
  }
  nav {
    display: none; }
  .nav-mobile-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 8; }
  .header_left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .header_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .city {
    margin-left: 0; }
  h2 {
    font-size: 60px;
    text-align: center; }
  .first {
    padding-top: 50px;
    padding-bottom: 80px; }
    .first h1 {
      max-width: 100%;
      font-size: 45px;
      text-align: center; }
  .first_futures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px; }
  .first_futures-item {
    margin-right: 0;
    margin-top: 0; }
   /*120001----------------------*/ 
   .first_futures-item{
    width:610px;
    max-width: 100%;
   }
   .first_futures-partners{
    width:160px; flex: none;
   }
   .first_futures-expert{
    width:160px; flex: none;
   }
   .first_futures-city{
    width: 131px;
    flex: none;
    margin-left: 29px;
   }

   /*120001----------------------*/ 
  .first_futures-city-text,
  .first_futures-expert-text,
  .first_futures-partners-text {
    max-width: 100%; }
  .service {
    padding-top: 185px;
    padding-bottom: 30px; }
  .service_desc {
    max-width: 100%;
    margin-left: 0; }
  .order {
    padding-top: 60px;
    padding-bottom: 160px; }
  .order_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .order_desc {
    text-align: center; }
  .order_form form {
    margin: 0 auto; }
  .advantages {
    padding-top: 50px;
    padding-bottom: 60px; }
  .news {
    padding-top: 280px;
    padding-bottom: 50px; }
  .service h2 {
    margin-left: 0; }
  .service:before {
    display: none; }
  .maps {
    padding-top: 0;
    min-height: 650px; }
    .maps h2 {
      margin-left: 0; }
  .maps_map {
    left: 0; }
  .news h2 {
    margin-left: 0; }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about_img {
    display: none; }
  .about_content {
    max-width: 100%;
    padding: 30px; }
  .advantages_img-bottom {
    display: none; }
  .advantages_img-top {
    display: none; }
  .premises_content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .premises_consult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .premises_consult-img {
    display: none; }
  .premises_consult-content {
    max-width: 100%;
    padding: 50px 30px; }
  .premises_consult_title {
    text-align: center; }
  .premises_consult_desc {
    text-align: center;
    padding-bottom:30px; }
    .personal{
      margin-top: 45px;
    }
  .premises_consult_form {
    text-align: center; }
    .premises_consult_form form {
      margin: 0 auto; }
    .premises_consult_form .personal br {
      display: none; }
  .service_page {
    padding-bottom: 30px; }
  .vacancy_banner {
    padding-left: 200px;
    padding-right: 60px; }
  .vacancy_page {
    padding-bottom: 50px; }
  .menu_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 610px;
    margin: 0 auto; } }

@media (max-width: 850px) {
  .maps_map {
    left: -200px; }
  .consulting_banner-subtitle {
    max-width: 200px; } }

@media (max-width: 829px) {
  .news_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .video_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .consulting_content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .consulting_content-left {
    margin: 0 auto; }
  .consulting_content-right {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px; }
  .consulting_content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .service_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .service_btn {
    margin: 20px auto 0; } }

@media (max-width: 768px) {
  h2 {
    font-size: 50px; }
    h2 span:before {
      width: 120px;
      height: 120px;
      top: -25px;
      left: -40px; }
  h1.h3 {
    font-size: 36px; }
  .premises_content {
    padding-top: 0;
    padding-bottom: 0; }
  .news_item {
    margin: 0 0 30px; }
  .video_item {
    margin: 0 0 30px; }
  .news_page {
    padding-bottom: 30px; }
  .pagination {
    margin-top: 10px; }
  .service_list {
    margin-right: 0;
    margin-left: 0; }
  .service_item {
    margin-left: 0;
    margin-right: 0; }
  .vacancy_banner {
    padding-left: 135px;
    padding-right: 15px;
    background-size: 100px; }
  .vacancy_banner-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .vacancy_page {
    padding-bottom: 30px; }
  .vacancy_list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; }
  .vacancy_item {
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0; }
  .consulting_futures {
    margin-top: 30px;
    padding-bottom: 30px; }
  .consulting_docs {
    margin-top: 30px; }
  .maps_desc {
    text-align: center;
    max-width: 100%;
    margin-left: 0; }
  .maps_wrap .maps_accordion {
    display: block; }
  .maps_map {
    display: none; }
  .maps_comm {
    max-width: 100%; }
  .maps_comm-text {
    text-align: center; }
  .maps_btn {
    margin: 0 auto; }
  .maps_comm-text {
    font-size: 26px;
    margin-bottom: 20px; }
  .about_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px; }
  .about_list {
    margin-top: 100px; }
  .about_page-title {
    margin-top: 0; }
  .about_page-text {
    padding-bottom: 20px; }
  .about_page-text-top {
    margin-bottom: 30px; }
  .about_page-slider {
    padding-top: 40px;
    padding-bottom: 40px; }
  .about_page-slider-bottom {
    padding-top: 40px;
    padding-bottom: 40px; }
  .comments {
    padding-bottom: 30px; }
  .consulting_bottom {
    padding-top: 30px;
    padding-bottom: 30px; }
  .consulting_slider {
    margin: 40px -13px; }
  .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0; }
  .footer_copy {
    margin-left: 0;
    text-align: center; }
  .footer_contact {
    text-align: center;
    padding-left: 0; }
  .address {
    margin-left: 0; }
  .footer_contact .phones:after {
    display: none; } }

@media (max-width: 700px) {
  .consulting_banner {
    background: #12BEF0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 15px; }
    .consulting_banner .consulting_banner-left {
      margin-bottom: 150px; }
    .consulting_banner .consulting_banner-circle {
      top: 150px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .consulting_banner .consulting_banner-button {
      padding: 10px 15px;
      font-size: 14px; } }

@media (max-width: 639px) {
  .menu_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 635px) {
  .header .social {
    display: none; } }

@media (max-width: 567px) {
  .modal_form input[type="text"],
  .modal_form input[type="tel"],
  .modal_form input[type="email"],
  .modal_form input[type="submit"] {
    height: 45px; }
  .modal_form-wrap {
    padding: 25px; }
  .modal_form-title {
    font-size: 25px; } }

@media (max-width: 535px) {
  .consulting_docs-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .consulting_docs-list .consulting_docs-item {
    width: 100%; }
  .consulting_docs-title {
    margin-bottom: 20px; }
  .service_item {
    max-width: 100%; }
  .service_img {
    max-width: 100%; }
  .service_item-popup {
    max-width: 100%; } }

@media (max-width: 520px) {
  .consulting_futures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .button {
    margin-top: 10px; }
    .button .phones {
      margin-bottom: 10px;
      font-size: 16px; }
    .button .call {
      margin-left: 0;
      font-size: 13px;
      width: 145px; }
    .button .tender {
      margin-left: 10px;
      font-size: 13px;
      width: 145px;
      white-space: nowrap;}
  .header_left .city {
    font-size: 14px; }
  .header_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px; } }

@media (max-width: 507px) {
  .premises_list, .advantages-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .premises_item, .advantages-list__item {
    min-height: 200px; }
  .premises_icon {
    height: 150px; } }

@media (max-width: 498px) {
  .premises_consult_form form input {
    margin-bottom: 25px;
    max-width: 100%;
    height: 35px; }
  .premises_consult_title {
    font-size: 35px; }
    .premises_consult_form .wpcf7-form-control-wrap.phone::after{
      display: none;
    } 
    .premises_consult_form span.wpcf7-not-valid-tip{
      font-size: 12px !important;
      top: -29px !important;
    }
  }

@media (max-width: 480px) {
  h2 {
    font-size: 36px;
    line-height: 1.1; }
    h2 span:before {
      width: 80px;
      height: 80px;
      top: -15px;
      left: -20px; }
  h1.h3 {
    font-size: 28px; }
  .first {
    padding-top: 30px;
    padding-bottom: 50px; }
    .first h1 {
      font-size: 25px; }
  h4 {
    font-size: 26px; }
    h4 span:before {
      top: -6px; }
  .first_futures {
    margin-top: 10px; }
  .first_futures-city {
    font-size: 60px; }
  .first_futures-city-text {
    font-size: 16px; }
  .first_futures-partners {
    font-size: 60px; }
  .first_futures-partners-text {
    font-size: 16px; }
  .first_futures-expert {
    font-size: 60px; }
  .first_futures-expert-text {
    font-size: 16px; }
  .first_futures-city:before {
    width: 51px;
    height: 51px;
    top: 10px;
    left: 6px; }
  .first_futures-partners:before {
    width: 51px;
    height: 51px;
    top: 9px;
    left: 50px; }
  .first_futures-expert:before {
    content: "";
    background: #12BEF0;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    top: 10px;
    left: 33px;
    z-index: -1; }

    /*120001----------------------*/

    .first_futures-partners{
      width:120px; flex: none;
     }
     .first_futures-expert{
      width:120px; flex: none;
     }
     .first_futures-partners:before{
      left:33px;
     }
     .first_futures-city{
      width: 91px;
      flex: none;
      margin-left: 29px;
     }
     .first_futures-city {
        width: 94px;
        flex: none;
        margin-left: 26px;
    }


    /*120001----------------------*/
  .news_title {
    font-size: 20px; }
  .news_content {
    margin-top: 10px; }
  .news_item {
    margin: 0 0 20px;
    padding: 15px;
    max-width: 100%; }
  .video_title {
    font-size: 20px; }
  .video_item {
    max-width: 100%;
    margin: 0 0 20px;
    padding: 15px; }
  .video_content {
    margin-top: 10px; }
  .comments {
    padding-bottom: 30px; }
  .comments_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px; }
  .comments_content {
    margin-left: 0;
    text-align: center;
    margin-top: 10px; }
  .comments_img {
    margin: 0 auto; }
  .comments_text {
    font-size: 14px;
    margin-top: 10px; }
  .vacancy_banner {
    padding-left: 15px;
    padding-right: 15px;
    background-image: none; }
  .vacancy_text {
    font-size: 14px;
    margin-bottom: 15px; }
  .vacancy_total {
    font-size: 16px;
    margin-bottom: 15px; }
  .premises_list, .advantages-list {
    margin-top: 20px; }
    .premises_list {
      margin-top: 10px;
    }
  .page-img-404 {
    margin-top: 60px; }
  .consulting_futures-icon {
    width: 120px;
    height: 120px; }
  .consulting_futures-text {
    font-size: 16px; }
  .consulting_futures {
    padding-bottom: 0; }
  .consulting_content-title {
    font-size: 26px; }
  .consulting_content-text {
    margin-top: 10px; }
  .consulting_docs-item {
    margin-bottom: 20px; }
  .advantages_desc {
    margin-top: 10px; }
  .news {
    padding-bottom: 30px; }
  .news_slider {
    margin-top: 30px; }
  .order {
    background: #205088;
    padding-top: 40px;
    padding-bottom: 30px; }
  .maps {
    padding-top: 35px;
    padding-bottom: 30px; }
  .maps_comm-text {
    font-size: 22px; }
  .about_futures {
    font-size: 18px; }
  .about_futures-icon {
    width: 100px;
    height: 100px; }
  .about_futures-icon {
    top: 0;
    left: -100px; }
  .about_futures span {
    font-size: 35px; }
  .about_list {
    margin-top: 70px; }
  .about_top {
    padding-bottom: 30px; }
  .about_page-title {
    font-size: 26px; }
  .about_list-ttl {
    font-size: 22px; }
  .menu_bottom {
    padding-top: 30px;
    padding-bottom: 0; }
  .modal_img {
    display: none; }
  .modal_form {
    margin: 0 auto; }
  .modal_form-wrap {
    padding: 15px; }
  .modal_form-title {
    font-size: 20px; }
  .modal_form-description {
    margin-bottom: 15px; }
  .modal_form input[type="submit"] {
    margin-bottom: 15px; }
  .modal-container-polit {
    padding: 15px !important; }
  .title-modal-polit {
    font-size: 18px;
    margin-bottom: 10px; }
  .caption-modal-polit {
    font-size: 14px; }
  .caption-modal-polit li {
    font-size: 12px;
    margin-top: 7px; }
  .caption-modal-polit p {
    margin: 5px 0; }
  .news_slide {
    padding: 15px; }
  .about_content {
    padding: 15px; } }
/*117073------------------------------*/ 
.city.mobile{
  display: none;
}
@media (max-width: 420px) {
  .header_right .mail:before{    
    top: 8px;   
  }
  @media (max-width: 420px) and (min-width:328px){
    .city.mobile{
      display: block;
    }
    .header_right .left{
      justify-content: space-between;
      flex-direction: column;
      row-gap: 15px;
      display: flex;
    }
    .header_left .header-scrolled-general-info{
      display: none;
    }
    .header_right{
      align-items: flex-end;
    }
    .scrolled .header_left .city{
      position: relative;
      margin-top: 0;
    }

  }
/*117073------------------------------*/ 
  .header_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .nav-mobile-block {
    position: absolute;
    top: 15px;
    right: 10px; }
  .premises_consult-content {
    padding: 50px 15px; }
  .page-img-404 {
    margin-top: 30px; }
  .premises_list, .advantages-list {
    width: 100%; }
    .premises_list li {
      width: 100%; }
  .premises_item, .advantages-list__item {
    width: 100%;
    min-height: 250px; 
  }
  .premises_icon {
    height: 150px; 
  } 
}

@media (max-width: 360px) {

  .header .header_right .mail {
    font-size: 15px;
  }

  .header .phones {
    font-size: 15px;
  }

  .header .phones:before {
      top: 0px;
      left: -20px;
  }

  .header .city {
      font-size: 13px;
  }

  .header .header_right .mail:before {
      top: 6px;
      left: -21px;
  }

  .header .button .call {
      width: 134px;
  }

  .header .button .tender {
    font-size: 12px;
    width: 134px;
  }

  h2 {
    font-size: 32px; }
  .order_form form {
    max-width: 100%; }
  .order_form form input {
    max-width: 100%; }
  .maps_btn {
    max-width: 100%; }
  .advantages_item {
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0; } 
  
}

.fancybox-container.fancybox-is-open,
.fancybox-container,
.order {
  z-index: 1000000000;
  transition-duration: 0ms !important;
}


.order_form input:focus,
.order_form textarea:focus{
  border: 1px solid #3DCDF7;
  box-shadow: 0 4px 0 #0baddc, 0 0 10px rgb(71 193 228 / 64%) inset;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  top: -18px;
  left: -25px;
  font-weight: bold;
  right: 0;
  text-align: right;
}

.premises_consult_form span.wpcf7-not-valid-tip {
  width: auto;
  font-size: 14px;
  line-height: 1rem;
  right: 0;
  top: -39px;
  padding: 2px;
  border-radius: 3px;
  color:#fff;
  font-weight: 500;
}

.order_form span.wpcf7-not-valid-tip {
  left: 2px;
}

.wpcf7-form-control-wrap.phone::after {
  content: '*';
  display: block;
  position: absolute;
  right: 11px;
  top: -17px;
  font-weight: bold;
}

#wpcf7-f5-o1 .wpcf7-form-control-wrap.phone::after {
  display: none;
}


.sod-f {padding: 20px 30px; background: linear-gradient(to right, #0e3768ad , #0f3767); display: inline-block;}
.sod-f h2 {color: white;}
.sod-f h2:after {content: ""; display: block; width: 242px; height: 3px; border-radius: 2px; background: linear-gradient(270deg, #A9F012 50%, #12BEF0 100%); margin-bottom: 30px; margin-top: 10px;}
.sod {list-style: none; counter-reset: li;}
.sod li {position: relative; margin-bottom: 30px; padding-left: 70px; line-height: 1.2;}
.sod li:before {counter-increment: li; content: "0"counters(li, ""); color: #A9F012; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 600; width: 60px; text-align: center; background: none;}
.sod a {text-decoration: none; color: white !important;}
.sod li:after {content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: linear-gradient(to right, #A9F012, #A9F012 60px, #12bef0 60px);}
.sod li:hover:before {counter-increment: li; content: "0"counters(li, ""); color: #12bef0; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 600; width: 60px; text-align: center; background: none;}
.sod li:hover:after {content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: linear-gradient(to right, #12bef0, #12bef0 60px, white 60px);}
.sod a:hover {text-decoration: none; color: #A9F012 !important;}

.advantages-list {
  display: flex;
  padding-left: 0;
}

img.advantages-list__img {
  max-width: 100px;
  margin: 0 auto;
}

.advantages-list__item .advantages-list__img + p {
  display: none;
}

.advantages-list__text {
  flex-grow: 0;
  margin-top: 15px;
}

.advantages-list__item {
  min-height: 220px;
  padding-top: 20px;
}



.news_page-post-content.news_page-post-content__new {
  padding-right: 350px;
  position: relative;
  padding-top: 0;
}

.news_page-post-content.news_page-post-content__new h2 { 
  line-height: 1.1;
  margin-top: 2.6rem;
  margin-bottom: 1.2rem;
  font-size: 38px;
  text-align: left;
  display: inline-block;
  width: 100%
}

.news_page-post-content h2 {
  display: inline-block;
  width: 100%
}

.news_page-post-content.news_page-post-content__new h3 { 
  line-height: 1.1;
  margin-top: 2.6rem;
  margin-bottom: 1.2rem;
  font-size: 30px;
}

.news_page-post-content.news_page-post-content__new .sod-f {
  width: 320px;
  position: sticky;
  top: 80px;
  float: right;
  margin-right: -350px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 20px;
}
.news_page-post-content.news_page-post-content__new .sod-f h2:after {
  width: 100%;
  margin-bottom: 0;
  margin-top: 7px;
}
.news_page-post-content.news_page-post-content__new .sod-f h2 {
  font-size: 25px;
  font-family: 'Roboto Regular';
  margin-top: 8px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 6px;
}
.news_page-post-content.news_page-post-content__new .sod {
  padding: 0;
}
.news_page-post-content.news_page-post-content__new .sod li {
  padding-left: 48px;
  margin-bottom: 20px;
}
.news_page-post-content.news_page-post-content__new .sod li:after {
 display: none; 
}
.news_page-post-content.news_page-post-content__new .sod li:before {
  width: 45px;
}

.news_page-post-bottom {
  display: flex;
  padding: 10px 20px 15px 20px;
  margin: 20px 0 0 0;
  background: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  box-sizing: border-box;
}
.news_page-post-bottom .additional-article-block-share {
    height: auto;
    padding: 0;
    margin: 0;
}
.news_page-post-bottom .additional-article-block-review {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 15px;
    font-family: 'Gilroy Bold';
}

.news_page-post-bottom .additional-article-block-review .post-ratings {
    width: auto;
    display: flex;
}
.news_page-post-bottom .additional-article-block-review .ratings-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-top: 6px;
  height: 23px;
}
.news_page-post-bottom .additional-article-block-review .post-ratings img {
    width: auto;
    padding: 0;
}

.news_page-post-bottom .additional-article-block-share-title {
  font-size: 15px;
  font-family: 'Gilroy Bold';
  margin-bottom: 5px;
}

.news_page-post-bottom .ya-share2__container {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .news_page-post-content.news_page-post-content__new {
    padding-right: 0;
  }
  .news_page-post-content.news_page-post-content__new .sod-f {
    width: 100%;
    max-width: 500px;
    position: relative;
    top: 0;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 0;
  }
  .news_page-post-content.news_page-post-content__new h2 { 
    font-size: 30px;
  }
  .news_page-post-content.news_page-post-content__new h3 { 
    font-size: 24px;
  }
}

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

  .article-page img {
    padding-right: 0 !important;
  }
}

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

  .news_page-post-bottom {
      flex-direction: column;
      gap: 15px 0;
  }
  .news_page-post-bottom .additional-article-block-review {
    align-items: center;
  }
  .news_page-post-bottom .ya-share2__container {
      justify-content: center;
  }
}

.service_item:empty,
.premises_item:empty {
  display: none;
}

@media (max-width: 670px) {
  .advantages_item {
    width: 40%;
  }
  .advantages_icon,
  .advantages_icon:before,
  .advantages_icon:after {
    width: 75px;
    height: 75px;
  }
  .advantages_title {
    font-size: 16px;
  }
  .advantages_text {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .advantages_item {
    max-width: 150px;
    width: 40%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .advantages_title {
    word-wrap: break-word;
  }
}