/*! 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;
  background-color: #F9FDFF;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: 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;
}

html {
  box-sizing: border-box;
}

*,
*::after,
::before {
  box-sizing: inherit;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  color: #022F64;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #022F64;
}

.subtitle {
  font-family: 'Montserrat', sans-serif;
  line-height: 146%;
  text-align: center;
  opacity: 0.7;
}

.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
}



.container {
  padding: 0 15px;
}

.header {
  margin-bottom: 69px;
}

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

.header__mail {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}

.intro {
  margin-bottom: 92px;
  background-image: url(../img/img/intro-bg.svg);
  background-repeat: no-repeat;
  background-position: -25px 160px;
  background-position:  center 150px;
}

.intro__wrap {
  text-align: center;
}

.intro__title {
  font-size: 26px;
  font-weight: 700;
  width: 344px;
  line-height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.intro__subtitle {
  font-family: 'Montserrat', sans-serif;
  line-height: 146%;
  opacity: 0.7;
  width: 244px;
  margin: 0 auto;
  margin-bottom: 390px;
}

.intro__btn {
  background-color: #fff;
  background: -o-linear-gradient(312.89deg, #46B8E9 -23.53%, #9A64EB 90.86%);
  background: linear-gradient(137.11deg, #46B8E9 -23.53%, #9A64EB 90.86%);
  border-radius: 26.5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  width: 346px;
  display: block;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
  background-size: 200%;
  transition: all .5s;
}

.intro__btn::after {
  content: url(../img/img/chat-go.svg);
  position: absolute;
  top: 5px;
  right: 6px;
}

.intro__btn:hover{
  background: linear-gradient(137.11deg, #289ACB -23.53%, #7C46CD 90.86%);
}

.steps__item.active .steps__item-ic{
  background: linear-gradient(137.11deg, #46B8E9 -23.53%, #9A64EB 90.86%), #FFFFFF;
}

.steps__item.active .steps__item-ic::after{
  color: #fff;
}

.steps__item.active .steps__item-ic::before{
  opacity: 1;
}

.steps {
  margin-bottom: 312px;
  padding-top: 155px;
  background-image: url(../img/img/step-bg.svg);
  background-position: 0 -200px;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.steps__info {
  font-family: 'Montserrat', sans-serif;
  width: 160px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  opacity: 0.7;
}

.steps__info::after {
  content: url(../img/img/step-arrow.svg);
  position: absolute;
  top: 50px;
  left: 35px;
}

.steps__title {
  margin-bottom: 40px;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}

.steps__item:nth-child(3)::after {
  content: url(../img/img/step-line-2.svg);
}

.steps__item:nth-child(4)::after {
  content: url(../img/img/step-line-3.svg);
  bottom: -200px;
}

.steps__item:nth-child(5)::after {
  content: url(../img/img/step-line-4.svg);
  bottom: -200px;
}

.steps__item:nth-child(6)::after {
  content: url(../img/img/step-line-5.svg);
  bottom: -190px;
}

.steps__item:nth-child(7)::after {
  content: url(../img/img/step-line-6.svg);
  bottom: -210px;
}

.steps__item:nth-child(8)::after {
  display: none;
}

.steps__item::after {
  content: url(../img/img/step-line-1.svg);
  position: absolute;
  bottom: -210px;
}

.steps__item-ic {
  width: 120px;
  height: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 65, 94, 0.2), 0px 49px 50px -20px rgba(0, 65, 94, 0.3);
  box-shadow: 0px 4px 25px rgba(0, 65, 94, 0.2), 0px 49px 50px -20px rgba(0, 65, 94, 0.3);
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

.steps__item-ic::before{
  /* content: url(../img/img/step-active.png); */
  position: absolute;
  top: -289px;
  left: -144px;
  opacity: 0;
  transition: all .5s;
}
.steps__item-ic_2::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic_3::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic_4::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic_5::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic_6::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic_7::before {
  /* content: url(../img/img/step-active.png); */
}

.steps__item-ic::after {
  content: "1";
  position: absolute;
  top: 37px;
  left: 44px;
  font-weight: bold;
  font-size: 66px;
  top: 20px;
  left: 43px;
  transition: all .5s;
}

.steps__item-ic_2::after {
  content: "2";
}

.steps__item-ic_3::after {
  content: "3";
}

.steps__item-ic_4::after {
  content: "4";
}

.steps__item-ic_5::after {
  content: "5";
}

.steps__item-ic_6::after {
  content: "6";
}

.steps__item-ic_7::after {
  content: "7";
}

