*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: inherit;
  color: inherit;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img,
object,
embed {
  max-width: 100%;
}

ol,
ul {
  list-style-type: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type=button],
input[type=submit],
input[type=checkbox],
input[type=file],
button,
label {
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

a {
  background: transparent;
  text-decoration: none;
}

html {
  background-color: #fff;
  font: 400 14px/1.4 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  color: #000;
  overflow-x: hidden;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.grid > * {
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px
}

.gr_col_1 {
  width: 4.166666667%;
}

.gr_col_2 {
  width: 8.333333333%;
}

.gr_col_3 {
  width: 12.5%;
}

.gr_col_4 {
  width: 16.66666667%;
}

.gr_col_5 {
  width: 20.83333333%;
}

.gr_col_6 {
  width: 25%;
}

.gr_col_7 {
  width: 29.16666667%;
}

.gr_col_8 {
  width: 33.33333333%;
}

.gr_col_9 {
  width: 37.5%;
}

.gr_col_10 {
  width: 41.66666667%;
}

.gr_col_11 {
  width: 45.83333333%;
}

.gr_col_12 {
  width: 50%;
}

.gr_col_13 {
  width: 54.16666667%;
}

.gr_col_14 {
  width: 58.33333333%;
}

.gr_col_15 {
  width: 62.5%;
}

.gr_col_16 {
  width: 66.66666667%;
}

.gr_col_17 {
  width: 70.83333333%;
}

.gr_col_18 {
  width: 75%;
}

.gr_col_19 {
  width: 79.16666667%;
}

.gr_col_20 {
  width: 83.33333333%;
}

.gr_col_21 {
  width: 87.5%;
}

.gr_col_22 {
  width: 91.66666667%;
}

.gr_col_23 {
  width: 95.83333333%;
}

.gr_col_24 {
  width: 100%;
}

.typography a {
  text-decoration: none;
  color: #00a9e8;
}

.typography a:hover {
  border-bottom: 1px solid
}

.typography abbr {
  border-bottom: 1px dotted;
  cursor: help
}

.typography cite {
  font-style: italic
}

.typography hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em
}

.typography img {
  vertical-align: text-bottom
}

.typography ins {
  background-color: lime;
  text-decoration: none
}

.typography mark {
  background-color: #ff0
}

.typography small {
  font-size: 0.8em
}

.typography strong {
  font-weight: 700
}

.typography sub,
.typography sup {
  font-size: 0.8em
}

.typography sub {
  vertical-align: sub
}

.typography sup {
  vertical-align: super
}

.typography p,
.typography dl,
.typography ol,
.typography ul,
.typography blockquote,
.typography pre,
.typography table {
  margin-bottom: 1.4em
}

.typography p:last-child,
.typography dl:last-child,
.typography ol:last-child,
.typography ul:last-child,
.typography blockquote:last-child,
.typography pre:last-child,
.typography table:last-child {
  margin-bottom: 0
}

.typography p:empty {
  display: none
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-weight: 700;
  line-height: 1.2
}

.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child,
.typography h5:first-child,
.typography h6:first-child {
  margin-top: 0
}

.typography h1 {
  font-size: 2.4em;
  margin-bottom: .58333em;
  margin-top: .58333em;
  line-height: 1
}

.typography h2 {
  font-size: 1.6em;
  margin-bottom: .875em;
  margin-top: 1.75em;
  line-height: 1.1
}

.typography h3 {
  font-size: 1.3em;
  margin-bottom: 1.07692em;
  margin-top: 1.07692em
}

.typography h4 {
  font-size: 1.2em;
  margin-bottom: 1.16667em;
  margin-top: 1.16667em
}

.typography h5 {
  font-size: 1.1em;
  margin-bottom: 1.27273em;
  margin-top: 1.27273em
}

.typography h6 {
  font-size: 1em;
  margin-bottom: 1.4em;
  margin-top: 1.4em
}

.typography dd {
  margin-left: 1.4em
}

.typography ol,
.typography ul {
  list-style-position: outside;
  margin-left: 1.4em
}

.typography ol {
  list-style-type: decimal
}

.typography ol ol {
  list-style-type: lower-alpha
}

.typography ol ol ol {
  list-style-type: lower-roman
}

.typography ol ol ol ol {
  list-style-type: lower-greek
}

.typography ol ol ol ol ol {
  list-style-type: decimal
}

.typography ol ol ol ol ol ol {
  list-style-type: lower-alpha
}

.typography ul {
  list-style-type: disc
}

.typography ul ul {
  list-style-type: circle
}

.typography ul ul ul {
  list-style-type: square
}

.typography ul ul ul ul {
  list-style-type: circle
}

.typography ul ul ul ul ul {
  list-style-type: disc
}

.typography ul ul ul ul ul ul {
  list-style-type: circle
}

.typography blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em
}

.typography blockquote p {
  margin-bottom: 0
}

.typography code,
.typography kbd,
.typography samp,
.typography pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em
}

.typography code,
.typography kbd,
.typography samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline
}

