@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* media queries breakpoints */
.footer-social-list, .footer-contacts-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.team__gallery-text {
  transition: all 0.3s ease-in-out; }

.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.img-responsive {
  max-width: 100%;
  width: auto;
  display: block; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (max-width: 1399px) {
  .visible-ml {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .hidden-ml {
    display: none !important; } }

* {
  box-sizing: border-box; }

body {
  min-width: 320px;
  background-color: #fff;
  min-height: 100vh; }

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

.container {
  margin-left: auto;
  margin-right: auto; }
  .container-01 {
    max-width: 80vw; }
    @media (min-width: 992px) {
      .container-01 {
        max-width: 77.813vw; } }
  .container-02 {
    max-width: 93.333vw; }
    @media (min-width: 992px) {
      .container-02 {
        max-width: 93.75vw; } }
  .container-03 {
    max-width: 80%; }
    @media (min-width: 992px) {
      .container-03 {
        max-width: 73.248%; } }
  .container-04 {
    max-width: 80%; }
    @media (min-width: 992px) {
      .container-04 {
        max-width: 77.389%; } }

body {
  font: 400 18px/1.556 Gilroy, sans-serif;
  color: #0f1317; }
  @media (min-width: 1921px) {
    body {
      font-size: 22.5px; } }

a {
  text-decoration: none;
  color: #f94470;
  border-bottom: 1px solid rgba(249, 68, 112, 0.24); }
  a:hover {
    color: #61d2f6;
    border-bottom-color: rgba(97, 210, 246, 0.24); }

p {
  margin-top: 0;
  margin-bottom: 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

button:focus {
  outline: none; }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"); }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"); }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"); }

h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0; }
  h1.page-title {
    font-size: 48px; }

h2 {
  font-size: 48px;
  line-height: 1.083;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 530px) {
    h2 {
      font-size: 55px; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 58px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 69px; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 76px;
      line-height: 1.105; } }

h3 {
  font-size: 32px;
  line-height: 1.31;
  margin-top: 0;
  margin-bottom: 0; }

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

h5 {
  font-size: 18px;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0; }

.section-number {
  position: relative;
  display: flex;
  width: 120px;
  color: #a7b7cd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .section-number {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .section-number {
      margin-bottom: 60px; } }
  @media (min-width: 1280px) {
    .section-number {
      margin-bottom: 83px; } }
  .section-number:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 78px;
    height: 2px;
    background-color: #a7b7cd; }

.section-number__item {
  margin-left: auto; }