.steps__item-title {
  width: 234px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.steps__item-subtitle {
  line-height: 146%;
  text-align: center;
  width: 298px;
  opacity: 0.7;
}

.small-info {
  background-image: url(../img/img/small-info-bg.svg);
  background-repeat: no-repeat;
  background-position: center 200px;
  padding-bottom: 626px;
}

.small-info__title {
  margin-bottom: 20px;
}

.small-info__subtitle {
  text-align: center;
}

.features__item{
  padding-bottom: 30px;
}

.stat {
  margin-bottom: 111px;
  padding: 50px 0;
  background-color: #E9F2FD;
}

.stat__title {
  margin-bottom: 41px;
}

.stat__item {
  margin-bottom: 59px;
}

.stat__item:last-child {
  margin-bottom: 0;
}

.stat__item-ic {
  display: block;
  margin: 0 auto;
}

.stat__item-subtitle {
  width: 340px;
  margin: 0 auto;
}

.features {
  margin-bottom: 100px;
}

.features__title {
  margin-bottom: 30px;
}

.features-slider {
  margin: 0 -15px;
}

.features__item {
  width: 346px;
  padding: 20px 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 65, 94, 0.1), 0px 49px 50px -20px rgba(0, 65, 94, 0.2);
  box-shadow: 0px 4px 25px rgba(0, 65, 94, 0.1), 0px 49px 50px -20px rgba(0, 65, 94, 0.2);
  border-radius: 16px;
}

.features__item-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.features__item-subtitle {
  text-align: left;
}

.case {
  margin-bottom: 100px;
  position: relative;
}

.case-slider {
  margin: 0 -15px;
}

.case__title {
  margin-bottom: 70px;
}

.case__item {
  padding: 0;
  padding-bottom: 60px;
}

.case__item-title {
  margin-bottom: 70px;
  padding-left: 20px;
  padding-top: 20px;
}

.case__name {
  display: block;
  margin: 0 auto;
  margin-bottom: 62px;
}

.case__line {
  height: 2px;
  border: none;
  background-color: #022F64;
  width: 100%;
  margin-bottom: 20px;
}

.case__info {
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #022F64;
  opacity: 0.7;
}

.case .slick-slide {
  height: 500px;
}

.technolog {
  margin-bottom: 100px;
}

.technolog__title {
  text-align: left;
  margin-bottom: 25px;
}

.technolog__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}

.staff {
  background-color: #E9F2FD;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
  width: 100%;
}

.staff__title {
  margin-bottom: 40px;
}

.staff__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 40px;
}

.staff__wrap img {
  display: block;
  margin: 0 auto;
}

.contact {
  background-image: url(../img/img/contact-bg.svg);
  background-repeat: no-repeat;
  background-position: 20px 0;
  padding-top: 416px;
  text-align: center;
  margin-bottom: 104px;
}

.contact__title {
  margin-bottom: 25px;
}