.typography pre {
  overflow: auto;
  padding: 1em 1.2em
}

.typography pre code {
  background: none;
  font-size: 1em;
  line-height: 1em
}

.typography figure {
  margin-bottom: 2.8em;
  text-align: center
}

.typography figure:first-child {
  margin-top: 0
}

.typography figure:last-child {
  margin-bottom: 0
}

.typography figcaption {
  font-size: 0.8em;
  margin-top: .875em
}

.typography table {
  width: 100%
}

.typography table pre {
  white-space: pre-wrap
}

.typography th,
.typography td {
  font-size: 1em;
  padding: .7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4
}

.typography thead tr,
.typography tfoot tr {
  background-color: #f5f5f5
}

.typography thead th,
.typography thead td,
.typography tfoot th,
.typography tfoot td {
  font-size: .9em;
  padding: .77778em
}

.typography thead th code,
.typography thead td code,
.typography tfoot th code,
.typography tfoot td code {
  background-color: #fff
}

.typography tbody tr {
  background-color: #fff
}

.field {
  margin-bottom: 22px;
}

.fl_field {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  background-color: #fff;
}

.fl_field.__textarea {
  height: 150px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.fl_field.__select {
  background: url('../images/select-arrow.svg') no-repeat right 20px top 50% #fff;
  background-size: 18px auto;
}

.fl_captcha {
  display: flex;
  justify-content: flex-end;
}

.fl_field.__error {
  background-color: #fac2c2;
}

.button {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #f8dc5c, #f7b720);
  box-shadow: 0 11px 40px rgba(254, 213, 96, 0.42);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  color: #000;
}

.button:hover {
  background: linear-gradient(to bottom, #fae47f, #f7b720);
}

.button:active {
  background: #f7b720;
}

.link {
  text-decoration: underline;
}

.link:hover {
  opacity: .8;
}

.underlined {
  position: relative;
}

.underlined:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  left: 5%;
  width: 90%;
  border-top: 5px solid #dc4baa;
}

.wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.header {
  border-top: 10px solid #fecc51;
  font-size: 16px;
  color: #fff;
}

.header.__fill {
  background: linear-gradient(#8b3fae, #621eab);
}

.header .wrap {
  display: flex;
  align-items: center;
  max-width: 1720px;
  height: 68px;
}

.menu {
  display: flex;
  align-items: center;
}

.mn_link {
  border-bottom: 1px solid transparent;
}

.mn_link:hover {
  border-bottom-color: #fff;
}

.mn_link + .mn_link {
  margin-left: 85px;
}

.header .menu {
  margin-left: auto;
}

.top {
  background: url('../images/top-2500.jpg') no-repeat 50% 0;
}

.top .header {
  margin-bottom: 55px;
}

.hero .wrap {
  max-width: 1660px;
}

.hr_logo {
  width: 479px;
  margin: 0 0 35px -10px;
  background: url('../images/logo-2500.png') no-repeat 50%/contain;
}

.hr_logo:before {
  content: '';
  display: block;
  padding-top: 23.5908%;
}

.hr_title {
  margin-bottom: 230px;
  letter-spacing: -.04em;
  font-weight: 700;
  font-size: 92px;
  line-height: 1.2;
  color: #fff;
}

.motto {
  text-align: right;
  font-size: 20px;
}

.mt_desc + .mt_desc {
  margin-top: 20px;
}

.mt_sign {
  display: inline-block;
  width: 140px;
  background: url('../images/sign-2500.png') no-repeat 50%/contain;
}

.mt_sign:before {
  content: '';
  display: block;
  padding-top: 18.5714%;
}

.hero .motto {
  width: 880px;
  margin: 0 auto 70px;
}

.hr_arrow {
  width: 27px;
  margin: 0 auto;
  background: url('../images/arrow-down.svg') no-repeat 50%/contain;
}

.hr_arrow:before {
  content: '';
  display: block;
  padding-top: 58.3333%;
}

.about {
  padding-top: 75px;
  text-align: center;
  text-transform: uppercase;
}

.about:after {
  content: '';
  display: block;
  width: 56px;
  margin: 0 auto;
  border-top: 5px solid #dc4baa;
}

.ab_title {
  letter-spacing: -.04em;
  font-weight: 600;
  font-size: 52px;
  color: #26272d;
}

.ab_subtitle {
  margin-bottom: 10px;
  letter-spacing: -.05em;
  font-weight: 600;
  font-size: 22px;
  color: #26272d;
}

.infobox {
  position: relative;
  overflow: hidden;
}

.ib_image {
  position: absolute;
  z-index: 0;
}

.ib_image:before {
  content: '';
  display: block;
}

.ib_number {
  position: absolute;
  z-index: 1;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 230px;
  color: #f9f9f9;
}

.ib_title {
  position: relative;
  z-index: 2;
  width: 580px;
  margin-bottom: 30px;
  letter-spacing: -.01em;
  font-weight: 700;
  font-size: 92px;
  line-height: 1.2;
  color: #26272d;
}

.ib_desc {
  position: relative;
  z-index: 2;
  width: 460px;
  letter-spacing: -.02em;
  padding-left: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #3f3f3f;
}

.consulting {
  min-height: 834px;
  padding: 225px 0;
}

.consulting .wrap {
  max-width: 1275px;
}

.consulting .ib_image {
  top: 25px;
  left: calc(50% - 670px);
  width: 1566px;
  background: url('../images/consulting-2500.jpg') no-repeat 50%/contain;
}

.consulting .ib_image:before {
  padding-top: 53.2567%;
}

.consulting .ib_number {
  top: 30px;
  left: calc(50% - 595px);
}

.market {
  min-height: 668px;
  padding: 280px 0;
}

.market .wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1520px;
}

.market .ib_image {
  top: 140px;
  left: calc(50% - 775px);
  width: 1055px;
  background: url('../images/market-2500.jpg') no-repeat 50%/contain;
}

.market .ib_image:before {
  padding-top: 63.3175%;
}

.market .ib_number {
  top: 55px;
  left: calc(50% + 370px);
}

.solutions {
  min-height: 658px;
  padding: 180px 0 120px;
}

.solutions .wrap {
  max-width: 1215px;
}

.solutions .ib_image {
  top: 35px;
  left: calc(50% - 275px);
  width: 1040px;
  background: url('../images/solutions-2500.jpg') no-repeat 50%/contain;
}

.solutions .ib_image:before {
  padding-top: 63.2692%;
}

.solutions .ib_number {
  top: 50px;
  left: calc(50% - 445px);
}

.contact {
  min-height: 1039px;
  background: url('../images/contact-2500.jpg') no-repeat 50% 0;
}

.contact .wrap {
  display: flex;
  justify-content: flex-end;
  max-width: 1060px;
  padding-top: 205px;
}

.cn_inner {
  width: 540px;
}

.cn_info {
  margin-bottom: 20px;
  text-align: right;
  color: #fff;
}

.cn_title {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: -.04em;
  font-weight: 600;
  font-size: 52px;
}

.cn_location {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}

.point {
  width: 20px;
  background: url('../images/point.svg') no-repeat 50%/contain;
}

.point:before {
  content: '';
  display: block;
  padding-top: 125%;
}

.cn_location .point {
  display: inline-block;
  margin-right: 15px;
}

.cn_delimiter {
  margin-bottom: 20px;
}

.cn_delimiter {
  content: '';
  display: inline-block;
  width: 230px;
  border-top: 1px solid #fff;
}

.cn_desc {
  padding-left: 140px;
  font-weight: 100;
  font-size: 16px;
}

.fm_message {
  padding: 12px 0;
  border-radius: 30px;
  background-color: green;
  text-align: center;
  color: #fff;
}

.footer {
  background-color: #222;
  color: #fff;
}

.footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1770px;
  height: 60px;
}

