/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-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;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

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

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

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

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

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

.g-12 {
  padding-right: 57.47%;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.g-12::before, .g-12::after {
    clear: both;
    content: '';
    display: block; }

.g-span-1, .g-span-2, .g-span-3, .g-span-4, .g-span-5, .g-span-6, .g-span-7, .g-span-8, .g-span-9, .g-span-10, .g-span-11, .g-span-12 {
  float: left;
  position: relative; }

.g-span-1 {
  margin-right: -15%;
  width: 15%; }

.g-span-2 {
  margin-right: -35%;
  width: 35%; }

.g-span-3 {
  margin-right: -55%;
  width: 55%; }

.g-span-4 {
  margin-right: -75%;
  width: 75%; }

.g-span-5 {
  margin-right: -95%;
  width: 95%; }

.g-span-6 {
  margin-right: -115%;
  width: 115%; }

.g-span-7 {
  margin-right: -135%;
  width: 135%; }

.g-span-8 {
  margin-right: -155%;
  width: 155%; }

.g-span-9 {
  margin-right: -175%;
  width: 175%; }

.g-span-10 {
  margin-right: -195%;
  width: 195%; }

.g-span-11 {
  margin-right: -215%;
  width: 215%; }

.g-span-12 {
  margin-right: -235%;
  width: 235%; }

.g-col-1 {
  left: 0%; }

.g-col-2 {
  left: 20%; }

.g-col-3 {
  left: 40%; }

.g-col-4 {
  left: 60%; }

.g-col-5 {
  left: 80%; }

.g-col-6 {
  left: 100%; }

.g-col-7 {
  left: 120%; }

.g-col-8 {
  left: 140%; }

.g-col-9 {
  left: 160%; }

.g-col-10 {
  left: 180%; }

.g-col-11 {
  left: 200%; }

.g-col-12 {
  left: 220%; }

.g-row-5 {
  margin-bottom: 5px; }

.g-row-5::before, .g-row-5::after {
    display: table;
    content: '';
    clear: both; }

.g-row-10 {
  margin-bottom: 10px; }

.g-row-10::before, .g-row-10::after {
    display: table;
    content: '';
    clear: both; }

.g-row-15 {
  margin-bottom: 15px; }

.g-row-15::before, .g-row-15::after {
    display: table;
    content: '';
    clear: both; }

.g-row-20 {
  margin-bottom: 20px; }

.g-row-20::before, .g-row-20::after {
    display: table;
    content: '';
    clear: both; }

.g-row-25 {
  margin-bottom: 25px; }

.g-row-25::before, .g-row-25::after {
    display: table;
    content: '';
    clear: both; }

.g-row-30 {
  margin-bottom: 30px; }

.g-row-30::before, .g-row-30::after {
    display: table;
    content: '';
    clear: both; }

.g-row-35 {
  margin-bottom: 35px; }

.g-row-35::before, .g-row-35::after {
    display: table;
    content: '';
    clear: both; }

.g-row-40 {
  margin-bottom: 40px; }

.g-row-40::before, .g-row-40::after {
    display: table;
    content: '';
    clear: both; }

.w-page {
  min-height: 100%;
  margin-bottom: -60px;
  padding-bottom: 100px; }

.w-page--staticPage {
    margin-bottom: -120px;
    padding-bottom: 160px; }

.w-header {
  width: 100%;
  height: 60px;
  background-color: #347ecc;
  min-width: 1050px; }

.w-container, .header, .feature__content, .advantages, .goals, .sliderSection__wrap, .team__content, .contactsWrap {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.w-footer {
  min-height: 60px;
  width: 100%;
  background-color: #fff; }

@media (max-width: 1140px) {
  .w-container, .header, .feature__content, .advantages, .goals, .sliderSection__wrap, .team__content, .contactsWrap {
    width: 100%; } }

body {
  font-size: 15px;
  color: #66737f;
  font-family: 'Montserrat';
  font-weight: 300;
  overflow-x: hidden; }

@media screen and (max-width: 1140px) {
    body {
      font-size: 16px;
      line-height: 1.88; } }

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

a {
  color: #347ecc; }

._heading {
  color: #66737f;
  text-transform: uppercase; }

._heading--h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 26px; }

._heading--h2 {
    font-size: 48px;
    font-weight: 700; }

._heading--h3 {
    font-size: 24px;
    font-weight: 700; }

._heading--h4 {
    font-size: 26px;
    font-weight: 300; }

._heading--h5 {
    font-size: 18px;
    font-weight: 300; }

._subheading {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 88px; }

@media screen and (max-width: 1140px) {
    ._subheading {
      font-size: 18px;
      margin-top: 17px; } }

._centered {
  text-align: center; }

@media (max-width: 1140px) {
  ._heading--h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.46; }
  ._heading--h2 {
    font-size: 18px;
    font-weight: 500; }
  ._heading--h4 {
    font-size: 18px;
    font-weight: 500; }
  ._subheading {
    font-size: 14px;
    margin-bottom: 32px; } }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.WOFF") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.WOFF") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.WOFF") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.WOFF") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.WOFF") format("woff");
  font-weight: 900;
  font-style: normal; }

