/*! 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;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local("MuseoSansCyrl-100"), url("../fonts1/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts1/MuseoSansCyrl-100.woff") format("woff"), url("../fonts1/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local("MuseoSansCyrl-300"), url("../fonts1/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts1/MuseoSansCyrl-300.woff") format("woff"), url("../fonts1/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local("MuseoSansCyrl-500"), url("../fonts1/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts1/MuseoSansCyrl-500.woff") format("woff"), url("../fonts1/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local("MuseoSansCyrl-700"), url("../fonts1/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts1/MuseoSansCyrl-700.woff") format("woff"), url("../fonts1/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local("MuseoSansCyrl-900"), url("../fonts1/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts1/MuseoSansCyrl-900.woff") format("woff"), url("../fonts1/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper, .banner__wrapper, .advantages__wrapper, .contact__wrapper, .footer__wrapper, .footnote, .header__wrapper, .portfolio__wrapper, .services__wrapper, .premium__wrapper, .team__wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .wrapper, .banner__wrapper, .advantages__wrapper, .contact__wrapper, .footer__wrapper, .footnote, .header__wrapper, .portfolio__wrapper, .services__wrapper, .premium__wrapper, .team__wrapper {
    max-width: 100%;
    padding: 0 32px;
  }
}

::-webkit-input-placeholder {
  color: #676892;
}

::-moz-placeholder {
  color: #676892;
}

:-ms-input-placeholder {
  color: #676892;
}

:-moz-placeholder {
  color: #676892;
}

html,
body {
  font-family: "Museo Sans Cyrl", "Arial", sans-serif;
  font-weight: 500;
  height: 100%;
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.banner {
  position: relative;
  min-height: 970px;
  margin-top: 44px;
  background: url(../images/assets/banner/bg.svg) no-repeat center;
}

@media screen and (max-width: 760px) {
  .banner {
    min-height: 100vh;
  }
}

.banner__wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 200px;
}

@media screen and (max-width: 960px) {
  .banner__content {
    padding-bottom: 100px;
  }
}

.banner__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
  text-align: center;
  text-transform: uppercase;
  color: #2E3581;
}

@media screen and (max-width: 960px) {
  .banner__title {
    font-size: 1.875rem;
  }
}

.banner__title span {
  color: #50BE61;
}

.banner__text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 36px 0 56px;
  text-align: center;
  letter-spacing: .03em;
  color: #2E3581;
}

.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 760px) {
  .banner__buttons {
    display: block;
  }
}

.banner__button {
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
  padding: 24px 72px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 760px) {
  .banner__button {
    display: block;
    text-align: center;
  }
}

.banner__button span {
  position: relative;
  z-index: 2;
}

.banner__button._solid {
  position: relative;
  margin-right: 13px;
  color: #2E3581;
  border: 1px solid #2E3581;
}

@media screen and (max-width: 760px) {
  .banner__button._solid {
    margin-right: 0;
  }
}

.banner__button._solid:hover {
  color: #fff;
}

.banner__button._solid:hover:after {
  right: 0;
}

.banner__button._solid:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 7px;
  background: #2E3581;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.banner__button._filled {
  overflow: hidden;
  margin-left: 13px;
  color: #fff;
  background-color: #50BE61;
}

@media screen and (max-width: 760px) {
  .banner__button._filled {
    margin-top: 10px;
    margin-left: 0;
  }
}

.banner__button._filled:hover:after {
  left: 100%;
}

.banner__button._filled:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 8px;
  background: -webkit-linear-gradient(345.8deg, #43bc66 0.07%, #5fff8d 139.11%);
  background: linear-gradient(104.2deg, #43bc66 0.07%, #5fff8d 139.11%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.advantages {
  padding-top: 109px;
}

@media screen and (max-width: 760px) {
  .advantages {
    padding-top: 40px;
  }
}

.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 56px;
  text-align: center;
  letter-spacing: .03em;
  color: #2E3581;
}

.advantages__title span {
  font-weight: 700;
  color: #50BE61;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 760px) {
  .advantages__list {
    display: block;
  }
}

.advantages__button {
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
  display: inline-block;
  margin: 60px auto 0;
  padding: 24px 72px;
  white-space: nowrap;
  text-decoration: none;
  color: #50BE61;
  border: 1px solid #50BE61;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 760px) {
  .advantages__button {
    margin-top: 30px;
  }
}

.advantages__button span {
  position: relative;
  z-index: 2;
}

.advantages__button:hover {
  color: #fff;
}

.advantages__button:hover:after {
  right: 0;
}

.advantages__button:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 7px;
  background: #50BE61;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.advantages-item {
  position: relative;
  width: 100%;
  max-width: 33%;
  padding: 50px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 960px) {
  .advantages-item {
    max-width: 48%;
    padding: 30px;
  }
}

@media screen and (max-width: 760px) {
  .advantages-item {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2eafb;
  }
}

.advantages-item:nth-child(2):before, .advantages-item:nth-child(3):before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  opacity: .6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2eafb), to(rgba(222, 226, 240, 0)));
  background: -webkit-linear-gradient(top, #e2eafb 0%, rgba(222, 226, 240, 0) 100%);
  background: linear-gradient(180deg, #e2eafb 0%, rgba(222, 226, 240, 0) 100%);
}

@media screen and (max-width: 960px) {
  .advantages-item:nth-child(2):before, .advantages-item:nth-child(3):before {
    display: none;
  }
}

.advantages-item:nth-child(1), .advantages-item:nth-child(2), .advantages-item:nth-child(3) {
  border-bottom: 1px solid rgba(226, 234, 251, 0.6);
}

@media screen and (max-width: 960px) {
  .advantages-item:nth-child(1), .advantages-item:nth-child(2), .advantages-item:nth-child(3) {
    border-bottom: 0;
  }
}

.advantages-item:hover {
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 30px #e2eafb;
          box-shadow: 0 50px 30px #e2eafb;
}

.advantages-item__image {
  margin-bottom: 52px;
}

@media screen and (max-width: 960px) {
  .advantages-item__image {
    margin-bottom: 30px;
  }
}

.advantages-item__image img {
  display: block;
  margin: 0 auto;
}

.advantages-item__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 27px;
  text-align: center;
  color: #2E3581;
}

.advantages-item__text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  color: #6a7c93;
}

.advantages-item__text span {
  color: #50BE61;
}

.contact {
  padding: 50px 0;
  background: -webkit-linear-gradient(356.91deg, #2c315d 3.17%, #747ce3 112.46%);
  background: linear-gradient(93.09deg, #2c315d 3.17%, #747ce3 112.46%);
}

.contact__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.0625rem;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .contact__title {
    line-height: 1.75rem;
    margin-bottom: 30px;
  }
}

.contact__title span {
  color: #50BE61;
}

.contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 760px) {
  .contact-form__group {
    display: block;
  }
}

.contact-form__left {
  width: 100%;
  max-width: 413px;
}

@media screen and (max-width: 760px) {
  .contact-form__left {
    max-width: 100%;
  }
}

.contact-form__right {
  width: 100%;
  max-width: 720px;
  margin-left: 38px;
}

@media screen and (max-width: 760px) {
  .contact-form__right {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

.contact-form__field {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.375rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 72px;
  margin-bottom: 50px;
  padding-left: 80px;
  color: #2E3581;
  border: 0;
  border-radius: 8px;
}

@media screen and (max-width: 960px) {
  .contact-form__field {
    height: 54px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}

.contact-form__field:focus {
  outline: none;
}

.contact-form__field:last-child {
  margin-bottom: 0;
}

.contact-form__field._textarea {
  height: 194px;
  margin-bottom: 0;
  padding-top: 26px;
}

@media screen and (max-width: 960px) {
  .contact-form__field._textarea {
    height: 138px;
    padding-top: 18px;
  }
}

.contact-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 760px) {
  .contact-form__bottom {
    padding-top: 30px;
  }
}

.contact-form__submit {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 23px 93px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: #526de0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 760px) {
  .contact-form__submit {
    display: block;
    width: 100%;
  }
}

.contact-form__submit:hover {
  background: #687fe4;
}

.contact-form__submit:focus {
  outline: none;
}

.footer {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 80px;
  background: -webkit-linear-gradient(357.42deg, #2c315d 3.17%, #747ce3 112.46%);
  background: linear-gradient(92.58deg, #2c315d 3.17%, #747ce3 112.46%);
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 60px 0 10px;
  }
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 40px 0;
  }
}

.footer:before {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 80px solid #fff;
  border-left: 1920px solid transparent;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer__wrapper {
    padding: 0 40px;
  }
}

@media screen and (max-width: 760px) {
  .footer__wrapper {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 760px) {
  .footer__right {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .footer__logo {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__slogan {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.375rem;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.5);
}

.footer__slogan span {
  color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 960px) {
  .footer__slogan {
    font-size: 1.375rem;
    line-height: 2.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__slogan br {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .footer__slogan {
    display: none;
  }
}

.footer__button {
  width: 100%;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 760px) {
  .footer__button {
    text-align: center;
  }
}

.footer__button a {
  display: inline-block;
  padding: 24px 68px;
  text-decoration: none;
  color: #303564;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 760px) {
  .footer__button a {
    display: block;
  }
}

.footer__button a:hover {
  color: #fff;
  background-color: #2E3581;
}

.footer-menu {
  margin-right: 100px;
}

@media screen and (max-width: 960px) {
  .footer-menu {
    display: none;
  }
}

.footer-menu__container {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  text-indent: 0;
}

.footer-menu__link {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.875rem;
  text-decoration: none;
  color: #b0b2c8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer-menu__link:hover {
  color: #ecedf2;
}

.footer-contacts__item {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .footer-contacts__item {
    line-height: 2rem;
  }
}

.footer-contacts__item._name {
  color: #50BE61;
}

.footnote {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  padding: 110px 0 133px;
  text-align: center;
  color: #50BE61;
}

@media screen and (max-width: 960px) {
  .footnote {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    padding: 60px 32px;
  }
}

@media screen and (max-width: 760px) {
  .footnote {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 40px 0;
  }
}

.footnote span {
  color: #2E3581;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 960px) {
  .header {
    padding: 25px 0;
  }
}

.header._fixed {
  padding: 25px 0;
  background: url(../images/assets/header/bg.svg) no-repeat center;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: block;
  width: 198px;
  height: 52px;
  background: url(../images/assets/header/logo.svg) no-repeat center;
}

.icon {
  z-index: -1;
}

.menu__mobile {
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/assets/menu/menu.svg) no-repeat center;
}

@media screen and (max-width: 960px) {
  .menu__mobile {
    display: block;
  }
}

.menu__mobile._active {
  background: url(../images/assets/menu/close.svg) no-repeat center;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  text-indent: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .menu__container {
    position: absolute;
    z-index: -99;
    top: 100px;
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    padding: 0 32px 32px 32px;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}

@media screen and (max-width: 960px) {
  .menu__container._active {
    z-index: 100;
    visibility: visible;
    opacity: 1;
  }
}

.menu__item {
  padding: 0 32px;
}

@media screen and (max-width: 960px) {
  .menu__item {
    padding: 14px 0;
  }
}

.menu__item:last-child {
  padding-right: 0;
}

.menu__link {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #2E3581;
}

.menu__link:hover:not(._button) span {
  border-bottom-color: #c4c7ea;
}

.menu__link span {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menu__link._button {
  position: relative;
  overflow: hidden;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  background-color: #2E3581;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 960px) {
  .menu__link._button {
    display: block;
    text-align: center;
  }
}

.menu__link._button:hover {
  background-color: #3b44a7;
}

.menu__link._button:hover:after {
  left: 100%;
}

.menu__link._button span {
  position: relative;
  z-index: 2;
}

.menu__link._button:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0)), to(#666ec8));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 40%, #666ec8);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, #666ec8);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.portfolio__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 66px;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #2E3581;
}

@media screen and (max-width: 960px) {
  .portfolio__title {
    margin-bottom: 40px;
  }
}

.portfolio__button {
  text-align: center;
}

.portfolio__button a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
  display: inline-block;
  margin: 60px auto 0;
  padding: 24px 72px;
  white-space: nowrap;
  text-decoration: none;
  color: #50BE61;
  border: 1px solid #50BE61;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 960px) {
  .portfolio__button a {
    margin-top: 0;
  }
}

@media screen and (max-width: 760px) {
  .portfolio__button a {
    display: block;
    margin-top: 0;
  }
}

.portfolio__button a span {
  position: relative;
  z-index: 2;
}

.portfolio__button a:hover {
  color: #fff;
}

.portfolio__button a:hover:after {
  right: 0;
}

.portfolio__button a:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 7px;
  background: #50BE61;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.portfolio-slider {
  position: relative;
}

.portfolio-slider__arrow {
  position: absolute;
  z-index: 2;
  top: 130px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
  .portfolio-slider__arrow {
    top: 60px;
    width: 54px;
    height: 54px;
  }
}

@media screen and (max-width: 760px) {
  .portfolio-slider__arrow {
    top: 50px;
  }
}

.portfolio-slider__arrow:before {
  width: 23px;
  height: 25px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.portfolio-slider__arrow._prev {
  left: 0;
}

@media screen and (max-width: 960px) {
  .portfolio-slider__arrow._prev {
    left: -20px;
  }
}

@media screen and (max-width: 760px) {
  .portfolio-slider__arrow._prev {
    left: -27px;
  }
}

.portfolio-slider__arrow._prev:before {
  background: url(../images/assets/portfolio/larr.svg) no-repeat center;
}

.portfolio-slider__arrow._next {
  right: 0;
}

@media screen and (max-width: 960px) {
  .portfolio-slider__arrow._next {
    right: -20px;
  }
}

@media screen and (max-width: 760px) {
  .portfolio-slider__arrow._next {
    right: -27px;
  }
}

.portfolio-slider__arrow._next:before {
  background: url(../images/assets/portfolio/rarr.svg) no-repeat center;
}

.portfolio-slider__item {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .portfolio-slider__item {
    padding: 10px 10px 80px 10px;
  }
}

@media screen and (max-width: 760px) {
  .portfolio-slider__item {
    padding-bottom: 50px;
  }
}

.portfolio-slider__item:focus {
  outline: none;
}

.portfolio-slider__item img {
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 50px 30px #dadcdf;
          box-shadow: 0 50px 30px #dadcdf;
}

@media screen and (max-width: 960px) {
  .portfolio-slider__item img {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .portfolio-slider__item img {
    width: 100%;
    -webkit-box-shadow: 0 20px 10px #dadcdf;
            box-shadow: 0 20px 10px #dadcdf;
  }
}

.services {
  position: relative;
  z-index: 98;
  margin-top: -146px;
}

@media screen and (max-width: 960px) {
  .services {
    margin-top: -166px;
  }
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 960px) {
  .services__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.services-item {
  padding: 0 30px;
}

@media screen and (max-width: 760px) {
  .services-item {
    width: 33%;
  }
}

@media screen and (max-width: 760px) {
  .services-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.services-item__image {
  padding-bottom: 10px;
}

.services-item__image img {
  display: block;
  margin: 0 auto;
}

.services-item__title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  text-align: center;
  letter-spacing: .08em;
  color: #2E3581;
}

.premium {
  padding-top: 174px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .premium {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .premium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.premium__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .premium__top {
    display: block;
    margin-bottom: 30px;
  }
}

.premium__title {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 3.125rem;
  color: #2d325f;
}

@media screen and (max-width: 960px) {
  .premium__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.premium__title span {
  font-size: 1.125rem;
  display: block;
  color: #6a7c93;
}

@media screen and (max-width: 760px) {
  .premium__title span {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 10px;
  }
}

.premium__more {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  padding-top: 18px;
  padding-right: 22px;
  text-decoration: none;
  text-decoration: none;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #646cc6;
}

@media screen and (max-width: 960px) {
  .premium__more {
    display: none;
  }
}

.premium__more:hover:after {
  right: 0;
}

.premium__more:after {
  position: absolute;
  top: 19px;
  right: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../images/assets/premium/rarr.svg) no-repeat center;
  background-size: 12px 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.premium__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .premium__list {
    display: block;
  }
}

.premium-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33.3333%;
  margin-bottom: 35px;
  padding: 0 30px 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .premium-item {
    max-width: 48%;
    padding-left: 0;
  }
}

@media screen and (max-width: 760px) {
  .premium-item {
    display: block;
    max-width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2eafb;
  }
}

.premium-item:nth-child(1), .premium-item:nth-child(2), .premium-item:nth-child(3) {
  border-bottom: 1px solid #e2eafb;
}

.premium-item__image {
  width: 76px;
  height: 76px;
  margin-right: 16px;
}

@media screen and (max-width: 760px) {
  .premium-item__image {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.premium-item__image img {
  display: block;
  width: 100%;
}

.premium-item__content {
  width: 71%;
  padding-top: 10px;
}

@media screen and (max-width: 760px) {
  .premium-item__content {
    width: 100%;
  }
}

.premium-item__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 14px;
  color: #2d325f;
}

.premium-item__text {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5625rem;
  color: #6a7c93;
}

.team {
  padding: 140px 0;
  background: #f8fafe;
}

@media screen and (max-width: 960px) {
  .team {
    padding: 60px 0;
  }
}

.team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .team__wrapper {
    display: block;
  }
}

.team__title {
  font-size: 2.25rem;
  line-height: 3.125rem;
  padding-bottom: 40px;
  color: #2d325f;
}

@media screen and (max-width: 960px) {
  .team__title {
    padding-bottom: 20px;
  }
  .team__title br {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .team__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 20px;
  }
}

.team__text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: 100%;
  max-width: 840px;
  color: #2e306c;
}

/*# sourceMappingURL=main.css.map */