.ft_logo {
  width: 151px;
  background: url('../images/logo-small-2500.png') no-repeat 50%/contain;
}

.ft_logo:before {
  content: '';
  display: block;
  padding-top: 24.5033%;
}

.special_menu {
  display: flex;
  align-items: center;
}

.sm_item {
  display: flex;
  align-items: center;
}

.sm_item + .sm_item:before {
  content: '|';
  margin: 0 14px;
}

.sm_link {
  border-bottom: 1px solid transparent;
}

.sm_link:hover {
  border-bottom-color: #fff;
}

.sm_link + .mn_link {
  margin-left: 85px;
}

.footer .special_menu {
  font-size: 16px;
}

.alert {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 15px 0;
  background-color: #621eab;
  color: #fff;
}

.alert .wrap {
  display: flex;
  align-items: center;
  max-width: 1400px;
}

.al_text {
  padding-right: 20px;
}

.al_button {
  width: 200px;
  height: 50px;
  font-size: 18px;
}

.doc {
  padding: 100px;
}

.doc .wrap {
  min-width: 1024px;
}

@media only screen and (max-width: 1280px) {
  .top {
    background-image: url('../images/top-1280.jpg');
  }

  .hr_title {
    margin-bottom: 275px;
    font-size: 80px;
  }

  .consulting {
    min-height: 0;
    padding: 225px 0 100px;
  }

  .consulting .ib_image {
    top: 230px;
    left: calc(50% - 200px);
    width: 780px;
    background-image: url('../images/consulting-1280.jpg');
  }

  .market {
    min-height: 0;
    padding: 130px 0;
  }

  .market .ib_image {
    top: 160px;
    left: calc(50% - 530px);
    width: 540px;
    background-image: url('../images/market-1280.jpg');
  }

  .solutions {
    min-height: 0;
    padding: 70px 0 80px;
  }

  .solutions .ib_image {
    top: 90px;
    left: calc(50% - 20px);
    width: 520px;
    background-image: url('../images/solutions-1280.jpg');
  }

  .contact {
    background-image: url('../images/contact-1280.jpg');
  }

  .cn_inner {
    width: 580px;
  }
}