.header {
  padding-top: 0;
  text-align: center; }

.header__logo {
    display: inline-block;
    margin: 0 auto;
    position: relative; }

.header__logoText {
    position: absolute;
    bottom: 39px;
    right: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1.2px; }

.header__logoIcon {
    height: 137px;
    width: 260px;
    margin-left: -19px; }

#autor24_logo .ast0 {
  stroke: #fff; }

.sectionInit {
  fill: #BABFD5 !important; }

.sectionActive {
  fill: #d0e100 !important;
  /* stroke: #d0e100 !important; */
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s; }

.sectionActive.stadubay_logo {
    stroke: none; }

.sectionActive#autor24_logo .ast0 {
    stroke: #000 !important; }

.feature {
  background-color: #646b8c; }

.feature__content {
    padding-top: 0;
    padding-bottom: 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.feature__title {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-left: -15px;
    margin-bottom: 25px;
    margin-top: 0; }

.feature__main {
    z-index: 2; }

.feature__logoList {
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.feature__logoListItem svg {
    max-height: 60px;
    fill: inherit;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s; }

.feature__logoListItem:nth-child(1) {
    margin-right: 45px !important;
    margin-left: -5px; }

.feature__logoListItem:nth-child(1) svg {
      width: 132px;
      height: 41px; }

.feature__logoListItem:nth-child(2) {
    margin-right: 59px !important; }

.feature__logoListItem:nth-child(2) svg {
      width: 174px;
      height: 42px; }

.feature__logoListItem:nth-child(3) {
    padding-top: 2px;
    margin-right: 72px !important; }

.feature__logoListItem:nth-child(3) svg {
      width: 107px;
      height: 44px; }

.feature__logoListItem:nth-child(4) {
    padding-top: 7px; }

.feature__logoListItem:nth-child(4) svg {
      width: 97px;
      height: 50px; }

.feature__logoListItem:not(:last-child) {
    margin-right: 49px; }

.feature__map {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: 41px;
    z-index: 1; }

.feature__map svg {
      height: 94%; }

@media (max-width: 1140px) {
  .header__logoIcon {
    height: 109px;
    width: 261px;
    margin-left: -2px; }
  .header__logoText {
    bottom: 29px; }
  .feature {
    text-align: center; }
    .feature__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 89px; }
    .feature__title {
      margin-left: 8px;
      margin-bottom: 10px;
      padding: 0;
      margin-top: -4px; }
    .feature__logoList {
      position: absolute;
      bottom: 11px;
      padding: 0 15px;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .feature__logoList svg {
        width: 100% !important; }
    .feature__logoListItem {
      width: 20%; }
      .feature__logoListItem:not(:last-child) {
        margin-right: 6% !important; }
    .feature__map {
      position: static;
      width: 100%;
      height: inherit; }
      .feature__map svg {
        width: 100%; } }

.featureTitle__highlight {
  background-color: #d0e100;
  display: inline-block;
  padding: 1px 19px;
  letter-spacing: 3px; }

.featureTitle__noHighlight {
  display: inline-block;
  padding-left: 15px;
  letter-spacing: 3px;
  padding-top: 3px; }

@media (max-width: 1140px) {
  .featureTitle {
    line-height: 1; }
    .featureTitle__highlight {
      padding: 4px;
      line-height: 1;
      position: relative;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      letter-spacing: 2px; }
    .featureTitle__noHighlight {
      padding-left: 0;
      letter-spacing: 2px;
      padding-right: 6px;
      padding-top: 5px; } }

.advantagesWrap {
  background-color: #fff; }

.advantages {
  padding-top: 30px;
  padding-bottom: 41px;
  padding-left: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.advantages__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.advantages__item--flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
         -moz-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

@media (max-width: 1140px) {
  .advantages {
    display: block;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 26px; }
    .advantages__item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      .advantages__item--flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .advantages__item--flex .advantagesItem {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }

.advantagesItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.advantagesItem--noFlex div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.advantagesItem__img {
    margin-bottom: 17px; }

.advantagesItem__count, .advantagesItem__text {
    text-transform: uppercase; }

.advantagesItem__count {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px; }

.advantagesItem__text {
    font-size: 18px;
    font-weight: 500; }

@media (max-width: 1140px) {
  .advantagesItem {
    padding: 20px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e5f0; }
    .advantagesItem:nth-child(2n+1) {
      border-right: 1px solid #e4e5f0; }
    .advantagesItem--noFlex {
      border: none !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .advantagesItem--noFlex img {
        margin-right: 28px; }
      .advantagesItem--noFlex div span {
        display: block; }
    .advantagesItem__img {
      margin-bottom: 10px; }
    .advantagesItem__count {
      font-size: 30px;
      margin-bottom: -1px;
      line-height: 1.2; }
    .advantagesItem__text {
      font-size: 14px; } }

.goalsWrap {
  background-color: #d0e100;
  padding-top: 12px;
  padding-bottom: 44px; }

.goalsTitle {
  letter-spacing: 1px;
  margin-bottom: 19px;
  position: relative;
  left: -11px;
  margin-top: 40px;
  font-size: 50px; }

.goalsTitle__light {
    color: #fff; }

.goalsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.goalsList__item {
    -webkit-flex-basis: -webkit-calc(100%/3);
        -ms-flex-preferred-size: calc(100%/3);
            flex-basis: -moz-calc(100%/3);
            flex-basis: calc(100%/3);
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.goalsList__title {
    color: #fff;
    margin-top: 0;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    position: relative;
    left: -18px; }

.goalsList__text {
    font-weight: 400;
    line-height: 1.5; }

.goals__title {
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 1140px) {
  .goalsWrap {
    padding-bottom: 35px; }
  .goalsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    text-align: center; }
    .goalsList__item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .goalsList__title {
      left: 0;
      font-size: 20px;
      margin-bottom: 5px; }
    .goalsList__text {
      margin-top: 0;
      margin-bottom: 24px;
      line-height: 1.6; }
  .goalsTitle {
    font-size: 36px;
    font-weight: 700;
    left: 0;
    margin-top: 18px;
    margin-bottom: 17px; } }

.tabItem {
  width: 280px;
  height: 163px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: #f0f1f8;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s; }

.tabItem:hover {
    background-color: #e4e5f0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    cursor: pointer; }

.tabItem:hover:after {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s;
      background-color: #e4e5f0; }

.tabItem:after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    background-color: #f0f1f8;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vh; }

.tabItem.active {
    background-color: #999eb8; }

.tabItem.active:after {
      background-color: #999eb8; }

.tabItem.active:before {
      display: block;
      border-left-color: #999eb8; }

.tabItem:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -12px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 15px solid transparent;
    display: none;
    z-index: 1000; }

.tabItem__logo {
    width: 150px;
    margin-bottom: 6px; }

.tabItem__logo svg {
      fill: #646b8c; }

.active .tabItem__logo svg {
        fill: #fff; }

.tabItem__logo .stadubay_logo {
      width: 102px;
      height: 32px; }

.tabItem__logo .autor24_logo {
      height: 47px;
      width: 100%;
      position: relative;
      top: -8px;
     }

.tabItem__logo .autor24_logo .ast0 {
        stroke: #000 !important; }

.tabItem__logo .stadubay_brazil_logo {
      width: 109px;
      height: 42px;
      position: relative;
      top: -4px; }

.tabItem__logo .edugram_logo {
      width: 96px;
      height: 49px; }

.tabItem__text {
    max-width: 80%;
    color: #646b8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.2px; }

.active .tabItem__text {
      color: white; }

svg {
  -moz-background-size: 100% auto !important;
       background-size: 100% auto !important; }

.slick-slider {
  margin-bottom: 0 !important; }

.slick-list {
  overflow: visible !important; }

.projectsSlider {
  width: 100%;
  position: relative; }

.projectsSlider__item {
    height: 100%; }

.projectsSliderItem {
  height: 652px;
  width: 100%;
  padding-top: 37px;
  padding-left: 79px;
  background-color: #646b8c;
  position: relative; }

.projectsSliderItem__heading, .sliderSection__mobileHeading {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 40px;
    right: 0;
    padding-right: 18px;
    letter-spacing: 2px; }

.projectsSliderItem__heading span, .sliderSection__mobileHeading span {
      display: inline-block;
      margin-right: -14px;
      padding-right: 0;
      color: #d0e100; }

.projectsSliderItem__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #d0e100;
    letter-spacing: 2px; }

.projectsSliderItem__cities {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff;
    max-width: 380px;
    margin-bottom: 22px;
    letter-spacing: 1.3px;
    margin-top: 4px; }

.projectsSliderItem__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 21px;
    position: relative;
    left: 3px;
    letter-spacing: 0.8px; }

.projectsSliderItem__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #9297b2;
    max-width: 250px;
    margin-bottom: 30px; }

.projectsSliderItem__advantages {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    width: auto;
    margin-bottom: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 0.9;
    position: relative;
    left: 1px; }

.projectsSliderItem__advantages span {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }

.projectsSliderItem__advantagesItem:not(:last-child) {
    margin-bottom: 36px; }

.projectsSliderItem__button {
    display: inline-block;
    padding: 18px 54px 23px 46px;
    background-color: #d0e100;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    left: 4px;
    top: -4px; }

.projectsSliderItem__mobileTab {
    display: none; }

.projectsSliderItem__mobileTab:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-top: 12px solid #999eb7;
      border-right: 15px solid transparent;
      z-index: 1000; }

.projectsSliderItem__mockup {
    background-image: url(../img/mac.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 878px;
    height: 509px;
    position: absolute;
    bottom: -20px;
    right: -357px;
    z-index: 1050; }

.projectsSliderItem__mockupInner {
    position: absolute;
    top: 25px;
    left: 111px; }

@media (max-width: 1140px) {
  .projectsSlider__item {
    display: block; }
    .projectsSlider__item .projectsSliderItem > div,
    .projectsSlider__item .projectsSliderItem > p {
      opacity: 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s; }
    .projectsSlider__item.slick-current .projectsSliderItem > div,
    .projectsSlider__item.slick-current .projectsSliderItem > p {
      opacity: 1;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s; }
  .projectsSlider:after {
    display: none; }
  .projectsSliderItem {
    height: 730px;
    padding: 30px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .projectsSliderItem__mobileTab {
      display: block;
      height: 75px;
      min-height: 75px;
      background-color: #999eb7;
      position: relative;
      margin-bottom: 30px;
      opacity: 1 !important; }
    .projectsSliderItem__heading, .sliderSection__mobileHeading {
      display: none;
      text-align: center;
      position: static;
      font-size: 36px;
      margin-bottom: 26px; }
    .projectsSliderItem__text, .projectsSliderItem__cities {
      margin: 0 auto; }
    .projectsSliderItem__cities {
      font-size: 15px;
      font-weight: 300;
      padding: 0 10px; }
    .projectsSliderItem__text {
      margin-bottom: 25px;
      font-size: 13px;
      line-height: 1.38; }
    .projectsSliderItem__name {
      display: none; }
    .projectsSliderItem__advantages {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
         -moz-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      margin-bottom: 0;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 25px; }
    .projectsSliderItem__advantagesItem:not(:last-child) {
      margin-bottom: 0; }
    .projectsSliderItem__mockup {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      max-width: 360px;
      height: 100%;
      max-height: 217px;
      min-height: 215px;
      margin: 0 auto;
      margin-bottom: 25px; }
    .projectsSliderItem__mockupInner {
      top: 4%;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 75%; }
      .projectsSliderItem__mockupInner img {
        width: 100%; }
    .projectsSliderItem__mobileTab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .projectsSliderItem__mobileTab svg {
        fill: #fff;
        height: 75px; }
      .projectsSliderItem__mobileTab .stadubay_logo {
        width: 102px; }
      .projectsSliderItem__mobileTab .autor24_logo {
        width: 124px; }
      .projectsSliderItem__mobileTab .stadubay_brazil_logo {
        width: 100px; }
      .projectsSliderItem__mobileTab .edugram_logo {
        width: 100px; }
  .slick-list {
    overflow: hidden !important; } }

.sliderSection {
  background-color: #646b8c; }

.sliderSection__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

.sliderSection__slider {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px); }

.sliderSection__mobileHeading {
    display: none;
    background-color: #646b8c;
    margin-bottom: 0;
    padding: 0;
    padding-top: 35px; }

@media (max-width: 1140px) {
  .sliderSection__mobileHeading {
    display: block; }
  .sliderSection__wrap {
    padding-left: 0;
    padding-right: 0; }
  .sliderSection__tabsList {
    display: none; }
  .sliderSection__slider {
    width: 100%;
    text-align: center;
    background-color: #646b8c; } }

.team {
  padding-top: 70px;
  padding-bottom: 56px;
  letter-spacing: 2.6px;
  background: #e4e5f0 url('../img/bakuteev.png') 0 0 no-repeat;
  -moz-background-size: 419px;
       background-size: 419px; }

.team__content {
    padding-left: 360px; }

.team__title {
    margin-bottom: 2px;
    margin-top: 0; }

.team__title span {
      color: #d0e100; }

.team__subTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1.4px; }

.team__bq {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #646b8c;
    position: relative;
    margin: 0;
    margin-bottom: 76px; }

.team__bq span {
      display: block;
      padding-left: 5px;
      position: relative;
      z-index: 2;
      letter-spacing: 1px; }

.team__bqStyling {
    position: absolute !important;
    top: 0;
    left: -80px;
    font-size: 273px;
    font-weight: 700;
    line-height: 0;
    text-transform: uppercase;
    color: rgba(254, 254, 254, 0.71);
    z-index: 1 !important; }

.team__logoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7px; }

.team__logoItem:not(:last-child) {
    margin-right: 17px; }

@media screen and (max-width: 1440px) {
  .team {
    background-position: -110px -23px; } }

@media (max-width: 1140px) {
  .team {
    background-color: #fff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
    background-image: none;
    background-position: 0 0; }
    .team__header {
      -moz-background-size: 200px;
           background-size: 200px;
      background-position: left -28px bottom -68px;
      background-image: url('../img/bakuteev.png');
      background-color: #e4e5f0;
      padding: 42px 0;
      padding-left: 50%;
      text-align: left;
      background-repeat: no-repeat;
      margin-left: -15px;
      width: -webkit-calc(100% + 30px);
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px); }
    .team__title {
      font-size: 36px;
      font-weight: 700;
      line-height: 1.14; }
    .team__subTitle {
      font-size: 20px; }
    .team__content {
      padding-left: 0;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px; }
    .team__bq {
      padding-top: 54px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.38;
      margin-bottom: 30px; }
    .team__bqStyling {
      top: 66px; }
    .team__logoList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .team__logoItem:not(:last-child) {
      margin-right: 0;
      margin-bottom: 15px; }
    .team__bqStyling {
      left: 0;
      color: #f1f2f6; } }

.sliderSecondary__item {
  position: relative;
  height: 400px; }

.sliderSecondary__item img {
    margin: 0 auto; }

.slick-next,
.slick-prev {
  font-size: 0 !important;
  width: 44px !important;
  height: 44px !important;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #646b8c !important;
  position: relative;
  z-index: 1; }

.slick-next:after,
  .slick-prev:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/arr.svg);
    background-repeat: no-repeat;
    background-position: center; }

.slick-next:before,
  .slick-prev:before {
    content: '' !important; }

.slick-next {
  right: 40px !important; }

.slick-prev {
  left: 40px !important; }

.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
       -moz-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
         -o-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }

@media (max-width: 1140px) {
  .sliderSecondary .slick-slide {
    max-height: 250px;
    height: auto; }
  .slick-next,
  .slick-prev {
    top: -30px !important;
    width: 30px !important;
    height: 30px !important; }
    .slick-next:after,
    .slick-prev:after {
      -moz-background-size: 35%;
           background-size: 35%; }
  .slick-next {
    right: -webkit-calc(50% - 45px) !important;
    right: -moz-calc(50% - 45px) !important;
    right: calc(50% - 45px) !important; }
  .slick-prev {
    left: -webkit-calc(50% - 45px) !important;
    left: -moz-calc(50% - 45px) !important;
    left: calc(50% - 45px) !important; } }

.contacts {
  padding-top: 53px;
  padding-bottom: 50px;
  background-color: #646b8c; }

.contacts__title {
    margin: 0;
    margin-bottom: 9px;
    color: #d0e100;
    letter-spacing: 3px; }

.contacts__title span {
      color: #fff; }

.contacts__subTitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 0.8px; }

.contacts__grid {
    position: relative;
    width: 372px;
    margin-bottom: 31px; }

.contacts__address {
    width: 100%; }

.contacts__map {
    position: absolute;
    top: 5%;
    left: 100%;
    width: 100vw;
    height: 93%;
    border: 1px solid #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

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

.contacts__listItem {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }

.headOffice__title {
  color: #d0e100;
  padding-left: 4px;
  letter-spacing: 1.2px;
  margin-bottom: 13px; }

.headOffice__address {
  color: #999eb8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  padding-left: 7px; }

.headOffice__address:not(:last-child) {
    margin-bottom: 10px; }

.headOffice__address a {
    color: #999eb8;
    text-decoration: none; }

.headOffice__address a:hover {
      text-decoration: underline; }

.headOffice__icon {
  margin-right: 17px; }

.headOffice__icon svg {
    width: 1.2em;
    height: 20px; }

.mobileMap {
  display: none; }

@media (min-width: 1141px) {
  .contacts {
    overflow-x: hidden; } }

@media (max-width: 1140px) {
  .headOffice__address {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacts {
    padding-top: 23px; }
    .contacts__title {
      font-size: 36px;
      font-weight: 700;
      text-align: center; }
    .contacts__subTitle {
      text-align: center;
      padding: 0 32px; }
    .contacts__list {
      display: block; }
    .contacts__grid {
      width: 100%; }
    .contacts__map {
        position: static;
        width: 100%;
        height: 264px;
        border: none;
        margin-top: 40px;
    }
  .mobileMap {
    display: block;
    min-height: 264px;
    background-color: #707899; } }

.contactsListItem__name {
  color: #fff;
  letter-spacing: 1.1px;
  padding-left: 6px;
  margin-bottom: 19px; }

.contactsListItem__name span {
    color: #d0e100; }

.contactsListItem__name a {
    color: inherit;
    text-decoration: none; }

.contactsListItem__name a:hover {
      text-decoration: underline; }

.contactsListItem__name a:hover span {
        text-decoration: underline; }

.contactsListItem .headOffice__address:not(:last-child) {
  margin-bottom: 7px; }

.footer {
  background-color: #999eb8;
  padding-top: 35px;
  padding-bottom: 30px;
  text-align: center; }

.footer__copyright {
    margin: 0;
    color: #fff; }

.preloader {
  display: none; }

.preloading .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #646b8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000; }

.preloading .preloader img {
    max-width: 170px; }
