/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-selection {
  background-color: #355CF0;
  color: #fff; }

::selection {
  background-color: #355CF0;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

input[type="text"] {
  -webkit-appearance: none; }

input, textarea, button {
  font-family: inherit; }

img {
  max-width: 100%;
  vertical-align: top; }

html, body {
  background-color: #465864;
  width: 100%; }

body {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 16px;
  color: #465864;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

input, button, textarea {
  font-family: inherit; }

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none; }

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

.page {
  background-color: #fff;
  width: 100%;
  min-height: 100%; }

/*
* Common
*/
/*
* Button
*/
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: #355CF0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .btn.disabled {
    background-color: #ddd;
    border-color: #ddd;
    cursor: not-allowed;
    color: #aaa;
  }
  .btn:hover {
    background-color: #3BC7BF; }
  .btn:active {
    background-color: #465864;
    color: rgba(255, 255, 255, 0.5); }

/*
* Link
*/
a {
  text-decoration: none;
  color: #FACB57;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

.link {
  text-decoration: none;
  color: #FACB57;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }
  .link:hover {
    color: #355CF0; }

/*
* Scroll Up button
*/
.scroll-up-button {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
  background-color: #FACB57;
  width: 50px;
  height: 50px;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-arrow-up.svg);
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  /* Responsive */ }
  .scroll-up-button:hover {
    background-color: #355CF0; }
  .scroll-up-button.show {
    opacity: 1;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  @media (max-width: 500px) {
    .scroll-up-button {
      display: none; } }

/*
* Components
*/
.intro {
  background-color: #453889;
  color: #fff;
  overflow: hidden; }
  .intro header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .intro header {
        margin-bottom: 45px; } }
    @media (max-width: 550px) {
      .intro header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .intro header .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 550px) {
        .intro header .nav {
          display: none; } }
      .intro header .nav a {
        position: relative;
        display: block;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #fff; }
        .intro header .nav a + a {
          margin-left: 50px; }
        .intro header .nav a:after {
          content: '';
          position: absolute;
          width: 100%;
          left: 0;
          bottom: -3px;
          height: 3px;
          background-color: #FACB57;
          opacity: 0;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
        .intro header .nav a:hover {
          color: #FACB57; }
          .intro header .nav a:hover:after {
            opacity: 1; }
  .intro .container {
    position: relative;
    padding-bottom: 160px; }
    .intro .container:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -467px;
      right: -400px;
      width: 934px;
      height: 934px;
      border-radius: 50%;
      background-color: #21837F; }
    @media (max-width: 1000px) {
      .intro .container {
        padding-bottom: 55px; }
        .intro .container:after {
          width: 840px;
          height: 840px;
          top: auto;
          bottom: -280px;
          left: 50%;
          margin-left: -420px; } }
    @media (max-width: 767px) {
      .intro .container:after {
        width: 640px;
        height: 560px;
        bottom: -120px;
        margin-left: -320px; } }
  .intro .flex {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1000px) {
      .intro .flex {
        display: block; } }
  .intro .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 705px;
    padding-right: 20px; }
    .intro .content .title {
      font-size: 58px;
      line-height: 75px;
      font-weight: bold;
      margin-bottom: 10px; }
    .intro .content .desc {
      font-size: 20px;
      line-height: 30px;
      opacity: .8;
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      .intro .content {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
        .intro .content .title {
          font-size: 40px;
          line-height: 52px;
          margin-bottom: 20px; }
        .intro .content .desc {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 30px; }
        .intro .content .btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-left: auto;
          margin-right: auto;
          max-width: 500px; } }
  .intro .img {
    margin-right: -127px; }
    @media (max-width: 1000px) {
      .intro .img {
        text-align: center;
        margin: 140px auto 0; } }
    @media (max-width: 767px) {
      .intro .img {
        max-width: 390px;
        margin-top: 130px; } }

.features .container {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  .features .container .title {
    font-size: 48px;
    line-height: 62px;
    color: #453889;
    font-weight: 600;
    margin-bottom: 18px; }
  .features .container .desc {
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto 40px; }
  @media (max-width: 767px) {
    .features .container {
      padding-top: 60px;
      padding-bottom: 60px; }
      .features .container .title {
        font-size: 36px;
        line-height: 47px; }
      .features .container .desc {
        font-size: 16px;
        line-height: 26px; } }

.features .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px; }
  @media (max-width: 1000px) {
    .features .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: -15px -10px; } }

.features .item {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 40px 4px 4px;
  padding: 30px 20px 45px; }
  @media (max-width: 1000px) {
    .features .item {
      margin: 15px 10px; } }
  .features .item:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 8px;
    background-color: #355CF0;
    border-radius: 0 0 4px 4px; }
  .features .item.--soft:after {
    background-color: #355CF0; }
  .features .item.--consalting:after {
    background-color: #FACB57; }
  .features .item.--maintenance:after {
    background-color: #3BC7BF; }
  .features .item__icon {
    margin-bottom: 25px; }
  .features .item__title {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    color: #13374D;
    margin-bottom: 12px; }
  .features .item__desc {
    font-size: 15px;
    line-height: 22px; }

.idea {
  background-color: #13374D;
  overflow: hidden; }
  .idea .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 75px; }
    @media (max-width: 1000px) {
      .idea .container {
        padding-top: 60px; } }
    .idea .container:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 50px;
      left: -355px;
      width: 866px;
      height: 866px;
      border-radius: 50%;
      background-color: #453889; }
    @media (max-width: 1000px) {
      .idea .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .idea .container:after {
          width: 708px;
          height: 708px;
          left: 50%;
          margin-left: -354px;
          top: auto;
          bottom: -200px; } }
    @media (max-width: 600px) {
      .idea .container:after {
        bottom: -250px; } }
    @media (max-width: 400px) {
      .idea .container:after {
        bottom: -300px; } }
    @media (max-width: 350px) {
      .idea .container:after {
        bottom: -350px; } }
  .idea .content {
    position: relative;
    z-index: 2;
    max-width: 530px;
    color: #fff;
    font-size: 26px;
    line-height: 44px;
    margin-left: 40px; }
    @media (max-width: 1000px) {
      .idea .content {
        margin: 0; } }
    @media (max-width: 767px) {
      .idea .content {
        font-size: 22px;
        line-height: 36px; } }
    @media (max-width: 400px) {
      .idea .content {
        font-size: 18px;
        line-height: 26px; } }
  .idea .img {
    position: relative;
    z-index: 2;
    margin-left: -65px; }
    @media (max-width: 1000px) {
      .idea .img {
        margin-top: 120px;
        margin-left: 0;
        max-width: 400px; } }

.principles .container {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center; }
  .principles .container .title {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: #453889;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .principles .container .title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 50px; } }

.principles .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px; }
  @media (max-width: 1000px) {
    .principles .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; } }

.principles .item {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 15px; }
  @media (max-width: 1000px) {
    .principles .item {
      margin: 0 0 50px; }
      .principles .item:last-child {
        margin-bottom: 0; } }
  .principles .item__icon {
    background-color: #453889;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 15px; }
  .principles .item__title {
    font-size: 26px;
    line-height: 34px;
    color: #13374D;
    font-weight: 600;
    margin-bottom: 10px; }
  .principles .item__desc {
    font-size: 14px;
    line-height: 22px; }

.begin {
  background-color: #21837F;
  -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%); }
  @media (max-width: 950px) {
    .begin {
      -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); } }
  @media (max-width: 600px) {
    .begin {
      -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%); } }
  .begin .container {
    padding-top: 120px;
    padding-bottom: 110px;
    text-align: center; }
    @media (max-width: 950px) {
      .begin .container {
        padding-top: 100px;
        padding-bottom: 80px; } }
    .begin .container .title {
      font-size: 48px;
      line-height: 62px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .begin .container .title {
          font-size: 36px;
          line-height: 47px;
          font-weight: 600;
          margin-bottom: 15px; } }
    .begin .container .desc {
      font-size: 18px;
      line-height: 28px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .begin .container .desc {
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 50px; } }
  .begin .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 950px) {
      .begin .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .begin .item {
    width: 100%;
    max-width: 240px;
    margin: 0 15px; }
    .begin .item__icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #fff;
      margin: 0 auto 15px; }
    .begin .item__title {
      color: #fff;
      font-size: 18px;
      line-height: 23px;
      letter-spacing: 0.18px; }
  .begin .item-arrow {
    position: relative;
    margin-top: 30px;
    width: 10px;
    height: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .begin .item-arrow div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -59px;
      margin-right: -59px; }
      .begin .item-arrow div:before, .begin .item-arrow div:after {
        content: '';
        display: block;
        height: 17px; }
      .begin .item-arrow div:before {
        width: 100%;
        margin-right: -5px;
        background-image: url(../images/dashes.svg);
        background-position: 101% center;
        background-repeat: repeat-x; }
      .begin .item-arrow div:after {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 10px;
        background-image: url(../images/arrow.svg);
        background-position: right center;
        background-repeat: no-repeat; }
    @media (max-width: 950px) {
      .begin .item-arrow {
        margin: 30px 0 50px;
        width: auto;
        height: 0; }
        .begin .item-arrow div {
          margin: 0;
          width: 53px;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }

.contacts {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -1px;
  background-color: #13374D; }
  .contacts .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .contacts .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contacts .content {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 480px;
    padding: 40px 30px 40px 0; }
    @media (max-width: 991px) {
      .contacts .content {
        padding: 60px 0 50px; } }
    .contacts .content .title {
      color: #fff;
      font-size: 48px;
      line-height: 62px;
      letter-spacing: 0.22px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .contacts .content .title {
          font-size: 36px;
          line-height: 47px; } }
    .contacts .content .desc {
      color: #ACBECA;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.07px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .contacts .content .desc {
          margin-bottom: 40px; } }
  .contacts .info__title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.09px;
    color: #3BC7BF;
    margin-bottom: 20px; }
  .contacts .info .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
    .contacts .info .row:last-child {
      margin-bottom: 0; }
    .contacts .info .row:before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto; }
    .contacts .info .row a {
      color: #fff; }
    .contacts .info .row.--address:before, .contacts .info .row.--phone:before, .contacts .info .row.--email:before {
      width: 16px;
      height: 16px;
      margin-right: 9px; }
    .contacts .info .row.--address:before {
      background-image: url(../images/icon-marker.svg); }
    .contacts .info .row.--phone:before {
      background-image: url(../images/icon-phone.svg); }
    .contacts .info .row.--email a {
      color: #FACB57; }
    .contacts .info .row.--email:before {
      background-image: url(../images/icon-email.svg); }

.form {
  position: relative;
  background-color: #453889;
  min-height: 100%;
  padding: 50px 60px;
  width: 100%;
  max-width: 520px;
  margin-right: -30px; }
  @media (max-width: 991px) {
    .form {
      margin: 0 -30px;
      width: auto; } }
  .form__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px; }
    .form__title:before {
      content: '';
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      background-image: url(../images/icon-message.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 16px;
      height: 16px;
      margin-right: 10px; }
  .form__field {
    margin-bottom: 15px; }
    .form__field input,
    .form__field textarea {
      width: 100%;
      background-color: #fff;
      border: none;
      outline: none;
      min-height: 48px;
      padding: 15px;
      font-size: 15px;
      line-height: 19px;
      font-family: inherit;
      border-radius: 2px;
      -webkit-appearance: none;
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s; }
      .form__field input::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
        color: #ACBECA; }
      .form__field input::-moz-placeholder, .form__field textarea::-moz-placeholder {
        color: #ACBECA; }
      .form__field input:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
        color: #ACBECA; }
      .form__field input::-ms-input-placeholder, .form__field textarea::-ms-input-placeholder {
        color: #ACBECA; }
      .form__field input::placeholder,
      .form__field textarea::placeholder {
        color: #ACBECA; }
      .form__field input.error,
      .form__field textarea.error {
        background-color: #EF5628;
        color: #fff; }
        .form__field input.error::-webkit-input-placeholder, .form__field textarea.error::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .form__field input.error::-moz-placeholder, .form__field textarea.error::-moz-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .form__field input.error:-ms-input-placeholder, .form__field textarea.error:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .form__field input.error::-ms-input-placeholder, .form__field textarea.error::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .form__field input.error::placeholder,
        .form__field textarea.error::placeholder {
          color: rgba(255, 255, 255, 0.7); }
    .form__field textarea {
      min-width: 100%;
      max-width: 100%;
      min-height: 100px;
      max-height: 150px; }
  .form__note {
    color: #ACBECA;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
    text-align: center; }
  .form__error {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #EF5628;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .form__error.show {
      opacity: 1; }
  .form .btn {
    max-width: 100%; }

.form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #453889;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 80px 20px 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .2s, opacity .2s 0s;
  -o-transition: visibility 0s .2s, opacity .2s 0s;
  transition: visibility 0s .2s, opacity .2s 0s; }
  .form-success.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity .2s 0s;
    -o-transition: visibility 0s 0s, opacity .2s 0s;
    transition: visibility 0s 0s, opacity .2s 0s; }
  .form-success__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #3BC7BF;
    margin: 0 auto 30px; }
  .form-success__title {
    color: #fff;
    max-width: 400px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px; }
  .form-success__desc {
    font-size: 16px;
    line-height: 26px;
    color: #3BC7BF;
    max-width: 400px; }
  .form-success .btn {
    margin-top: auto;
    max-width: 400px; }

footer {
  background-color: #465864;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 15px;
  color: #ACBECA; }

  @media screen and (max-width: 500px) {
    footer {
      flex-direction: column;
    }
  }
