/*! 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 {
  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;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}
a {
  color: #6A529E;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #F9FBFD;
  color: #464D55;
}
.page {
  padding: 70px 0;
}
.btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.ya-btn {
  padding-left: 62px;
  position: relative;
}
.btn.ya-btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 17px;
  height: 31px;
  top: 50%;
  margin-top: -15px;
  background-image: url('/images/img/icons/yandex-btn-icon.svg');
  background-repeat: no-repeat;
}
.btn-orange {
  background: linear-gradient(271.83deg, #FFCA53 0%, #EEB550 100%);
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
  color: #464D55;
  font-weight: bold;
}
.btn-orange:hover {
  background: linear-gradient(271.83deg, #FFD882 0%, #FFD488 100%);
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
}
.btn-orange:focus {
  background: linear-gradient(271.83deg, #F9AC00 0%, #DF8F00 100%);
  box-shadow: inset 5px 5px 10px rgba(190, 190, 190, 0.4), inset -5px -5px 10px rgba(190, 190, 190, 0.1);
}
.btn-violet {
  background: #6A529E !important;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
  color: #ffffff !important;
}
.btn-violet:hover {
  background: #936EE3 !important;
}
.btn-violet:focus {
  background: #342750;
}
.btn-gray {
  background: linear-gradient(149.84deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
  color: #464D55;
}
.btn-gray:hover {
  background: linear-gradient(271.83deg, #FFCA53 0%, #EEB550 100%);
}
.btn-gray:focus {
  background: linear-gradient(149.84deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: inset 5px 5px 10px rgba(190, 190, 190, 0.4), inset -5px -5px 10px rgba(190, 190, 190, 0.1);
}
.block-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}
.block-description {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
}
.service-info {
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  padding: 20px 15px 30px;
  margin-bottom: 58px;
  margin-left: -15px;
  margin-right: -15px;
}
.service-info-mobile__image {
  text-align: center;
  margin-bottom: 3px;
}
.service-info-mobile__image img {
  max-width: 100%;
}
.service-info__image {
  display: none;
}
.service-info__image img {
  max-width: 100%;
}
.service-info__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.service-info__descr,
.service-info__txt {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
.service-info__txt {
  color: #6A529E;
}
.service-info__buttons {
  margin-top: 30px;
}
.service-info__buttons .btn {
  width: 100%;
}
/* cекция */
.business-section {
  margin-bottom: 30px;
}
.business-card {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 10px;
  padding: 23px 0px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.business-card:hover::after {
  width: 600px;
  height: 600px;
}
.business-card:hover .business-card__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.business-card:hover .business-card__link span {
  display: none;
}
.business-card__icon {
  width: 65px;
  margin-right: 7px;
  position: relative;
  z-index: 3;
}
.business-card__icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.business-card__more {
  position: absolute;
  bottom: 30px;
  right: 52px;
}
.business-card__content {
  flex: 1;
  padding: 0 40px 0 0px;
  display: flex;
  align-items: center;
}
.business-card__hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-left: 205px;
  z-index: 4;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.business-card__title {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin: 0;
}
.business-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: 0;
  bottom: 0;
  text-decoration: none;
  background-image: url(/images/img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.business-card__link span {
  display: none;
}
.business-cards__buttons {
  margin-top: 15px;
}
.business-cards__buttons .btn {
  width: 100%;
  margin-bottom: 20px;
}
/* сервисы */
.services-section {
  margin-bottom: 15px;
}
.services-section .block-description {
  margin-bottom: 20px;
}
.service-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 25px;
  width: 100%;
}
.service-card__icon {
  text-align: center;
  position: relative;
  z-index: 3;
  height: 104px;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__icon img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.service-card__title {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  padding: 0 10px;
}
.service-card__hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 205px;
  z-index: 4;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.service-card__buttons {
  text-align: center;
  margin-top: 18px;
}
.service-card__link {
  color: #6A529E;
  text-decoration: none;
  bottom: 40px;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 12px;
  background: linear-gradient(149.84deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
  border-radius: 5px;
  display: inline-block;
}
/* Тарифы */
.tariff-section {
  margin-bottom: 20px;
}
.tariff-card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 10px;
  padding: 20px 10px 25px;
  margin-bottom: 20px;
}
.tariff-card .tariff-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #6A529E;
  margin-bottom: 28px;
}
.tariff-card .tariff-more {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.tariff-card .card-buttons {
  text-align: center;
  margin-top: 30px;
}
.tariff-card .card-buttons .btn {
  width: 100%;
}
.tariff-info__line {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 18.29px;
}
.tariff-info__line .item-title {
  margin-bottom: 20px;
}
.tariff-info__line .item-descr {
  font-weight: bold;
  margin-bottom: 15px;
}
.tariff-info__line .item-descr span {
  color: #6A529E;
}
.tariff-info__line p {
  color: #6A529E;
  margin: 0 0 10px;
}
.tariff-info__line:last-child {
  border-bottom: 0;
}
/* кейсы */
.cases-section {
  margin-bottom: 7px;
}
.cases-section .block-description {
  margin-bottom: 17px;
}
.cases-cards {
  margin-top: 28px;
}
.cases-card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 10px;
  padding: 20px 15px 25px;
  margin-bottom: 35px;
}
.cases-card .card-buttons {
  margin-top: 25px;
  text-align: center;
}
.cases-card__image {
  text-align: center;
}
.cases-card__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -35px;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
}
.cases-card__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cases-card__descr {
  font-size: 15px;
  line-height: 18px;
}
.cases-card__btn {
  background: #2d86ca;
  color: #ffffff;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 14px;
  display: inline-block;
}
.cases-card__btn:hover {
  background: #60a4d8;
}
.cases-card__btn:focus {
  background: #359dec;
  box-shadow: inset 5px 5px 10px rgba(190, 190, 190, 0.4), inset -5px -5px 10px rgba(190, 190, 190, 0.1);
}
/* Этапы */
.etaps-section {
  margin-bottom: 40px;
  background: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
}
.etap-cards {
  position: relative;
  background-image: url(/images/img/etap-lines-mobile.svg);
  background-repeat: no-repeat;
  background-position: center top 25px;
}
.etap-card {
  text-align: center;
  margin-bottom: 45px;
}
.etap-card__icon {
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(149.84deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px #FFFFFF;
}
.etap-card__icon img {
  max-width: 73px;
  max-height: 73px;
}
.etap-card__num {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #6A529E;
  position: absolute;
  left: -10px;
  top: -10px;
}
.etap-card__title {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  font-weight: bold;
}
.etap-card__descr {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
/* партнеры */
.partners-list {
  /*text-align: center;*/
}
.partners-list img {
  max-width: 115px;
}
@keyframes rotate-image {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .gutter-gray {
    height: 1px;
    background: #E9E9E9;
    width: 100%;
  }
  .row {
    margin-right: -22px;
    margin-left: -22px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 22px;
    padding-left: 22px;
  }
  .btn {
    padding: 14px 21px;
    font-size: 18px;
    line-height: 22px;
  }
  .service-info {
    min-height: 482px;
    border-radius: 10px;
    padding: 40px 35px 40px;
    margin-bottom: 95px;
    margin-left: 0;
    margin-right: 0;
  }
  .service-info-mobile__image {
    display: none;
  }
  .service-info__image {
    display: block;
  }
  .service-info__image img {
    max-width: 530px;
    left: -75px;
    position: absolute;
    top: -10px;
  }
  .service-info__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 42px;
  }
  .service-info__descr,
  .service-info__txt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .service-info__txt {
    color: #6A529E;
  }
  .service-info__buttons {
    margin-top: 50px;
  }
  .service-info__buttons .btn {
    width: auto;
  }
  .block-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .block-description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .business-section {
    margin-bottom: 100px;
  }
  .business-card {
    padding: 30px 10px;
    margin-bottom: 30px;
    min-height: 180px;
  }
  .business-card:before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 276px;
    height: 276px;
    left: -50%;
    margin-left: 125px;
    top: 50%;
    margin-top: -138px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .business-card:after {
    transform: translate(-50%, -50%);
    background: linear-gradient(271.83deg, #FFCA53 0%, #EEB550 100%);
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.2s linear 0s;
  }
  .business-card:hover::after {
    width: 600px;
    height: 600px;
  }
  .business-card:hover .business-card__icon {
    animation: rotate-image 0.3s linear;
    animation-fill-mode: both;
  }
  .business-card:hover .business-card__hover {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .business-card:hover .business-card__title {
    z-index: -1;
  }
  .business-card:hover .business-card__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
  }
  .business-card:hover .business-card__link span {
    display: none;
  }
  .business-card__icon {
    width: 160px;
    margin-right: 30px;
    position: relative;
    z-index: 3;
  }
  .business-card__more {
    position: absolute;
    bottom: 30px;
    right: 52px;
  }
  .business-card__content {
    flex: 1;
    padding-right: 40px;
    padding: 0 30px 40px 0;
    align-items: baseline;
  }
  .business-card__hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-left: 205px;
    z-index: 4;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .business-card__title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
  .business-card__link {
    background-image: none;
    z-index: 3;
    width: auto;
    height: auto;
    top: initial;
    left: initial;
    right: 52px;
    bottom: 35px;
  }
  .business-card__link span {
    display: inline-block;
  }
  .business-cards__buttons {
    padding: 0 52px;
    margin-top: 20px;
  }
  .business-cards__buttons .btn {
    width: auto;
  }
  .business-cards__buttons .buttons-left {
    text-align: left;
  }
  .business-cards__buttons .buttons-right {
    text-align: right;
  }
  /* сервисы */
  .services-section {
    margin-bottom: 55px;
  }
  .services-section .block-description {
    margin-bottom: 52px;
  }
  .services-cards > .row {
    margin-right: -22px;
    margin-left: -22px;
  }
  .services-cards > .row > .col {
    padding-right: 22px;
    padding-left: 22px;
  }
  .service-card {
    min-height: 322px;
    margin-bottom: 40px;
    padding-bottom: 70px;
  }
  .service-card:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 318px;
    height: 318px;
    left: 50%;
    margin-left: -164px;
    top: -146px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .service-card:after {
    transform: scale(0);
    background: linear-gradient(271.83deg, #FFCA53 0%, #EEB550 100%);
    content: "";
    display: block;
    height: 600px;
    left: 0;
    position: absolute;
    bottom: -125px;
    width: 600px;
    left: -78px;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
  }
  .service-card:hover:before {
    z-index: 3;
  }
  .service-card:hover::after {
    transform: scale(1);
  }
  .service-card:hover .service-card__title {
    z-index: -1;
  }
  .service-card:hover .service-card__hover {
    display: block;
  }
  .service-card:hover .service-card__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
  }
  .service-card:hover .service-card__link span {
    display: none;
  }
  .service-card:hover .service-card__icon img {
    animation: rotate-image 0.3s linear;
    animation-fill-mode: both;
  }
  .service-card__icon {
    height: 160px;
    margin-bottom: 0;
  }
  .service-card__icon img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .service-card__title {
    font-size: 20px;
    line-height: 24px;
    min-height: 72px;
  }
  .service-card__link {
    font-size: 16px;
    line-height: 20px;
    bottom: 40px;
    box-shadow: none;
    background: none;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* Тарифы */
  .tariff-section {
    margin-bottom: 115px;
  }
  .tariff-card {
    padding: 50px 30px 32px;
  }
  .tariff-card .tariff-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 35px;
  }
  .tariff-card .tariff-more {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .tariff-card .card-buttons {
    text-align: center;
    margin-top: 49px;
  }
  .tariff-card .card-buttons .btn {
    width: 280px;
  }
  .tariff-info__line {
    font-size: 18px;
    line-height: 22px;
  }
  .tariff-info__line .item-title,
  .tariff-info__line .item-descr {
    margin-bottom: 21px;
  }
  .tariff-info__line .item-descr {
    font-weight: bold;
    font-size: 16px;
  }
  .tariff-info__line .item-descr span {
    color: #6A529E;
  }
  .tariff-info__line p {
    margin: 0 0 20px;
  }
  .tariff-info__line.dop {
    color: #6A529E;
  }
  .tariff-info__line:last-child {
    border-bottom: 0;
  }
  /* кейсы */
  .cases-section {
    margin-bottom: 40px;
  }
  .cases-cards {
    margin-top: 52px;
  }
  .cases-card {
    padding: 20px;
  }
  .cases-card .card-buttons {
    margin-top: 30px;
    text-align: right;
  }
  .cases-card__image {
    position: relative;
  }
  .cases-card__image img {
    margin-top: -47px;
    margin-bottom: 20px;
  }
  .cases-card__title {
    margin-bottom: 39px;
    font-size: 22px;
    line-height: 27px;
    min-height: 80px;
  }
  .cases-card__descr {
    font-size: 18px;
    line-height: 22px;
  }
  .cases-card__btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 28px;
  }
  /* Этапы */
  .etaps-section {
    margin-bottom: 92px;
    background: transparent;
  }
  .etap-cards {
    margin-top: 30px;
    position: relative;
    background-image: url('/images/img/icons/etap-lines.svg');
    background-position: center 60px;
  }
  .etap-card {
    text-align: center;
  }
  .etap-card.bottom {
    margin-top: 200px;
  }
  .etap-card__icon {
    position: relative;
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .etap-card__icon img {
    max-width: 128px;
    max-height: 128px;
  }
  .etap-card__num {
    font-size: 60px;
    line-height: 70px;
    left: -18px;
    top: -17px;
  }
  .etap-card__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .etap-card__descr {
    font-size: 18px;
    line-height: 22px;
  }
  .partners-section .block-title {
    position: relative;
    margin-bottom: 16px;
  }
  .partners-section .partners-list {
    margin-top: 54px;
  }
  .partners-section .partners-list img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .service-info {
    padding: 58px 50px 62px;
  }
  .service-info__image img {
    max-width: 660px;
    left: -159px;
    position: absolute;
    top: -16px;
  }
  .service-card:after {
    height: 400px;
    bottom: -43px;
    width: 400px;
    left: -73px;
  }
  .business-card::before {
    margin-left: 174px;
  }
  .tariff-card {
    padding: 50px 70px 32px;
  }
  .cases-card {
    padding: 20px 28px;
  }
  .etap-cards {
    background-position: left 95px top 86px;
  }
  .partners-section .partners-list img {
    max-width: 320px;
  }
}
.under-header,
.price {
  font-size: 1.125rem;
}
.under-header {
  font-weight: 600;
}
/*# sourceMappingURL=home.css.map */


.slider {
  position: relative
}

.slider__container {
  overflow: hidden
}

.slider__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: transform .5s ease
}

.slider_disable-transition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.slider__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slider__control {
  position: absolute;
  top: 50%;
  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;
  width: 21px;
  color: #fff;
  text-align: center;
  height: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider__control_hide {
  display: none
}

.slider__control[data-slide=prev] {
  left: -50px
}

.slider__control[data-slide=next] {
  right: -50px
}

.slider__control:focus,
.slider__control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.slider__control::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.slider__control[data-slide=prev]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='42' viewBox='0 0 21 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00709625 21.0329C0.00572675 21.7327 0.249726 22.4108 0.696738 22.9496L15.689 40.9181C16.1979 41.5297 16.9293 41.9143 17.7222 41.9873C18.515 42.0603 19.3045 41.8158 19.9168 41.3075C20.5291 40.7991 20.9142 40.0687 20.9873 39.2768C21.0604 38.4849 20.8156 37.6964 20.3066 37.0848L6.87355 21.0329L19.8269 4.98103C20.0759 4.67471 20.2619 4.32224 20.3742 3.94388C20.4864 3.56552 20.5227 3.16875 20.4809 2.77635C20.4391 2.38395 20.32 2.00367 20.1306 1.65736C19.9412 1.31106 19.6851 1.00556 19.3771 0.758423C19.0688 0.484161 18.7071 0.276451 18.3147 0.148296C17.9223 0.0201415 17.5076 -0.0256845 17.0966 0.0136755C16.6856 0.0530355 16.2872 0.176735 15.9263 0.377033C15.5654 0.577331 15.2499 0.849914 14.9993 1.17769L0.516833 19.1462C0.140479 19.7005 -0.0389929 20.3648 0.00709625 21.0329Z' fill='%23979797'/%3E%3C/svg%3E%0A")
}

.slider__control[data-slide=next]::before {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='42' viewBox='0 0 21 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00709625 21.0329C0.00572675 21.7327 0.249726 22.4108 0.696738 22.9496L15.689 40.9181C16.1979 41.5297 16.9293 41.9143 17.7222 41.9873C18.515 42.0603 19.3045 41.8158 19.9168 41.3075C20.5291 40.7991 20.9142 40.0687 20.9873 39.2768C21.0604 38.4849 20.8156 37.6964 20.3066 37.0848L6.87355 21.0329L19.8269 4.98103C20.0759 4.67471 20.2619 4.32224 20.3742 3.94388C20.4864 3.56552 20.5227 3.16875 20.4809 2.77635C20.4391 2.38395 20.32 2.00367 20.1306 1.65736C19.9412 1.31106 19.6851 1.00556 19.3771 0.758423C19.0688 0.484161 18.7071 0.276451 18.3147 0.148296C17.9223 0.0201415 17.5076 -0.0256845 17.0966 0.0136755C16.6856 0.0530355 16.2872 0.176735 15.9263 0.377033C15.5654 0.577331 15.2499 0.849914 14.9993 1.17769L0.516833 19.1462C0.140479 19.7005 -0.0389929 20.3648 0.00709625 21.0329Z' fill='%23979797'/%3E%3C/svg%3E%0A")
}

.slider__indicators {
  margin-top: 40px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-bottom: 0
}

.slider__indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: -15px 15px 30px rgba(230, 230, 230, 0.2), 15px -15px 30px rgba(230, 230, 230, 0.2), 15px 15px 38px rgba(230, 230, 230, 0.9);
  background-color: #D2D2D2;
}

.slider__indicators li.active {
  background-color: #6a529e;
}

@media (max-width: 1250px) and (min-width: 1200px) {
  .slider__control[data-slide=prev] {
    left: 0;
  }

  .slider__control[data-slide=next] {
    right: 0;
  }
}

@media (max-width: 1050px) and (min-width: 992px) {
  .slider__control[data-slide=prev] {
    left: 0;
  }

  .slider__control[data-slide=next] {
    right: 0;
  }
}
.business-card__title {
    font-weight: 700;
}
.business-card__link {
    color: #464d55;
}
.col-lg-12 .business-card {
    display: block;
    padding: 30px 30px 40px 30px;
}
.col-lg-12 .business-card:hover .business-card__hover {
    position: absolute;
    top: 30px;
    left: 30px;
    padding-left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.col-lg-12 .business-card:hover .business-card__link {
    margin-right: 0;
}
.col-lg-12 .business-card:hover:after {
    width: 100vw;
    height: 100vw;
}
.col-lg-12 .business-card__content {
    padding: 0;
    width: 100%;
    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;
}
.col-lg-12 .business-card__link {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 20px;
}
.col-lg-12 .business-card__title {
    margin-top: 0;
}
.col-lg-12 .business-card__icons {
    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;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
.col-lg-12 .business-card__icon {
    width: auto;
    margin: 0;
}
.col-lg-12 .business-card__icon:last-child {
    position: relative;
    padding: 15px 10px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}
.col-lg-12 .business-card__icon:last-child:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    left: -30px;
    top: 0;
}
.block-title > .block-description {
    margin-bottom: 20px;
}
.ourService {
    margin: 0;
}
.ourService .tariff-card {
    padding: 50px 15px 120px 15px;
    position: relative;
    text-decoration: none;
}
.ourService .tariff-card:hover .btn {
    background: #936ee3 !important;
}
.ourService .tariff-card .tarif-title {
    color: #464d55;
}
.ourService .tariff-card .tariff-info__line {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}
.ourService .tariff-card .tariff-info__line .item-title {
    position: relative;
    padding-left: 15px;
    color: #464d55;
}
.ourService .tariff-card .tariff-info__line .item-title:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #464d55;
}
.ourService .tariff-card .tariff-info__line .item-title:last-child {
    margin-bottom: 0;
}
.ourService .tariff-card .card-buttons {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.etaps-section .buttons-right a {
    float: right;
}
.case {
    margin-bottom: 100px;
}
.case .box__shadow {
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.case .slider__container {
    padding: 50px;
    margin: -50px;
}
.case .slider__container .slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0.25s;
    -o-transition: visibility 0.25s;
    transition: visibility 0.25s;
}
.case .slider__container .slider__item_active {
    visibility: visible;
}
.case__block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.case__block__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #464d55;
    font-weight: 700;
    background: #eeeeee;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 15px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
}
.case__block__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-bottom: 20px;
}
.case__block__img img {
    max-width: 100%;
}
.case__block .btn-orange {
    margin-top: 25px;
}
.case__block__link b {
    display: block;
    margin-bottom: 15px;
}
.case__block__link ul {
    padding: 0;
    margin: 0;
}
.case__block__link ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #6a529e;
}
.case__block__link ul li:last-child {
    margin: 0;
}
.case__block__text {
    padding: 20px;
    margin-bottom: 15px;
}
.case__block__text:last-of-type {
    margin: 0;
}
.case__block__text b {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    display: block;
}
.case__block__text p {
    margin-top: 15px;
}
.case__block__text p:first-child {
    margin: 0;
}
.case__block__text p:last-child {
    margin-bottom: 0;
}
.case__block__text span {
    color: #6a529e;
    font-weight: 600;
}
.case__block__text ul {
    margin: 10px 0 0 0;
    padding: 0;
}
.case__block__text ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.case__block__text ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.case__block__text ul li:last-child {
    margin: 0;
}
.case__block__item:first-child {
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    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;
    padding: 0 20px 30px 20px;
}
.case__block__item:last-child {
    width: -webkit-calc((100% - 30px) / 3 * 2);
    width: calc((100% - 30px) / 3 * 2);
}
.partners-section .partners-list img {
    max-width: 100%;
}
.partners-section .partners-text {
    padding: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
}
.partners-section .partners-url {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
    margin: 10px 0 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .col-lg-12 .business-card__icon:last-child:before {
        left: -11px;
    }
}
@media (max-width: 991px) {
    .case {
        margin-bottom: 30px;
    }
    .case__block {
        display: block;
        -webkit-box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
        box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff;
    }
    .case__block .btn-orange {
        margin: 30px auto 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
    }
    .case__block__title {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    .case__block__img {
        width: 50%;
    }
    .case__block__link {
        width: 50%;
    }
    .case__block__link ul li {
        margin-bottom: 10px;
    }
    .case__block__text {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 15px;
    }
    .case__block__text.box__shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }
    .case__block__text b {
        font-size: 18px;
        line-height: 22px;
    }
    .case__block__text ul li,
    .case__block__text p {
        font-size: 16px;
        line-height: 18px;
    }
    .case__block__text p {
        margin-top: 10px;
    }
    .case__block__text:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
    }
    .case__block__item:first-child {
        width: 100%;
        padding: 60px 20px 20px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
    }
    .case__block__item:last-child {
        width: 100%;
        padding: 30px 20px 25px 20px;
    }
    .col-lg-12 .business-card {
        padding: 23px 15px;
    }
    .col-lg-12 .business-card__link {
        position: absolute;
        top: 0;
        right: 30px;
        margin-right: 0;
        background-position-y: 24.5px;
    }
    .col-lg-12 .business-card__icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -30px;
    }
    .col-lg-12 .business-card__icon {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .col-lg-12 .business-card__icon:last-child:before {
        display: none;
    }
    .ourService .tariff-card {
        padding: 20px 10px 25px 10px;
        position: relative;
    }
    .ourService .tariff-card .card-buttons {
        margin-top: 30px;
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 767px) {
    .col-lg-12 .business-card__title {
        width: 250px;
    }
    .col-lg-12 .business-card__link {
        background-position-y: 33.5px;
    }
}
@media (max-width: 575px) {
    .etaps-section .buttons-left {
        text-align: center;
    }
    .etaps-section .buttons-right {
        margin-top: 20px;
        text-align: center;
    }
    .etaps-section .buttons-right a {
        float: none;
    }
    .partners-section .partners-text {
        font-size: 15px;
        line-height: 18px;
    }
    .col-lg-12 .business-card__icon {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .col-lg-12 .business-card__icons {
        margin-bottom: -15px;
    }
    .col-lg-12 .business-card__icon img {
        width: 100px;
    }
    .col-lg-12 .business-card__icon:last-child {
        width: 180px;
        font-size: 18px;
    }
    .case__block__title {
        position: relative;
        margin: 0 -10px 15px -10px;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
    }
    .case__block .btn__white {
        padding: 12px;
        width: 250px;
        text-align: center;
        margin: 25px auto 0 auto;
    }
    .case__block__img {
        width: 100%;
        margin-bottom: 15px;
    }
    .case__block__link {
        width: 100%;
    }
    .case__block__link b {
        display: none;
    }
    .case__block__link ul li a {
        font-size: 15px;
        line-height: 21px;
    }
    .case__block__text {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        padding: 0 0 10px 0;
    }
    .case__block__text b {
        font-size: 18px;
        line-height: 22px;
    }
    .case__block__text ul,
    .case__block__text p {
        margin-top: 15px;
    }
    .case__block__item:first-child {
        padding: 0 10px 15px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .case__block__item:last-child {
        padding: 20px 10px;
    }
}
@media (max-width: 420px) {
    .col-lg-12 .business-card__icon {
        padding: 0px;
    }
}

/* team block */
#page-content {
  overflow: hidden;
}
.team-section {
  margin: 0 0 115px;
}
.team-section.pt-5 {
  padding: 0;
}
.tariff-section.ourService {
  margin: 0 0 115px;
}
.team__text {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 130%;
}
ul.team__list {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 10px;
}
.team__list li {
  position: relative;
  padding: 0 25px;
  font-size: 18px;
  line-height: 130%;
}
.team__list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 2px solid #6A529E;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.team__list li + li {
  margin: 20px 0 0;
}
.team-section .btn {
  margin: 30px 0 0 60px;
  width: 280px;
}
.team__slider {
  width: 100%;
}
.team__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 -50px;
}
.team__item {
  flex-shrink: 0;
  width: calc(50% - 20px);
  margin: 0 0 50px;
}
.team__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team__item p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin: 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.4), -5px -5px 10px rgba(190, 190, 190, 0.1);
  border-radius: 5px;
  transform: rotate(-5deg) translateY(-12px);
}
.team__item:nth-child(1) p {
  background: linear-gradient(271.83deg, #FFCA53 0%, #EEB550 100%);
}
.swiper-pagination {
  display: none;
}
.swiper-pagination-bullet {
  background: #E7E7E7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #6A529E;
}
@media (max-width: 991px) {
  .team__text {
    font-size: 15px;
  }
  ul.team__list {
    padding: 20px 25px;
  }
  .team-section .btn {
    margin: 20px 0;
    width: 100%;
  }
  .team__list li {
    font-size: 15px;
  }
  .team__slider {
    margin: 30px 0 0;
  }
  .team__inner {
    flex-wrap: nowrap;
    margin: 0 0 40px;
  }
  .team__item {
    width: 250px;
    height: 100%;
    margin: 0;
  }
  .team-section .swiper-pagination {
    display: block;
  }
  .tariff-section.ourService {
    margin: 0 0 20px;
  }
  .team-section {
    margin: 0 0 20px;
  }
}
/*case*/
.case__slider {
  overflow: hidden;
  width: calc(100% + 100px);
  margin: -50px;
  padding: 0 0 50px;
}
.slider__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.slider__item {
  width: 100%;
  flex-shrink: 0;
  padding: 50px;
}
.case__arrow-prev,
.case__arrow-next {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 42px;
  padding: 0;
  color: #979797;
  background: transparent;
  border: none;
  border-radius: 0;
  transform: translate(0, -50%);
  transition: all .3s ease;
}
.case__arrow-prev:focus,
.case__arrow-next:focus {
  outline: none;
}
.case__arrow-prev {
  left: 0;
}
.case__arrow-next {
  right: 0;
}
.case__arrow-prev svg,
.case__arrow-next svg {
  fill: currentColor;
}
.case__arrow-next svg {
  transform: rotate(180deg);
}
.case__arrow-prev:hover,
.case__arrow-next:hover {
  color: #6A529E;
}
.case__pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case__pagination span {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: -15px 15px 30px rgb(230 230 230 / 20%), 15px -15px 30px rgb(230 230 230 / 20%), 15px 15px 38px rgb(230 230 230 / 90%);
  background-color: #D2D2D2;
  transition: all .3s ease;
}
.case__pagination span.swiper-pagination-bullet-active {
  background: #6A529E;
}