.footer {
  background-image: url(../img/img/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: -250px 0;
  height: 347px;
  padding-top: 164px;
  text-align: center;
}

.footer__item img {
  margin-bottom: 50px;
}

.footer__info {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}

.slick-slide {
  padding: 30px 15px;
  height: 390px;
  position: relative;
}

.case__item{
  height: 407px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}

.slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: #C0EAFF;
  border-radius: 50%;
  border: none;
  outline: none;
  margin-right: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slick-dots li.slick-active button {
  background-color: #022F64;
  width: 24px;
  height: 24px;
}

.case__name-2{
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
  .title {
    font-size: 28px;
  }
  .header {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__mail {
    margin-left: 446px;
    color: #fff;
  }
  .intro {
    padding-top: 270px;
    background-image: url(../img/img/intro-bg-768.svg);
    background-position: 200px -50px;
    padding-bottom: 300px;
  }
  .intro__title {
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 34px;
    width: 476px;
  }
  .intro__subtitle {
    margin: 0;
    text-align: left;
    margin-bottom: 25px;
  }
  .intro__btn {
    margin: 0;
    text-align: left;
    padding-left: 32px;
    width: 233px;
  }
  .steps {
    margin-bottom: 150px;
  }
  .steps__info {
    top: 250px;
  }
  .steps__info::after {
    -webkit-transform: rotate(55deg) scale(1, -1);
    -ms-transform: rotate(55deg) scale(1, -1);
    transform: rotate(55deg) scale(1, -1);
    top: -87px;
    left: 117px;
  }
  .steps__item::after {
    content: url(../img/img/step-line-768.svg);
    bottom: 0;
    left: 21px;
    top: 63px;
    z-index: -1;
  }
  .steps__item:nth-child(3)::after, .steps__item:nth-child(6)::after, .steps__item:nth-child(7)::after {
    display: none;
  }
  .steps__item:nth-child(4)::after {
    content: url(../img/img/Blob-1.svg);
    top: 200px;
  }
  .steps__item:nth-child(5)::after {
    content: url(../img/img/Blob-2.svg);
    left: 600px;
    top: 300px;
  }
  .steps__item {
    margin-bottom: 100px;
  }
  .steps__item-title {
    font-size: 22px;
  }
  .steps__item-subtitle {
    font-size: 16px;
    width: 438px;
  }
  .small-info__subtitle {
    font-size: 16px;
    max-width: 449px;
    margin: 0 auto;
  }
  .small-info {
    background-image: url(../img/img/small-info-bg-768.svg);
    background-position: 100px 200px;
    padding-bottom: 900px;
  }
  .stat__item-subtitle {
    font-size: 18px;
  }
  .technolog__title {
    width: 540px;
    margin: 0;
    margin-bottom: 79px;
  }
  .technolog__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .staff__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact {
    background-image: url(../img/img/contact-bg-768.svg);
    padding-bottom: -20px;
    padding-top: 753px;
  }
  .contact__title {
    width: 341px;
    margin-bottom: 25px;
  }
  .contact__btn {
    width: 297px;
    margin: 0 auto;
  }
  .footer {
    background-image: url(../img/img/footer-bg-768.svg);
    background-position: -300px 0px;
    padding-top: 110px;
    height: 190px;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__item {
    text-align: right;
  }
  .features__item {
    width: 300px !important;
  }
  .slick-list {
    overflow: hidden;
  }
  .features .slick-slide {
    padding: 30px 1px;
    height: 560px;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
  .case .slick-slide {
    height: 560px;
  }
  .features .container {
    padding: 0;
  }
  .case .container {
    padding: 0;
  }
  .features__title {
    font-size: 22px;
  }
  .features__item-subtitle {
    font-size: 16px;
    width: 270px;
  }
  .case__item-title {
    font-size: 24px;
  }
  .case__info {
    font-weight: 700;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1133px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .title{
    font-size: 24px;
  }
  .subtitle{
    font-size: 18px;
  }

  .intro {  
    padding-top: 270px;
    background-image: none;
    background-position: right -100px;
    padding-bottom: 200px;
  }

  .intro::after{
    content: url(../img/img/intro-bg-big.svg);
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
  }

  .intro__title{
    font-size: 46px;
    width: 760px;
  }

  .intro__subtitle{
    font-size: 18px;
    width: 444px;
  }

  .header{
    width: 100%;
  }

  .steps__item:nth-child(4)::after {
    top: 200px;
    left: 0;
  }
  .steps__item:nth-child(5)::after {
    left: 259px;
    top: 300px;
  }

  .stat__wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .technolog__wrap{
    grid-template-columns: repeat(4, 1fr);
  }

  .contact{
    background-position: center 0;
  }

  .contact__title{
    font-size: 36px;
    width: 441px;
  }

  .footer{
    background-image: url(../img/img/footer-bg-big.svg);
    background-position: center 0;
    height: 301px;
    padding-top: 200px;
  }


  .small-info__title{
    text-align: left;
  }

  .small-info__subtitle {
    text-align: left;
    margin: 0;
  }

  .features__item{
    height: 400px;
  }

  .features__item-title{
    font-size: 22px;
  }
  .features__item-subtitle{
    font-size: 16px;
  }

  .case__name-2{
    margin-bottom: 30px;
  }

  .small-info{
    padding-top: 300px;
    background-position: right 17.3px;
    padding-bottom: 600px;
  }

  .steps__item::after {
    left: 234px;
    top: 75px;
  }

  .steps__item {
    margin-bottom: 112px;
  }

  .small-info__subtitle::after{
    content: url(../img/img/small-info-el.svg);
    position: absolute;
    left: 0;
  }

  .steps{
    padding-top: 0;
    background-image: url(../img/img/step-bg-big.svg);
  }

  .steps__item::after{
    content: url(../img/img/step-line-big.svg);
  }

  .steps__wrap{
    display: flex;
    flex-direction: column;
    padding-left: 150px;
  }

  .steps__item{
    display: flex;
    flex-direction: row;
    margin-bottom: 46px;
  }

  .steps__item::after{
    left: 52px;
    top: 201px;
  }

  .steps__item-title{
    margin: 0;
    margin-bottom: 20px;
    padding-top: 80px;
    padding-left: 20px;
    text-align: left;
    width: 293px;
  }

  .steps__item-subtitle{
    text-align: left;
    padding-left: 20px;
    transition: all .5s;
  }

  .steps__item:nth-child(3),
  .steps__item:nth-child(5),
  .steps__item:nth-child(7) {
    align-self: flex-end;
  }

  .steps__item:nth-child(3){
    margin-top: 70px;
  }

  .steps__info {
    top: 411px;
  }

  .steps__info::after {
    transform: rotate(242deg) scale(1, 1);
    top: -87px;
    left: 117px;
  }

  .steps__item-ic{
    cursor: pointer;
  }

  .technolog__title{
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    width: 685px;
  }

  .title{
    font-size: 36px;
  }

  .case__title{
    text-align: left;
  }

  .case__item {
    width: 350px !important;
    padding-bottom: 30px;
  }

  .case__name-karma{
    margin: 0 auto;
    margin-bottom: 29px;
  }

  .steps__item:nth-child(4)::after {
    top: 225px;
    left: -73px;
  }

  .header__logo{
    scale: 1.3;
  }

  .header__mail {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
  }

  .header__mail {
    font-size: 18px;
  }

  .footer__info{
    font-size: 18px;
  }

  .footer__item img{
    scale: 1.2;
  }

  .footer {
    padding-top: 222px;
  }
}