.section-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px; }
  @media (min-width: 768px) {
    .section-subtitle {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .section-subtitle {
      font-size: 22px; } }
  @media (min-width: 1280px) {
    .section-subtitle {
      font-size: 24px; } }

.icons-sprite {
  position: absolute;
  height: 0;
  overflow: hidden; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  max-width: 1em;
  flex: 0 0 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-cta-block,
svg[class*="-decor"] {
  pointer-events: none; }

a,
button {
  transition: all 0.27s ease-in-out 0s; }

.btn {
  display: inline-block;
  background-color: #fff;
  color: #f94470;
  border: 2px solid #f94470;
  border-radius: 60px;
  cursor: pointer;
  text-decoration: none; }
  .btn:hover {
    background-color: #f94470;
    color: #fff; }

.btn-brief {
  font: 700 18px/28px Inter, sans-serif;
  padding: 14px 92px; }
  @media (min-width: 992px) {
    .btn-brief {
      padding-right: 38px;
      padding-left: 38px; } }

.btn-brief-team {
  font: 700 14px/24px Inter, sans-serif;
  padding: 6px 84px; }
  @media (min-width: 992px) {
    .btn-brief-team {
      padding-right: 20px;
      padding-left: 20px; } }

.btn-primary {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 24px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .btn-primary {
      padding-left: 38px;
      padding-right: 38px; } }

.btn--sm {
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  font-size: 14px; }
  @media (min-width: 992px) {
    .btn--sm {
      padding-left: 19px;
      padding-right: 19px; } }

.btn-block {
  width: 100%; }

@media (max-width: 767px) {
  .btn-block-xs {
    width: 100%; } }

.close-btn {
  transition: all 0.27s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(15, 19, 23, 0.08);
  cursor: pointer;
  color: #0f1317;
  padding: 0; }
  .close-btn:hover {
    color: #f94470;
    border-color: currentColor; }

.btn-next,
.btn-prev {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(15, 19, 23, 0.08);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.27s ease-in-out 0s; }
  @media (min-width: 992px) {
    .btn-next,
    .btn-prev {
      margin-right: 0;
      margin-left: 0; }
      .btn-next:hover,
      .btn-prev:hover {
        border-color: currentColor;
        color: #f94470; } }
  .btn-next.slick-disabled,
  .btn-prev.slick-disabled {
    color: #a7b7cd;
    pointer-events: none; }
  .btn-next .prev-arrow-icon,
  .btn-prev .prev-arrow-icon {
    transform: scaleX(-1); }

.arrow-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 2px solid #0f1317;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; }
  .arrow-btn .icon {
    transition: all 0.27s ease-in-out 0s; }

.btn-w-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 700 14px/24px Inter, sans-serif;
  padding: 6px 13px 6px 16px;
  min-width: 288px; }
  @media (max-width: 767px) {
    .btn-w-arrow {
      position: absolute;
      bottom: 0;
      left: 10vw;
      width: 80vw; } }
  @media (min-width: 992px) {
    .btn-w-arrow {
      min-width: 180px;
      margin-top: 10px; } }
  .btn-w-arrow:hover .arrow-icon {
    fill: #fff; }
  .btn-w-arrow .arrow-icon {
    font-size: 18px;
    fill: #f94470; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  font-family: Gilroy, sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus {
    outline: 0; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.form-wrap {
  position: relative;
  margin-bottom: 20px; }

.form-label {
  transition: all 0.27s ease-in-out 0s;
  position: absolute;
  top: 15px;
  left: 24px;
  font-family: Inter, sans-serif;
  color: #a7b7cd;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; }

.form-control {
  height: 60px;
  border-radius: 60px !important;
  border: 1px solid #a7b7cd;
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
  padding: 0 24px;
  color: #0f1317;
  box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: #a7b7cd;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 12px;
    color: #a7b7cd;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    font-size: 12px;
    color: #a7b7cd;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #a7b7cd;
    text-transform: uppercase; }
  .form-control.placeholder {
    font-size: 12px;
    color: #a7b7cd;
    text-transform: uppercase; }
  .form-control:focus {
    border-color: #6175f6;
    padding-top: 10px; }
    .form-control:focus ~ .form-label {
      transform: translateY(-10px);
      color: #6175f6;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
  .form-control:invalid:not(:placeholder-shown), .form-control:valid:not(:placeholder-shown) {
    padding-top: 10px; }
    .form-control:invalid:not(:placeholder-shown) ~ .form-label, .form-control:valid:not(:placeholder-shown) ~ .form-label {
      transform: translateY(-10px);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
  .form-control:invalid:focus:not(:placeholder-shown) {
    border-color: #fd9347; }
    .form-control:invalid:focus:not(:placeholder-shown) ~ .form-label {
      color: #fd9347; }
  .form-control:invalid:not(:placeholder-shown) ~ .form-error-txt {
    display: block; }

.form-error-txt {
  margin-top: 5px;
  color: #fd9347;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  margin-left: 24px; }

textarea {
  min-height: 140px;
  max-height: 700px;
  width: 100%;
  resize: vertical;
  vertical-align: top;
  overflow: auto; }

select {
  color: #0f1317;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-left: 10px !important; }
  @media (min-width: 992px) {
    select {
      padding-left: 24px !important; } }
  select::-ms-expand {
    display: none; }

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  visibility: hidden; }
  input[type="checkbox"] + label {
    display: inline-flex; }
    input[type="checkbox"] + label:before {
      transition: all 0.27s ease-in-out 0s;
      content: '';
      margin: 2px 8px 0 0;
      display: inline-block;
      flex: 0 0 1em;
      width: 1em;
      height: 1em;
      border: 1px solid #e5e5e5;
      background-color: #fff; }
  input[type="checkbox"]:checked + label {
    color: #a7b7cd; }
    input[type="checkbox"]:checked + label:before {
      background-color: #a7b7cd;
      box-shadow: inset 0 0 0 3px #fff; }

input[type="radio"] {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  visibility: hidden; }
  input[type="radio"] + label {
    display: inline-flex; }
    input[type="radio"] + label:before {
      transition: all 0.27s ease-in-out 0s;
      content: '';
      margin: 2px 8px 0 0;
      display: inline-block;
      border-radius: 50%;
      flex: 0 0 1em;
      width: 1em;
      height: 1em;
      border: 1px solid #a7b7cd;
      background-color: #fff; }
  input[type="radio"]:checked + label {
    color: #a7b7cd; }
    input[type="radio"]:checked + label:before {
      border-color: #a7b7cd;
      background-color: #6175f6;
      box-shadow: inset 0 0 0 3px #fff; }

body.is-loading {
  overflow: hidden; }
  body.is-loading:after {
    opacity: 1;
    visibility: visible; }

body:after {
  transition: all 0.2s ease-in-out 0s;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden; }

@media (max-width: 991px) {
  .promo-word-decor__dot {
    display: none; } }

@media screen and (min-width: 992px) {
  .btn-brief-header,
  .header__actions,
  .header__logo {
    transition: all 0.75s ease-in-out 0s;
    transform: translateY(-77px); }
    .is-loaded .btn-brief-header,
    .is-loaded .header__actions,
    .is-loaded .header__logo {
      transform: none; }
  .header__triangle-decor,
  .promo, .promo-decor-01 {
    transition: all 0.75s ease-in-out 0s;
    transform: translateY(77px); }
    .is-loaded .header__triangle-decor,
    .is-loaded .promo, .is-loaded .promo-decor-01 {
      transform: translateY(0); }
  .header__triangle-decor,
  .promo {
    opacity: 0; }
    .is-loaded .header__triangle-decor, .is-loaded
    .promo {
      opacity: 1; }
  .promo-word-decor {
    position: relative;
    display: inline-block; }
  .promo-word-decor__dot {
    transition: all 0.75s ease-in-out 0s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 48px;
    height: 24px;
    top: 100%;
    transform: translate(-50%, 4px);
    display: block; }
    .is-loaded .promo-word-decor__dot {
      transform: translate(-50%, -28px); }
  .promo-word-decor__char {
    transition: all 0.75s ease-in-out 0s;
    display: inline-block;
    transform-origin: 100% 50%; }
    .is-loaded .promo-word-decor__char {
      transform: rotate(-25deg) translate(7px, -25px); }
  .promo-decor-02 {
    transition: all 0.75s ease-in-out 0s;
    transform: translateX(77px); }
    .is-loaded .promo-decor-02 {
      transform: translateX(0); }
  .promo-decor-04 {
    transition: all 0.75s ease-in-out 0s;
    transform: translateY(-37px); }
    .is-loaded .promo-decor-04 {
      transform: translateY(0); }
  .promo-decor-05 {
    transition: all 0.75s ease-in-out 0s;
    transform: translate(75px, 80px); }
    .is-loaded .promo-decor-05 {
      transform: translate(0, 0); } }

.header {
  padding-top: 16px; }
  @media (min-width: 992px) {
    .header {
      padding-top: 19px; } }

.header__container {
  position: relative;
  display: flex;
  justify-content: space-between; }

.square-dots-decor {
  display: none;
  position: absolute;
  top: 2px;
  left: -123px;
  width: 40px;
  height: 40px; }
  @media (min-width: 768px) {
    .square-dots-decor {
      display: block; } }
  .square-dots-decor:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #d8ddea transparent;
    display: none; }

.dots-decor__el {
  transition: all 0.75s ease-in-out 0s;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #0f1317;
  border-radius: 50%;
  position: absolute;
  opacity: 0; }
  .is-loaded .dots-decor__el {
    opacity: 1; }
  .dots-decor__el:first-child {
    top: 8px;
    left: 8px;
    transform: translate(-10px, -10px); }
    .is-loaded .dots-decor__el:first-child {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(2) {
    top: 8px;
    left: 18px;
    transform: translate(-8px, 3px); }
    .is-loaded .dots-decor__el:nth-child(2) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(3) {
    top: 8px;
    right: 8px;
    transform: translate(10px, -10px); }
    .is-loaded .dots-decor__el:nth-child(3) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(4) {
    top: 18px;
    left: 8px;
    transform: translate(3px, 8px); }
    .is-loaded .dots-decor__el:nth-child(4) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(5) {
    top: 18px;
    left: 18px; }
  .dots-decor__el:nth-child(6) {
    top: 18px;
    right: 8px;
    transform: translate(-3px, -8px); }
    .is-loaded .dots-decor__el:nth-child(6) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(7) {
    bottom: 8px;
    left: 8px;
    transform: translate(-10px, 10px); }
    .is-loaded .dots-decor__el:nth-child(7) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(8) {
    bottom: 8px;
    left: 18px;
    transform: translate(8px, -3px); }
    .is-loaded .dots-decor__el:nth-child(8) {
      transform: translate(0, 0); }
  .dots-decor__el:nth-child(9) {
    bottom: 8px;
    right: 8px;
    transform: translate(10px, 10px); }
    .is-loaded .dots-decor__el:nth-child(9) {
      transform: translate(0, 0); }

.header__logo {
  display: flex;
  align-items: center;
  padding-top: 9px; }
  @media (max-width: 529px) {
    .header__logo {
      margin-left: 4px; } }
  .header__logo img {
    vertical-align: middle; }
  .header__logo a {
    border: 0; }

.header__actions {
  display: flex;
  justify-content: space-between;
  font: 700 14px/24px Inter, sans-serif; }
  @media (min-width: 768px) {
    .header__actions {
      margin-right: 4.5vw; } }
  @media (min-width: 1280px) {
    .header__actions {
      margin-right: 3vw; } }

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

.header__nav-list {
  display: none;
  margin-right: 74px;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .header__nav-list {
      display: block; } }
  .header__nav-list li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    margin-left: 9px; }
    .header__nav-list li:before {
      transition: all 0.27s ease-in-out 0s;
      position: absolute;
      content: '';
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      height: 4px;
      width: 8px;
      border-radius: 8px 8px 0 0;
      background: #f94470;
      opacity: 0;
      margin-top: 5px; }
    .header__nav-list li:hover::before {
      opacity: 1; }
  .header__nav-list a {
    color: #0f1317;
    border: 0; }

@media (max-width: 529px) {
  .header__lang-swither {
    margin-right: -8px; } }

@media (min-width: 992px) and (max-width: 1280px) {
  .header__lang-swither {
    margin-right: 20px; } }

.header__lang-swither li {
  position: relative;
  display: inline-block;
  padding: 8px 9px;
  color: #0f1317; }
  .header__lang-swither li.active {
    color: #f94470; }
    .header__lang-swither li.active:before {
      opacity: 1;
      visibility: visible; }
  .header__lang-swither li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid currentColor;
    pointer-events: none;
    opacity: 0;
    visibility: hidden; }
  .header__lang-swither li a {
    color: inherit;
    border: 0; }
    .header__lang-swither li a:hover {
      color: #f94470; }

.header__triangle-decor {
  display: none;
  position: absolute;
  top: -17px;
  left: 306px; }
  @media (min-width: 1280px) {
    .header__triangle-decor {
      display: block; } }

.icon-header-triangle-decor {
  font-size: 78px; }

.btn-brief-header {
  z-index: 998;
  position: fixed;
  top: 20px;
  right: 1.5vw; }

.footer {
  color: #a7b7cd;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.556;
  border-top: 1px solid #d8ddea;
  padding-top: 15px;
  padding-bottom: 41px;
  background-color: #fff;
  position: relative;
  z-index: 100; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 34px;
      padding-bottom: 71px; } }
  .footer a {
    color: #a7b7cd;
    border: 0; }
    .footer a:hover {
      color: #61d2f6; }

@media (min-width: 992px) {
  .footer__container {
    display: flex;
    justify-content: space-between; } }

.footer__copyright {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .footer__copyright {
      flex: 0 0 17%;
      max-width: 17%; } }

.copyright {
  font-weight: 700; }
  @media (min-width: 992px) {
    .copyright {
      margin-bottom: 28px; } }

.footer-logo__img {
  width: 87px;
  height: 22px; }

@media (max-width: 991px) {
  .footer-logo {
    margin-top: 11px;
    margin-bottom: 18px; } }

@media (min-width: 992px) {
  .footer-logo {
    margin-top: auto; } }

@media (max-width: 991px) {
  .footer-social-list {
    columns: 2;
    margin-bottom: 15px; } }

.footer-social-list li {
  margin-bottom: 12px; }
  @media (max-width: 991px) {
    .footer-social-list li {
      width: 100%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 992px) {
    .footer-social-list li {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }

@media (min-width: 992px) {
  .footer-social-list a:hover {
    color: #61d2f6; } }

.footer-social-list .icon {
  font-size: 20px;
  margin-right: 4px;
  transform: translate3d(0, 0, 0); }

.footer__contacts {
  line-height: 1.556; }

.footer-contacts-list li {
  margin-bottom: 20px;
  letter-spacing: -0.7px; }

@media (min-width: 992px) {
  .footer__social {
    flex: 0 0 19%;
    max-width: 19%; } }

@media (min-width: 992px) {
  .footer__email {
    flex: 0 0 23.6%;
    max-width: 23.6%; } }

.promo {
  position: relative;
  margin-top: 30px;
  margin-bottom: 71px; }
  @media (min-width: 768px) {
    .promo {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 992px) {
    .promo {
      margin-bottom: 15.625vh;
      overflow: hidden; } }
  @media (min-width: 1280px) {
    .promo .section-subtitle {
      margin-bottom: -5px; } }

@media (min-width: 768px) {
  .promo__container {
    display: flex; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .promo__container {
    align-items: flex-end; } }

.promo__content {
  position: relative;
  margin-bottom: 29px;
  margin-right: 2.41%; }
  @media (min-width: 768px) {
    .promo__content {
      width: 48.8%;
      margin-bottom: 0; } }

.section-title-promo {
  margin-bottom: 9px; }
  @media (min-width: 768px) {
    .section-title-promo {
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .section-title-promo {
      margin-bottom: 20px; } }
  @media (min-width: 1280px) {
    .section-title-promo {
      margin-bottom: 27px; } }

.promo__image {
  margin-right: -24px;
  margin-left: -24px;
  text-align: center; }
  @media (min-width: 530px) {
    .promo__image {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .promo__image {
      flex: 0 0 38.554%;
      max-width: 38.554%;
      text-align: left; } }

.promo-decor-01 {
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 1280px) {
    .promo-decor-01 {
      display: block; } }

@media (max-width: 767px) {
  .promo-decor-holder-02 {
    width: 89px;
    height: 89px; }
    .promo-decor-holder-02 .icon {
      position: absolute;
      top: 13px;
      left: -21px; } }

@media (max-width: 767px) {
  .promo-decor-holder-03 {
    position: relative;
    text-align: right;
    width: 89px;
    height: 65px; }
    .promo-decor-holder-03 .icon {
      position: absolute;
      top: 12px;
      right: 0; } }

.promo-decor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

.promo-decor-holder-04,
.promo-decor-holder-05 {
  display: none; }
  @media (min-width: 1280px) {
    .promo-decor-holder-04,
    .promo-decor-holder-05 {
      display: block; } }

.promo-decor-01__icon {
  font-size: 78px; }

.promo-decor-02 {
  position: absolute;
  right: 21px;
  top: 11px; }
  @media (min-width: 768px) {
    .promo-decor-02 {
      top: 0;
      right: 30px; } }
  @media (min-width: 1280px) {
    .promo-decor-02 {
      right: 40px; } }

.promo-decor-02__icon {
  font-size: 89px; }
  @media (min-width: 768px) {
    .promo-decor-02__icon {
      font-size: 100px; } }
  @media (min-width: 1280px) {
    .promo-decor-02__icon {
      font-size: 180px; } }

.promo-decor-03 {
  position: absolute;
  right: 0;
  top: 100px; }
  @media (min-width: 1280px) {
    .promo-decor-03 {
      top: 180px; } }

.promo-decor-03__icon {
  font-size: 65px; }
  @media (min-width: 768px) {
    .promo-decor-03__icon {
      font-size: 80px; } }
  @media (min-width: 1280px) {
    .promo-decor-03__icon {
      font-size: 130px; } }

@media (max-width: 991px) {
  .promo-decor-04 {
    display: none; } }

@media (min-width: 992px) {
  .promo-decor-04 {
    position: absolute;
    right: 69px;
    bottom: 31px; } }

.promo-decor-04__icon {
  font-size: 73px; }

@media (max-width: 991px) {
  .promo-decor-05 {
    display: none; } }

@media (min-width: 992px) {
  .promo-decor-05 {
    position: absolute;
    right: 40px;
    bottom: 0; } }

.promo-decor-05__icon {
  font-size: 85px; }

.advantages {
  position: relative;
  overflow: hidden;
  background: url("../images/advantages-bg-image@2x.png") 50% 0 no-repeat;
  margin-bottom: 63px;
  background-size: 640px auto; }
  @media (min-width: 600px) {
    .advantages {
      background-size: 94% auto;
      background-position: 100% 0; } }
  @media (min-width: 768px) {
    .advantages {
      margin-bottom: 39px; } }
  @media (min-width: 1600px) {
    .advantages {
      background-size: auto 650px; } }

@media (min-width: 1280px) {
  .section-number-advantages {
    margin-top: 41px; } }

@media (max-width: 991px) {
  .advantages-btns-custom-position {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; } }

@media (min-width: 768px) {
  .advantages-btns-custom-position {
    margin-right: -10px; }
    .advantages-btns-custom-position .btn-prev, .advantages-btns-custom-position .btn-next {
      margin-right: 10px;
      margin-left: 10px; } }

@media (min-width: 768px) {
  .section-title-advantages {
    margin-bottom: 25px; } }

.section-subtitle-advantages {
  display: none; }
  @media (min-width: 768px) {
    .section-subtitle-advantages {
      display: block;
      max-width: 510px;
      letter-spacing: -0.6px; } }

.advantages__gallery {
  margin-top: 8px;
  margin-left: -3.333vw;
  margin-right: -3.333vw; }
  @media (min-width: 768px) {
    .advantages__gallery {
      margin-top: 35px; } }
  @media (min-width: 992px) {
    .advantages__gallery {
      margin-left: -3.125vw;
      margin-right: -3.125vw; } }
  .advantages__gallery .slick-list {
    margin-left: calc(2.275vw - 12px);
    margin-right: calc(2.275vw - 12px);
    padding: 22px .85vw 83px; }
  .advantages__gallery .slick-slide {
    padding-left: 12px;
    padding-right: 12px; }
  .advantages__gallery .slick-track {
    position: static; }

.advantages__gallery-item {
  transition: box-shadow 0.27s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 256px;
  box-shadow: 10px 24px 20px rgba(15, 19, 23, 0.08);
  padding-right: 16px;
  z-index: 1;
  padding-left: 6.8vw;
  background-color: #fff; }
  @media (min-width: 992px) {
    .advantages__gallery-item {
      min-height: 336px;
      padding-left: 8vw; }
      .advantages__gallery-item:hover {
        box-shadow: 8px 24px 20px rgba(15, 19, 23, 0.2); } }
  .advantages__gallery-item .icon {
    transition: all 0.27s ease-in-out 0s; }

.advantages__title {
  font-size: 28px;
  line-height: 36px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .advantages__title {
      padding-top: 24px; } }
  @media (min-width: 992px) {
    .advantages__title {
      padding-top: 28px; } }

@media (min-width: 992px) {
  .advantages__text {
    display: flex;
    justify-content: space-between; } }

.advantages-show-more-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  left: 6.8vw;
  bottom: 24px; }
  @media (min-width: 992px) {
    .advantages-show-more-btn {
      bottom: 20px;
      left: 20px; } }
  .advantages-show-more-btn:before {
    transition: all 0.27s ease-in-out 0s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #0f1317;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .advantages__gallery-item:hover .advantages-show-more-btn:before {
        transform: scale(1.5263);
        border-width: 1px; } }
  .advantages-show-more-btn .icon-three-dots {
    font-size: 18px; }
    @media (min-width: 992px) {
      .advantages__gallery-item:hover .advantages-show-more-btn .icon-three-dots {
        transform: rotate(90deg); } }

.icon-adv-decor-01 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 96px;
  z-index: -1; }
  @media (min-width: 992px) {
    .icon-adv-decor-01 {
      font-size: 162px; }
      .advantages__gallery-item:hover .icon-adv-decor-01 {
        transform: translateY(40px); } }

.icon-adv-decor-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 120px;
  z-index: -1;
  transform-origin: 100% 50%; }
  @media (min-width: 992px) {
    .icon-adv-decor-02 {
      font-size: 180px; }
      .advantages__gallery-item:hover .icon-adv-decor-02 {
        transform: scale(0.6538); } }

.icon-adv-decor-03 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 78px;
  z-index: -1;
  transform-origin: 100% 50%; }
  @media (min-width: 992px) {
    .advantages__gallery-item:hover .icon-adv-decor-03 {
      transform: rotate(45deg) translate(-4px, -11px); } }

.icon-adv-decor-04 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 141px;
  z-index: -1;
  transform: translateY(50%);
  transform-origin: 100% 100%; }
  @media (min-width: 992px) {
    .icon-adv-decor-04 {
      font-size: 282px; }
      .advantages__gallery-item:hover .icon-adv-decor-04 {
        transform: scale(0.6383) translateY(50%); } }

.icon-adv-decor-05 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 78px;
  z-index: -1;
  transform-origin: 0 0; }
  @media (min-width: 992px) {
    .advantages__gallery-item:hover .icon-adv-decor-05 {
      transform: scale(2.282); } }

.icon-adv-decor-06 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 180px;
  z-index: -1;
  transform: translate(50%, 50%);
  transform-origin: 100% 100%; }
  @media (min-width: 992px) {
    .icon-adv-decor-06 {
      font-size: 360px; }
      .advantages__gallery-item:hover .icon-adv-decor-06 {
        transform: scale(0.3556) translate(-146px, -146px); } }

.cases {
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 73px; }
  @media (min-width: 768px) {
    .cases {
      padding-bottom: 0;
      margin-bottom: 88px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .cases {
      margin-bottom: 103px; } }
  @media (min-width: 1280px) {
    .cases {
      margin-bottom: 118px; } }

.cases__title-box {
  border-bottom: 1px solid #d8ddea;
  padding-bottom: 30px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .cases__title-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 36px;
      margin-bottom: 23px; } }

.cases__title {
  text-align: left; }

.cases__income {
  position: relative;
  color: #45d37e;
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .cases__income {
      margin-bottom: 27px; } }

.cases__income-amount {
  display: inline-block;
  font-size: 72px;
  line-height: 0.944;
  font-weight: 800;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .cases__income-amount {
      font-size: 80px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .cases__income-amount {
      font-size: 88px; } }
  @media (min-width: 1280px) {
    .cases__income-amount {
      font-size: 96px;
      line-height: 0.817; } }

.cases__income-currency {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
  position: absolute;
  top: 2px;
  right: 102%; }
  @media (min-width: 768px) {
    .cases__income-currency {
      font-size: 40px; } }
  @media (min-width: 992px) {
    .cases__income-currency {
      font-size: 48px; } }
  @media (min-width: 1280px) {
    .cases__income-currency {
      font-size: 56px;
      top: -14px;
      right: 101%; } }

.cases__income-subject {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 18px; }
  @media (min-width: 768px) {
    .cases__income-subject {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .cases__income-subject {
      font-size: 20px; } }
  @media (min-width: 1280px) {
    .cases__income-subject {
      font-size: 24px; } }

.cases__income-decor {
  display: none; }
  @media (min-width: 768px) {
    .cases__income-decor {
      position: absolute;
      top: 4px;
      right: -17px;
      transform: translateX(100%);
      display: block; } }

.cases-decor-01 {
  font-size: 85px; }

.cases-decor-02 {
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: -20px; }

.cases__details {
  border-bottom: 1px solid #d8ddea;
  padding-bottom: 39px; }
  @media (min-width: 768px) {
    .cases__details {
      display: flex;
      justify-content: space-between;
      padding-bottom: 22px; } }

.cases__details-info {
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .cases__details-info {
      flex: 0 0 30%;
      max-width: 30%;
      margin-bottom: 0; } }

.cases__details-result {
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .cases__details-result {
      flex: 0 0 48.091%;
      max-width: 48.091%;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .cases__details-total {
    flex: 0 0 20.482%;
    max-width: 20.482%; } }

.cases__details-title {
  font-size: 28px;
  line-height: 1.286; }

.cases__details-title--info {
  margin-bottom: 9px; }

.cases__details-title--total {
  margin-bottom: 3px; }

.cases__details-info-item {
  margin-bottom: 14px; }

.cases__details-info-subtitle {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px; }

.cases__details-info-text {
  display: block;
  font-family: Inter, sans-serif; }

.cases__details-result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -7px; }
  @media (min-width: 768px) {
    .cases__details-result-list {
      margin-bottom: 0;
      justify-content: flex-start; } }

.cases__details-result-list-item {
  flex: 0 0 42.7%;
  font-family: Inter, sans-serif;
  margin-bottom: 20px; }

.cases__details-result-list-num {
  display: block;
  font-size: 36px;
  line-height: 0.778;
  margin-right: 7px; }
  @media (min-width: 768px) {
    .cases__details-result-list-num {
      margin-right: 0; } }

.cases__details-result-list-text {
  display: block; }

.cases__details-result-list-box {
  display: flex;
  justify-content: start; }
  .cases__details-result-list-box .icon {
    margin-top: -2px; }
    @media (min-width: 768px) {
      .cases__details-result-list-box .icon {
        margin-left: 7px; } }

.icon-vebinar {
  font-size: 30px; }

.icon-order {
  font-size: 34px; }

.icon-signup {
  font-size: 30px; }

.icon-payment {
  font-size: 28px; }

.icon-participant {
  font-size: 29px; }

.icon-cheque {
  font-size: 28px; }

@media (min-width: 768px) {
  .cases__details-total {
    padding-left: 23px;
    border-left: 1px solid #d8ddea; } }

@media (min-width: 1280px) {
  .cases__details-total {
    margin-bottom: 35px; } }

.cases__details-title--result {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .cases__details-title--result {
      margin-bottom: 15px; } }

.cases__details-total-text {
  font-family: Inter, sans-serif;
  margin-bottom: 10px; }

.cases__details-total-note {
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 0.778; }

@media (min-width: 768px) and (max-width: 1100px) {
  .cases__details-total-note {
    font-size: 26px; } }

.cases__feedback {
  padding-top: 14px; }
  @media (min-width: 768px) {
    .cases__feedback {
      padding-top: 17px; } }

.cases__feedback-text {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .cases__feedback-text {
      font-size: 23px;
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .cases__feedback-text {
      font-size: 25px;
      margin-bottom: 28px; } }
  @media (min-width: 1280px) {
    .cases__feedback-text {
      font-size: 28px;
      line-height: 1.429;
      margin-bottom: 33px; } }

.cases__feedback-close-quote-position {
  position: relative; }

.cases__feedback-close-quote {
  position: absolute;
  top: 0;
  left: 110%; }
  @media (min-width: 1280px) {
    .cases__feedback-close-quote {
      top: -22px;
      left: 110%; } }

.cases__feedback-text-wrap {
  display: inline-block;
  position: relative; }
  .cases__feedback-text-wrap:before, .cases__feedback-text-wrap:after {
    font-size: 36px;
    letter-spacing: -1.8px;
    font-weight: 300;
    line-height: .4;
    color: #fdbf47;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .cases__feedback-text-wrap:before, .cases__feedback-text-wrap:after {
        font-size: 37px; } }
    @media (min-width: 992px) {
      .cases__feedback-text-wrap:before, .cases__feedback-text-wrap:after {
        font-size: 46px; } }
    @media (min-width: 1280px) {
      .cases__feedback-text-wrap:before, .cases__feedback-text-wrap:after {
        font-size: 56px; } }
  .cases__feedback-text-wrap:before {
    content: '«';
    position: absolute;
    top: 6px;
    left: -22px; }
    @media (min-width: 768px) {
      .cases__feedback-text-wrap:before {
        left: -25px; } }
    @media (min-width: 992px) {
      .cases__feedback-text-wrap:before {
        left: -30px; } }
    @media (min-width: 1280px) {
      .cases__feedback-text-wrap:before {
        top: 8px;
        left: -35px; } }
  .cases__feedback-text-wrap:after {
    content: '»';
    margin-top: -4px;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .cases__feedback-text-wrap:after {
        margin-left: 12px; } }

.cases__feedback-author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.cases__feedback-author-info {
  font-family: Inter, sans-serif;
  flex-grow: 1;
  letter-spacing: -0.6px;
  margin-right: 12px; }
  @media (min-width: 768px) {
    .cases__feedback-author-info {
      margin-right: 25px; } }
  @media (min-width: 1280px) {
    .cases__feedback-author-info {
      margin-right: 48px; } }

.cases__feedback-author-frame {
  padding-top: 26px;
  position: relative;
  z-index: 0;
  flex: 0 0 84px;
  max-width: 84px; }
  @media (min-width: 1280px) {
    .cases__feedback-author-frame {
      padding-top: 36px;
      margin-top: -36px;
      flex: 0 0 104px;
      max-width: 104px; } }
  .cases__feedback-author-frame:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    top: 0;
    width: 84px;
    height: 84px;
    background-color: #f94470;
    border-radius: 50%;
    z-index: -1; }
    @media (min-width: 992px) {
      .cases__feedback-author-frame:before {
        width: 104px;
        height: 104px; } }

.cases__feedback-author-img {
  border-radius: 50%; }

.cases__feedback-author-name {
  font-size: 14px;
  line-height: 1.429;
  font-weight: 700; }
  @media (min-width: 768px) {
    .cases__feedback-author-name {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .cases__feedback-author-name {
      font-size: 18px;
      line-height: 1.556; } }

.cases__feedback-author-text {
  font-size: 14px;
  line-height: 1.429; }
  @media (min-width: 992px) {
    .cases__feedback-author-text {
      font-size: 18px;
      line-height: 1.52; } }

@media (max-width: 767px) {
  .icon-cases-decor-01 {
    display: none; } }

@media (min-width: 768px) {
  .icon-cases-decor-01 {
    position: absolute;
    left: 0;
    top: 559px;
    background-color: #fdbf47;
    width: 120px;
    height: 120px;
    transform: translateX(-50%);
    border-radius: 50%; } }

@media (min-width: 992px) {
  .icon-cases-decor-01 {
    width: 156px;
    height: 156px; } }

.team {
  position: relative;
  margin-bottom: 73px; }
  @media (min-width: 768px) {
    .team {
      margin-bottom: 87px; } }
  @media (min-width: 992px) {
    .team {
      margin-bottom: 101px; } }
  @media (min-width: 1280px) {
    .team {
      margin-bottom: 116px; } }

@media (min-width: 768px) {
  .container-team {
    border-bottom: 1px solid #d8ddea; } }

.section-title-team {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .section-title-team {
      margin-bottom: 31px; } }
  @media (min-width: 992px) {
    .section-title-team {
      margin-bottom: 37px; } }
  @media (min-width: 1280px) {
    .section-title-team {
      margin-bottom: 42px; } }

.team__decor-wrapper {
  position: relative; }

.icon-team-decor-01 {
  display: none; }
  @media (min-width: 768px) {
    .icon-team-decor-01 {
      display: block;
      position: absolute;
      top: -14px;
      left: 0;
      font-size: 60px; } }
  @media (min-width: 992px) {
    .icon-team-decor-01 {
      font-size: 78px; } }

.icon-team-decor-02 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 78px;
  height: 156px; }
  @media (min-width: 768px) {
    .icon-team-decor-02 {
      display: block; } }

.team__promo {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800; }
  @media (min-width: 768px) {
    .team__promo {
      font-size: 23px;
      margin-bottom: 33px; } }
  @media (min-width: 992px) {
    .team__promo {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    .team__promo {
      font-size: 28px;
      line-height: 1.429; } }

.team__promo-details {
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .team__promo-details {
      margin-bottom: 40px; } }

.team__promo-details-highlight-01 {
  color: #f94470; }

.team__promo-details-highlight-02 {
  color: #6175f6; }

.team__promo-details-highlight-03 {
  color: #45d37e; }

.team__promo-details-highlight-04 {
  color: #61d2f6; }

.team__gallery {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .team__gallery {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .team__gallery {
      margin-bottom: 24px;
      margin-left: -10px;
      margin-right: -10px; } }
  .team__gallery .slick-list {
    padding-top: 21px; }

.team__gallery-item {
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .team__gallery-item {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .team__gallery-item {
      font-size: 18px; } }

.team__gallery-position {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto; }

.team__gallery-name {
  font-weight: 700; }

.team__gallery-img-wrapper {
  position: relative;
  max-width: 200px;
  margin: 6px auto 0; }
  @media (min-width: 992px) {
    .team__gallery-img-wrapper:before {
      position: absolute;
      content: '';
      top: -5.5%;
      left: -5%;
      width: 106%;
      height: 106%;
      background-color: #fff;
      border-radius: 50%;
      border: 4px solid #f94470;
      z-index: -1;
      opacity: 0;
      transition: all 0.27s ease-in-out 0s; } }
  @media (min-width: 992px) {
    .team__gallery-img-wrapper:hover:before {
      opacity: 1; }
    .team__gallery-img-wrapper:hover + .team__gallery-text {
      color: #f94470; } }

.team__gallery-photo {
  max-width: 156px;
  margin: 0 auto 7px;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .team__gallery-photo {
      margin-bottom: 11px;
      max-width: 200px; } }

.team__gallery-btns-box {
  text-align: center; }
  @media (min-width: 768px) {
    .team__gallery-btns-box {
      padding-bottom: 56px; } }
  @media (min-width: 992px) {
    .team__gallery-btns-box {
      padding-bottom: 39px; } }
  @media (min-width: 1280px) {
    .team__gallery-btns-box {
      padding-bottom: 24px; } }

.test-01,
.test-02 {
  margin-right: 12px;
  margin-left: 12px; }

@media (min-width: 992px) {
  .cta-block {
    padding-bottom: 132px; } }

@media (max-width: 991px) {
  .cta-block .cta-form__btn {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100; } }

@media (min-width: 992px) {
  .cta-block__holder {
    display: flex;
    justify-content: space-between; } }

.cta-block__head {
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  position: relative; }
  @media (max-width: 991px) {
    .cta-block__head {
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .cta-block__head {
      font-size: 24px;
      line-height: 1.5;
      max-width: 48.795%;
      flex: 0 0 48.795%; } }
  .cta-block__head p {
    font-family: Inter, sans-serif; }

.cta-block__title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 18px; }
  @media (min-width: 992px) {
    .cta-block__title {
      margin-bottom: 25px; } }
  .cta-block__title .icon-cta-block {
    font-size: 36px;
    color: #f94470; }
    @media (min-width: 992px) {
      .cta-block__title .icon-cta-block {
        position: absolute;
        left: 100%;
        top: -52px;
        margin-left: -85px;
        font-size: 126px; } }

@media (max-width: 991px) {
  .cta-block__frame {
    margin-left: -10vw;
    margin-right: -10vw;
    padding-left: 3.333vw;
    padding-right: 3.333vw; } }

@media (min-width: 992px) {
  .cta-block__frame {
    padding-top: 15px;
    font-size: 24px;
    line-height: 1.5;
    max-width: 38.554%;
    flex: 0 0 38.554%; } }

.cta-form {
  position: relative; }
  .cta-form:after {
    content: '';
    display: table;
    width: 100%; }

@media (max-width: 991px) {
  .cta-form__btn {
    width: 100%; } }

.main {
  position: relative; }
  @media (max-width: 767px) {
    .main {
      padding-bottom: 72px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main {
    padding-bottom: 90px; } }

.cta-form__btn-anchor {
  visibility: hidden;
  opacity: 0;
  position: absolute; }
  @media (max-width: 991px) {
    .cta-form__btn-anchor {
      visibility: visible;
      opacity: 1;
      position: sticky;
      bottom: 14px;
      margin-left: 3.333vw;
      width: 93.333vw;
      z-index: 99; } }

.blog {
  position: relative;
  margin-bottom: 73px;
  padding-bottom: 90px; }
  @media (min-width: 768px) {
    .blog {
      padding: 0;
      margin-bottom: 89px; } }
  @media (min-width: 992px) {
    .blog {
      margin-bottom: 105px; } }
  @media (min-width: 1280px) {
    .blog {
      margin-bottom: 121px; } }

.blog__title-box {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .blog__title-box {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 992px) {
    .blog__title-box {
      margin-bottom: 42px; } }
  @media (min-width: 1280px) {
    .blog__title-box {
      margin-bottom: 48px; } }

@media (min-width: 768px) {
  .blog__content {
    display: flex;
    justify-content: space-between; } }

.blog__post {
  display: block;
  position: relative;
  max-width: 384px;
  margin: 0 auto 12px;
  color: #0f1317;
  box-shadow: 0 24px 36px rgba(15, 19, 23, 0.08);
  border: 0; }
  @media (min-width: 768px) {
    .blog__post {
      flex: 0 0 32%;
      max-width: 32%;
      margin: 0; } }
  @media (min-width: 992px) {
    .blog__post:hover {
      box-shadow: 0 24px 36px rgba(15, 19, 23, 0.2); }
      .blog__post:hover .blog-post-preview-image {
        transform: scale(1.1); } }

.blog__post-preview-info {
  padding: 20px 24px 24px; }
  @media (min-width: 768px) {
    .blog__post-preview-info {
      padding-bottom: 53px; } }

.blog__post-title {
  font-size: 28px;
  line-height: 1.286;
  font-weight: 800;
  margin-bottom: 30px; }

@media (min-width: 768px) and (max-width: 992px) {
  .blog__post-title {
    font-size: 22px; } }
  @media (min-width: 1280px) {
    .blog__post-title {
      max-width: 76.786%;
      margin-left: auto;
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .blog__post-image-box {
    overflow: hidden; } }

.blog-post-preview-image {
  transition: all 0.27s ease-in-out 0s;
  width: 100%; }

.arrow-btn-blog {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .arrow-btn-blog {
      position: absolute;
      bottom: 20px;
      left: 20px; } }

.advantages__overlay-head {
  position: relative;
  background-color: #6175f6;
  padding-top: 44px;
  padding-bottom: 57px;
  color: #fff;
  z-index: 0; }
  @media (min-width: 768px) {
    .advantages__overlay-head {
      padding: 52px 14px 52px 0; } }

.advantages__overlay-title {
  font-size: 28px;
  line-height: 1.286;
  margin-bottom: 11px; }

.advantages__overlay-subtitle {
  font: 400 18px/1.556 Inter, sans-serif; }
  .advantages__overlay-subtitle span {
    display: inline-block; }

.advantages-overlay-decor-01 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 156px;
  height: 78px;
  z-index: -1; }

.advantages-overlay-decor-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 156px;
  z-index: -1; }

.advantages-overlay-decor-03 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 111px;
  height: 56px;
  z-index: -1; }

.advantages-overlay-decor-04 {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 60px;
  height: 120px;
  z-index: -1; }

.advantages-overlay-decor-05 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 78px;
  z-index: -1; }

.advantages-overlay-decor-06 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 128px;
  z-index: -1; }

.advantages__overlay-socials {
  font-family: Inter, sans-serif;
  padding-top: 38px;
  padding-bottom: 21px;
  border-bottom: 1px solid #d8ddea; }

.advantages__overlay-socials-title {
  margin-bottom: 15px; }

.advantages__overlay-socials-list {
  display: flex;
  flex-wrap: wrap; }
  .advantages__overlay-socials-list li {
    max-width: 72px;
    margin-bottom: 11px; }
    .advantages__overlay-socials-list li:not(:last-child) {
      margin-right: 24px; }

.advantages__overlay-socials-icon {
  font-size: 40px;
  margin-bottom: 6px; }

.advantages__overlay-socials-name {
  font-size: 14px;
  line-height: 1.429;
  font-weight: 400;
  display: inline-block; }

.advantages__overlay-tasks {
  font-family: Inter, sans-serif;
  padding-top: 30px;
  padding-bottom: 36px; }
  @media (min-width: 768px) {
    .advantages__overlay-tasks {
      padding-top: 34px;
      padding-bottom: 50px; } }

.advantages__overlay-tasks-list {
  margin-bottom: 33px; }
  .advantages__overlay-tasks-list:after {
    content: '';
    display: table; }
  .advantages__overlay-tasks-list li {
    position: relative;
    margin-bottom: 12px; }
    .advantages__overlay-tasks-list li:before {
      position: absolute;
      content: '';
      top: 8px;
      left: -24px;
      width: 7px;
      height: 7px;
      background-color: #fff;
      border: 3px solid #6175f6;
      border-radius: 50%;
      z-index: 1; }
      @media (min-width: 600px) {
        .advantages__overlay-tasks-list li:before {
          left: -40px; } }
    .advantages__overlay-tasks-list li:after {
      position: absolute;
      content: '';
      top: 8px;
      left: -20px;
      width: 4px;
      height: calc(100% + 13px);
      background-color: #6175f6;
      opacity: .2; }
      @media (min-width: 600px) {
        .advantages__overlay-tasks-list li:after {
          left: -36px; } }
    .advantages__overlay-tasks-list li:last-child:after {
      display: none; }

.advantages__overlay-tasks-title {
  margin-bottom: 15px;
  line-height: 1.556; }

.advantages__overlay-head.overlay-traffic {
  background-color: #f94470; }

.advantages__overlay-title-overlay-traffic {
  font-size: 28px;
  line-height: 1.286;
  margin-bottom: 0; }

.advantages__overlay-traffic-content {
  padding-top: 35px;
  padding-bottom: 35px; }

.advantages__overlay-traffic-text {
  margin-bottom: 28px; }

.advantages__overlay-traffic-note {
  display: inline-block;
  margin-bottom: 40px; }

.advantages__overlay-head.overlay-testing {
  background-color: #61d2f6; }

.advantages__overlay-title-overlay-testing {
  font-size: 28px;
  line-height: 1.286; }

.advantages__overlay-testing-content {
  font: 400 18px/1.556 Inter, sans-serif;
  padding-top: 35px;
  padding-bottom: 35px; }

.advantages__overlay-testing-content-note {
  display: inline-block;
  margin-bottom: 16px; }

.advantages__overlay-testing-list {
  margin-bottom: 20px; }
  .advantages__overlay-testing-list:after {
    content: '';
    display: table; }
  .advantages__overlay-testing-list li {
    position: relative;
    margin-bottom: 12px; }
    .advantages__overlay-testing-list li:before {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      left: -20px;
      width: 10px;
      height: 2px;
      background-color: #a7b7cd; }

.advantages__overlay-testing-total {
  margin-bottom: 41px; }

.team__overlay-img-box {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  max-height: 468px; }

.team__overlay-img {
  width: 100%; }

.team__overlay-bottom {
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .team__overlay-bottom {
      padding-bottom: 55px; } }
  @media (min-width: 1280px) {
    .team__overlay-bottom {
      padding-bottom: 70px; } }

.team__overlay-title {
  font-size: 28px;
  line-height: 1.286;
  margin-bottom: 7px; }

.team__overlay-text {
  font-family: Inter, sans-serif; }

.team__overlay-highlight {
  color: #f94470; }

.team__overlay-presentation {
  padding-top: 25px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d8ddea; }
  @media (min-width: 992px) {
    .team__overlay-presentation {
      padding-top: 33px;
      padding-bottom: 44px; } }

.team__overlay-benefits {
  font: 18px/1.33 Inter, sans-serif;
  padding-top: 30px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .team__overlay-benefits {
      padding-top: 42px;
      padding-bottom: 47px; } }

.team__overlay-benefits-title {
  font-weight: 700;
  margin-bottom: 12px; }

.team__overlay-benefits-list li {
  position: relative; }
  .team__overlay-benefits-list li:before {
    position: absolute;
    content: '';
    top: 3px;
    left: -25px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #45d37e; }
    @media (min-width: 992px) {
      .team__overlay-benefits-list li:before {
        left: -45px; } }

.team__overlay-benefits-list li + li {
  margin-top: 12px; }

.team__overlay-effect {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .team__overlay-effect {
      font-size: 23px;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .team__overlay-effect {
      font-size: 25px;
      margin-bottom: 24px; } }
  @media (min-width: 1280px) {
    .team__overlay-effect {
      font-size: 28px;
      line-height: 1.429; } }

.team__overlay-effect-highlight {
  color: #45d37e; }

.team__overlay-fav-client {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .team__overlay-fav-client {
      font-size: 23px; } }
  @media (min-width: 992px) {
    .team__overlay-fav-client {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    .team__overlay-fav-client {
      font-size: 28px;
      line-height: 1.429; } }

.team__overlay-fav-client-img {
  border-radius: 50%;
  max-width: 80px; }

.team__overlay-fav-client-name {
  flex: 0 0 70%;
  max-width: 305px;
  margin-right: 11px; }

.team__overlay-fav-client-name-highlight {
  display: block;
  color: #f94470; }
  .team__overlay-fav-client-name-highlight span {
    padding-bottom: 3px;
    border-bottom: 2px solid rgba(249, 68, 112, 0.24); }

.team__overlay-fav-client-photo {
  flex: 0 0 20.833%;
  max-width: 20.833%; }

.team-overlay__cta {
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .team-overlay__cta {
      margin-bottom: 12px; } }

.team-overlay-contacts {
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    .team-overlay-contacts {
      display: flex;
      justify-content: space-between;
      margin-bottom: 17px; } }

.team-overlay-contacts__social {
  color: #a7b7cd; }
  @media (max-width: 767px) {
    .team-overlay-contacts__social {
      margin-bottom: 20px; } }

body.popup-opened {
  overflow: hidden; }
  body.popup-opened:before {
    opacity: 1;
    pointer-events: auto; }

body:before {
  transition: opacity 0.35s ease-in-out 0s;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none; }

.popup {
  transition: all 0.35s ease-in-out 0s;
  max-width: 628px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999; }
  @media (max-width: 767px) {
    .popup {
      top: 72px;
      bottom: 0;
      left: 0;
      transform: translateY(120vh);
      width: 100vw; } }
  @media (min-width: 768px) {
    .popup {
      height: 100vh;
      width: calc(100vw - 72px);
      top: 0;
      left: 100%; } }
  @media (max-width: 767px) {
    .popup.is-popup-open {
      transform: translateY(0); } }
  @media (min-width: 768px) {
    .popup.is-popup-open {
      transform: translateX(-100%); } }
  .popup.is-popup-open .close-btn {
    opacity: 1;
    visibility: visible; }
  .popup .close-btn {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767px) {
      .popup .close-btn {
        right: 10px;
        bottom: calc(100% + 12px); } }
    @media (min-width: 768px) {
      .popup .close-btn {
        top: 24px;
        right: calc(100% + 24px); } }

.popup-content {
  flex-grow: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.slick-slide {
  outline: none; }
