@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-regular.woff2)
      format("woff2"),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-regular.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-500.woff2)
      format("woff2"),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-500.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-600.woff2)
      format("woff2"),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-600.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: local(""),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-900.woff2)
      format("woff2"),
    url(../fonts/montserrat-v15-latin-ext_latin_cyrillic-900.woff)
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/inter-v2-latin-ext_latin_cyrillic-regular.woff2)
      format("woff2"),
    url(../fonts/inter-v2-latin-ext_latin_cyrillic-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: fico;
  src: url(../fonts/icons/fico.eot);
  src: url(../fonts/icons/fico.eot?#iefix) format("eot"),
    url(../fonts/icons/fico.woff2) format("woff2"),
    url(../fonts/icons/fico.woff) format("woff"),
    url(../fonts/icons/fico.ttf) format("truetype"),
    url(../fonts/icons/fico.svg#fico) format("svg");
}
.fico:before {
  font-family: fico;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.fico-arrow:before {
  content: "\E001";
}
.fico-arrowSlider:before {
  content: "\E002";
}
.fico-check:before {
  content: "\E003";
}
.fico-checkArrow:before {
  content: "\E004";
}
.fico-checkOrder:before {
  content: "\E005";
}
.fico-close:before {
  content: "\E006";
}
.fico-cpa:before {
  content: "\E007";
}
.fico-crm:before {
  content: "\E008";
}
.fico-fb:before {
  content: "\E009";
}
.fico-in:before {
  content: "\E00A";
}
.fico-int:before {
  content: "\E00B";
}
.fico-mark:before {
  content: "\E00C";
}
.fico-questionArrow:before {
  content: "\E00D";
}
.fico-scm:before {
  content: "\E00E";
}
.fico-tw:before {
  content: "\E00F";
}
.fico-vacancies1:before {
  content: "\E010";
}
.fico-vacancies2:before {
  content: "\E011";
}
.fico-world:before {
  content: "\E012";
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.text-center {
  text-align: center;
  margin-bottom: 40px;
}
.text-center p {
  margin-bottom: 15px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
body {
  font-family: Inter, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscal;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
::-ms-clear {
  display: none;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
}
li,
ul {
  list-style: none;
}
.fico {
  display: inline-block;
  font-size: 3rem;
}
.fico::before {
  display: block;
}
.column {
  max-width: 290px;
  width: 100%;
  margin-right: 40px;
  flex-shrink: 0;
}
.column-big {
  max-width: 390px;
  width: 100%;
  margin-right: 40px;
  flex-shrink: 0;
}
.title {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.title--dark {
  color: #343159;
}
.title--light {
  color: #fff;
}
.title--1 {
  font-size: 55px;
  line-height: 110%;
}
.title--2 {
  font-size: 50px;
  line-height: 120%;
}
.title--3 {
  font-size: 35px;
  line-height: 100%;
}
.title--4 {
  font-size: 30px;
  line-height: 130%;
}
.title--5 {
  font-size: 23px;
  line-height: 130%;
}
.text-1 {
  font-size: 20px;
  line-height: 150%;
}
.text-2 {
  font-size: 18px;
}
.text-2--1 {
  line-height: 160%;
}
.text-2--2 {
  line-height: 180%;
}
.text-3 {
  font-size: 16px;
  line-height: 160%;
}
.text-4 {
  font-size: 14px;
  line-height: 120%;
}
.policy-blue {
  font-size: 20px;
  font-weight: bold;
  color: #00b0f7;
  line-height: 1.3;
}
.dark-blue {
  color: #212a7a;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.3;
}
.bold {
  font-weight: bold;
}
.btn {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 18px;
  border-radius: 5px;
  width: 100%;
  border: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.functions-additional--color {
  background: #f6f6f6;
}
.btn--full {
  background: #f2304c;
  color: #fff;
}
.btn--full:hover {
  background: #feb000;
}
.btn--empty {
  border: 1px solid #99c7f1;
  color: #fff;
}
.btn--empty:hover {
  background: #00ffff;
  color: #333;
  box-shadow: 0 0 12px #00ffff, 0 0 20px #00ffff;
}
.btn--empty-dark {
  color: #343159;
  border: 1px solid #343159;
}
.btn--empty-dark:hover {
  border: 1px solid #00b0f7;
  background: rgba(0, 176, 247, 0.1);
}
.input,
.select2-container .select2-selection--single {
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #343159;
  outline: 0;
  border: none;
  border-radius: 0;
  height: 60px;
  border: 1px solid #cfd8e0;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input::-webkit-input-placeholder,
.select2-container .select2-selection--single::-webkit-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.input:-ms-input-placeholder,
.select2-container .select2-selection--single:-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.input::-ms-input-placeholder,
.select2-container .select2-selection--single::-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.input::placeholder,
.select2-container .select2-selection--single::placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.input:focus,
.input:hover,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:hover {
  border-color: #0077cc;
  outline: none;
}
.textarea {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #343159;
  outline: 0;
  font-family: Inter, sans-serif;
  resize: none;
  border: 1px solid #cfd8e0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.textarea::-webkit-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.textarea:-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.textarea::-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.textarea::placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #7a8692;
}
.textarea:focus,
.textarea:hover {
  border-color: #0077cc;
  outline: none;
}
.select2 {
  box-sizing: border-box;
}
.select2-dropdown {
  background: #fff;
  box-shadow: 0 20px 50px rgba(22, 21, 44, 0.15);
  border-radius: 10px !important;
  border: none;
  overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #343159;
}
.select2-container .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #7a8692;
  font-size: 16px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 12px;
  height: 7px;
  background: url(../img/svg/arrow-select.svg) no-repeat center;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--open .select2-selection__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.select2-container--open .select2-results__option {
  font-size: 16px;
  padding: 15px 0;
  padding-left: 20px;
}
.select2-container--open .select2-results__option:not(:last-of-type) {
  border-bottom: 1px solid #cfd8e0;
}
.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background: #e4f7ff;
  color: #343159;
}
.select2-container--open .select2-results__option[aria-selected="true"] {
  background: #e4f7ff;
}
.slick-slide {
  outline: 0;
}
.slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.slick-dots--dark li {
  background: rgba(52, 49, 89, 0.4);
}
.slick-dots--dark li.slick-active {
  background: #343159;
}
.slick-dots--light li {
  background: rgba(255, 255, 255, 0.2);
}
.slick-dots--light li.slick-active {
  background: #fff;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}
.slick-dots li:not(:last-of-type) {
  margin-right: 32px;
}
.slick-dots button {
  display: none;
}
.slick-arrow {
  position: absolute;
  border: none;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  background: 0 0;
  font-size: 0;
  overflow: visible;
  padding: 0;
}
.slick-arrow .fico {
  font-size: 40px;
  outline: 0;
  color: #343159;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.slick-arrow:hover .fico {
  color: #00b0f7;
}
.slick-arrow.next {
  padding-right: 0;
}
.slick-arrow.prev {
  -webkit-transform: scaleX(-1.1);
  transform: scaleX(-1.1);
}
.checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  font-size: 16px;
  line-height: 160%;
  color: #3d3d3d;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__input:checked ~ .checkbox__checkmark {
  background-color: #00b0f7;
}
.checkbox__input:checked ~ .checkbox__checkmark .fico {
  opacity: 1;
  color: #fff;
}
.checkbox__checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #00b0f7;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox__checkmark .fico {
  opacity: 0;
  color: #fff;
  font-size: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(130, 126, 185, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.overlay.active {
  opacity: 1;
  pointer-events: visible;
}
.item-st {
  padding-top: 35px;
  padding-bottom: 45px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 400px;
  padding-right: 20px;
}

.item-st--grey .item-st__ttl {
  color: #343159;
}
.item-st--green .item-st__ttl {
  color: #38a6a9;
}
.item-st--orange .item-st__ttl {
  color: #203646;
}
.item-st--gold .item-st__ttl {
  color: #a79873;
}
.item-st:nth-child(n + 2) {
  border-left: 1px solid #cfd8e0;
  max-width: 440px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.item-st__ttl {
  font-size: 80px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 8px;
  color: #203646;
}
.item-st__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #343159;
}
.review {
  display: -webkit-box;
  display: flex;
}
.review__left {
  max-width: 550px;
  width: 100%;
  padding-top: 56px;
  flex-shrink: 0;
  margin-right: 40px;
  position: relative;
}
.review__left::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  right: 95px;
  width: 111px;
  height: 110px;
  background: url(../img/svg/information_photo_decor.svg) no-repeat center;
  background-size: 100%;
}
.review__photo-wrap {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
.review .fico {
  color: #00b0f7;
  margin-bottom: 53px;
  font-size: 54px;
}

.review__text {
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  max-width: 96%;
}
.review__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.review__desc {
  color: #84cbff;
  margin-right: 42px;
}
.review__name {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 9px;
}
.review__post {
  font-size: 14px;
}
.review__callcenter {
  width: 128px;
}
.list-tasks__item {
  position: relative;
  padding-left: 40px;
}
.list-tasks__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.list-tasks__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bbfdc;
  box-shadow: 0 0 8px 4px rgba(211, 211, 211, 0.6);
}
.header {
  position: relative;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  overflow: hidden;
}

.header__bg {
  position: absolute;
  inset: 0;
  background: url(../img/texture.png) no-repeat center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
}

.header .slick-list {
  margin: 0 -150px;
}
.header .slick-slide {
  margin: 0 150px;
}
.header .slick-dots {
  position: absolute;
  bottom: 93px;
  left: 50%;
  transform: translateX(-50%);
}
.slide {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-bottom: 140px;
  min-height: 900px;
}
.slide--0 .slide__wrap-img {
  width: 680px;
  right: -80px;
  bottom: 20px;
}
.slide--1 .slide__text,
.slide--2 .slide__text,
.slide--3 .slide__text {
  max-width: 360px;
  color: #fff;
}
.slide--1 .slide__wrap-img,
.slide--2 .slide__wrap-img,
.slide--3 .slide__wrap-img {
  width: 680px;
  right: -80px;
  bottom: 20px;
}

.slide--1 .slide__wrap-img {
  bottom: unset;
}
.slide__title {
  max-width: 630px;
  width: 100%;
  margin-bottom: 53px;
}

.slide__text {
  margin-bottom: 63px;
  color: #fff;
  max-width: 435px;
  width: 100%;
}
.slide__btn {
  max-width: 210px;
}
.slide__wrap-img {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.products {
  padding-top: 100px;
  padding-bottom: 93px;
  position: relative;
}
.products::before {
  content: "";
  display: block;
  position: absolute;
  top: 650px;
  left: 0;
  width: 900px;
  height: 900px;
  background: url(../img/bg-texture.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.products .list-adv {
  padding-bottom: 102px;
  margin-bottom: 125px;
  border-bottom: 1px solid #cfd8e0;
}
.products__center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 105px;
}
.products__desc {
  color: #7a8692;
  max-width: 58%;
  margin-top: 13px;
}
.products__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.product {
  display: block;
  text-decoration: none;
  max-width: 620px;
  width: 100%;
  min-height: 410px;
  background: #060214;
  color: #e0e0e0;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 255, 255, 0);
  border: 1px solid rgba(0, 255, 255, 0.1);
}
.product:nth-of-type(-n + 2) {
  margin-bottom: 40px;
}
.product:nth-of-type(2) {
  margin-top: 60px;
}
.product:nth-of-type(3) {
  margin-top: -60px;
}
.product:hover {
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6), 0 0 40px rgba(0, 255, 255, 0.4);
  background: radial-gradient(circle at top left, #0d0d0d, #1a1a1a);
  transform: scale(1.02);
}
.product__text {
  max-width: 69%;
}
.product__ttl {
  font-size: 1.8rem;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffff;
  transition: text-shadow 0.3s ease;
  margin-bottom: 22px;
}

.product:hover .product__ttl {
  text-shadow: 0 0 12px #00ffff, 0 0 20px #00ffff;
}

.product .fico {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #00ffff;
  transition: right 0.3s ease, transform 0.3s ease;
}
.product::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(45deg, #00ffff, #ff00ff);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.product:hover::before {
  opacity: 0.3;
  animation: pulseBorder 2s infinite linear;
}

@keyframes pulseBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product:hover .fico {
  right: 30px;
  transform: scale(1.3);
}
.product__name {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 150px;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.list-adv {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
.list-adv__item {
  max-width: 400px;
  width: 100%;
}
.list-adv__item:not(:last-of-type) {
  margin-right: 40px;
}
.list-adv .fico,
.list-optm__item .fico {
  margin-bottom: 30px;
  font-size: 42px;
  color: #feb000;
}
.list-adv__text {
  max-width: 80%;
}
.chart {
  padding-top: 90px;
  padding-bottom: 180px;
}

.chart__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 92px;
}
.chart__desc {
  color: #7a8692;
  max-width: 44%;
  margin-right: 18px;
}
.chart__btn {
  max-width: 180px;
  position: relative;
  z-index: 2;
}
.chart__bottom {
  margin-top: -211px;
}

@-moz-document url-prefix() {
  .chart__bottom {
    scrollbar-width: thin;
    scrollbar-color: #a4b5c5 #e3eff0;
  }
}
.graph {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
}
.graph::before {
  content: "";
  display: block;
  position: absolute;
  width: 1542px;
  height: 328px;
  background: url(../img/svg/graph.svg) no-repeat;
  background-size: 100%;
  z-index: 1;
  top: 151px;
  left: -130px;
}
.graph::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 20px;
  border-color: transparent transparent transparent #00b0f7;
}
.graph__col {
  width: calc(100% / 4);
  border-bottom: 1px solid #918fad;
}
.graph__col:not(:first-of-type) .graph__wrap {
  border-left: 1px solid #e3e7ea;
}
.graph__col:not(:first-of-type) .graph__wrap::before {
  background: #00b0f7;
}
.graph__col:nth-of-type(1) {
  border-bottom-left-radius: 10px;
  border-left: 1px solid #918fad;
}
.graph__col:nth-of-type(1) .graph__wrap {
  height: 215px;
}
.graph__col:nth-of-type(2) .graph__wrap {
  height: 230px;
}
.graph__col:nth-of-type(3) .graph__wrap {
  height: 267px;
}
.graph__col:nth-of-type(4) {
  height: 540px;
  border-right: 1px solid #918fad;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
.graph__col:nth-of-type(4) .graph__wrap {
  height: 335px;
  width: 100%;
}
.graph__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.graph__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f00f7;
}
.graph__ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  padding-left: 20px;
}
.graph__label {
  border-top: 1px solid #e3e7ea;
  padding: 14px 20px;
  color: #7a8692;
}
.functions {
  position: relative;
  padding-top: 130px;
  padding-bottom: 165px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  background-position: center;
}
.functions__title {
  margin-bottom: 94px;
  font-weight: 400;
}
.functions__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.function {
  max-width: 400px;
  width: 100%;
  min-height: 315px;
  padding-top: 6px;
}

.function__img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.function:hover .function__img,
.indicator:hover .function__img {
  transform: scale(1.1) rotate(2deg);
  filter: drop-shadow(0 0 10px #00ffff);
}

.function:not(:nth-child(3n + 1)) {
  max-width: 440px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.function:not(:nth-of-type(-n + 3)) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 335px;
  padding-top: 66px;
}
.function__top {
  margin-bottom: 22px;
}
.function__img {
  margin-bottom: 27px;
}

.function__text {
  color: #96a3d2;
  line-height: 180%;
  max-width: 87%;
}
.function {
  position: relative;
}
.advantages .col {
  max-width: 620px;
  width: 100%;
  margin-right: 40px;
}
.advantages__row--1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.advantages__row--2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f6f6;
}
.advantages__wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.advantages img {
  max-width: 450px;
}
.advantages__wrap--top .advantages__col {
  padding-left: 9px;
}
.advantages__wrap--bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.advantages__wrap--bottom .advantages__col {
  max-width: 550px;
  width: fit-content;
}
.advantages__wrap--bottom .advantages__desc,
.advantages__wrap--top .advantages__desc {
  padding-top: 114px;
}
.advantages__col {
  flex-shrink: 0;
}
.advantages__ttl {
  margin-bottom: 37px;
}
.advantages__text {
  color: #7a8692;
  max-width: 510px;
  width: 100%;
}
.support {
  padding-top: 120px;
  padding-bottom: 93px;
}
.support__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
.support__content {
  max-width: 510px;
  width: 100%;
  padding-top: 10px;
}
.support__title {
  margin-bottom: 32px;
  line-height: 130%;
}
.support__text {
  color: #7a8692;
  margin-bottom: 36px;
}
.support__link {
  color: #4237c1;
  text-decoration: none;
}
.support__link:hover {
  text-decoration: underline;
}
.support__photo {
  padding-right: 10px;
  pointer-events: none;
  max-width: 250px;
  width: 100%;
}
.statistics-prod {
  padding-top: 155px;
  padding-bottom: 152px;
  position: relative;
}
.statistics-prod__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 92px;
}
.statistics-prod__title {
  line-height: 120%;
  font-size: 35px;
}
.statistics-prod__desc {
  color: #7a8692;
  max-width: 72%;
  margin-top: 7px;
}
.statistics-prod__bottom {
  display: -webkit-box;
  display: flex;
}
.statistics-prod__bottom .item-st:nth-child(1) {
  padding-right: 20px;
}
.statistics-prod__bottom .item-st:nth-child(n + 2) {
  padding-left: 20px;
}
.advantages-prod {
  padding-top: 100px;
  padding-bottom: 122px;
}
.advantages-prod--green {
  background: #38a7a9;
}
.advantages-prod--orange {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  background-image: linear-gradient(
      135deg,
      rgba(56, 189, 248, 0.15),
      rgba(99, 102, 241, 0.15)
    ),
    linear-gradient(135deg, #1e293b, #0f172a);
  color: #f8fafc;
  padding: 60px 30px;

  box-shadow: 0 0 20px rgba(99, 102, 241, 1.2);
}
.advantages-prod--gold {
  background: #a79873;
}
.advantages-prod .list-adv .fico {
  color: #fff;
}
.advantages-prod .list-adv__text {
  color: #fff;
  max-width: 89%;
}
.integration {
  padding-top: 130px;
  padding-bottom: 124px;
}
.integration--crm .integration__col {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}

.integration--crm .integration__desc {
  padding-top: 90px;
  margin-right: 143px;
}
.integration--crm .slick-dots li {
  background: rgba(52, 49, 89, 0.2);
}
.integration--crm .slick-dots li.slick-active {
  background: #13acac;
}
.integration--cpa .integration__col {
  max-width: 613px;
  width: 100%;
  margin-right: 114px;
  margin-left: -72px;
  padding-top: 23px;
}
.integration--cpa .integration__photo {
  max-width: 600px;
}
.integration--cpa .integration__desc {
  margin-right: 63px;
  padding-top: 96px;
}
.integration--cpa .slick-dots li {
  background: rgba(52, 49, 89, 0.2);
}
.integration--cpa .slick-dots li.slick-active {
  background: #feac42;
}
.integration--scm .integration__wrap {
  padding-left: 19px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.integration--scm .integration__info {
  max-width: 850px;
  width: 100%;
  text-align: center;
}
.integration--scm .integration__col {
  position: relative;
  right: -10px;
}
.integration--scm .integration__bottom {
  padding-left: 7px;
}
.integration--scm .integration__photo {
  margin-right: 39px;
}
.integration__bottom .integration__photo,
.logistics__left .logistics__photo {
  max-width: 500px;
}
.integration--scm .integration__desc {
  padding-top: 80px;
}
.integration--scm .slick-dots li {
  background: rgba(52, 49, 89, 0.2);
}
.integration--scm .slick-dots li.slick-active {
  background: #a79873;
}
.integration__title {
  text-align: center;
  margin-bottom: 30px;
}
.integration__subtitle {
  max-width: 851px;
  width: 100%;
  margin: auto;
  color: #7a8692;
  text-align: center;
  margin-bottom: 30px;
}
.integration__wrap {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid #cfd8e0;
  display: -webkit-box;
  display: flex;
  padding-left: 4px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}
.list-optm__item {
  width: 290px;
}
.list-optm__item:nth-child(n + 2) {
  border-left: 1px solid #cfd8e0;
  padding-left: 20px;
  margin-left: 20px;
}

.integration__col {
  flex-shrink: 0;
}
.integration__ttl {
  margin-bottom: 50px;
  line-height: 130%;
  text-align: center;
}
.integration__ttl span {
  white-space: nowrap;
}
.integration__ttl-small {
  text-align: center;
  max-width: 460px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
.integration .slick-list {
  margin: 0 -15px;
  margin-bottom: 80px;
}
.integration .slick-slide {
  margin: 0 15px;
}
.integration .slick-dots {
  -webkit-box-pack: center;
  justify-content: center;
}
.integration__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
.integration__desc {
  max-width: 510px;
  width: 100%;
}
.integration__subject {
  margin-bottom: 30px;
  line-height: 130%;
}
.integration__text {
  color: #7a8692;
}
.slider-int__photo {
  max-width: 1140px;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.list-optm {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.integration__wrap {
  padding-left: 0;
}
.list-optm--green .list-optm__ico {
  background: #13acac;
}
.list-optm--orange .list-optm__ico {
  background: #ffac42;
  margin-bottom: 20px;
}
.list-opt-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.list-opt-2 .list-optm__item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  margin-left: 0;
  border: 1px solid #cfd8e0;
  padding: 20px;
}

.integration__img {
  width: 700px;
  max-width: 100%;
  margin-top: 30px;
}
.list-optm__ico {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}

.list-optm__text {
  font-size: 16px;
  line-height: 160%;
  color: #7a8692;
}
.logistics {
  padding-top: 150px;
  padding-bottom: 176px;
  background: #f6f6f6;
}
.logistics__wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.logistics__left {
  flex-shrink: 0;
  margin-right: 143px;
  flex-shrink: 0;
}
.logistics__desc {
  max-width: 420px;
  width: 100%;
  padding-top: 89px;
}
.logistics__title {
  margin-bottom: 26px;
  line-height: 130%;
}
.logistics__text {
  color: #7a8692;
}
.functions-additional {
  padding-top: 148px;
  padding-bottom: 172px;
}
.functions-additional__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 82px;
}
.functions-additional__title {
  line-height: 120%;
  font-size: 35px;
}
.functions-additional__desc {
  color: #7a8692;
  max-width: 72%;
}
.functions-additional__bottom {
  display: -webkit-box;
  display: flex;
}
.benefit {
  width: 100%;
  max-width: 400px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 12px;
}
.benefit:nth-child(n + 2) {
  border-left: 1px solid #cfd8e0;
  max-width: 440px;
  padding-left: 40px;
}
.benefit__ico {
  margin-bottom: 30px;
}
.benefit__top {
  margin-bottom: 23px;
}
.benefit__text {
  line-height: 180%;
  font-size: 16px;
  color: #7a8692;
}
.description {
  padding-top: 140px;
  padding-bottom: 140px;
}
.description--crm .description__row:nth-of-type(1) {
  padding-left: 17px;
  margin-bottom: 98px;
}

.description--crm .description__row:nth-of-type(1) .description__col {
  margin-right: 110px;
  max-width: 500px;
}
.description--crm .description__row:nth-of-type(1) .description__desc {
  padding-top: 140px;
  max-width: 463px;
}
.description--crm .description__row:nth-of-type(2) .description__col {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.description--crm .description__row:nth-of-type(2) .description__desc {
  padding-top: 134px;
}
.description--cpa .description__row:nth-of-type(1) {
  margin-bottom: 83px;
}
.description--cpa .description__row:nth-of-type(1) .description__col {
  max-width: 500px;
  margin-right: 114px;
}
.description--cpa .description__row:nth-of-type(1) .description__desc {
  padding-top: 113px;
}
.description--cpa .description__row:nth-of-type(2) .description__col {
  position: relative;
  right: 0;
  max-width: 500px;
}
.description--cpa .description__row:nth-of-type(2) .description__desc {
  padding-top: 190px;
}
.description--scm .description__row:nth-of-type(1) {
  margin-bottom: 30px;
}
.description--scm .description__row:nth-of-type(1) .description__col {
  max-width: 500px;
  width: 100%;
  margin-right: 43px;
}
.description--scm .description__row:nth-of-type(1) .description__desc {
  padding-top: 103px;
}
.description--scm .description__row:nth-of-type(2) .description__col {
  width: 100%;
  max-width: 495px;
}
.description--scm .description__row:nth-of-type(2) .description__desc {
  max-width: 520px;
  width: 100%;
  flex-shrink: 0;
  padding-top: 103px;
  margin-right: 130px;
}
.description__row {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.description__col {
  flex-shrink: 0;
}
.description__ttl {
  margin-bottom: 37px;
  line-height: 115%;
}
.description__text {
  color: #7a8692;
  max-width: 510px;
  width: 100%;
}
.description__title {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: auto;
  margin-bottom: 61px;
}
.description .form-int__input {
  border-top: 1px solid #cfd8e0;
  border-bottom: 1px solid #cfd8e0;
}
.description .form-int .form-int__select,
.description .form-int .select2-container .select2-selection--single,
.description .form-int__select {
  border: 1px solid #cfd8e0;
  border-right: none;
}
.faq {
  padding-top: 170px;
  padding-bottom: 184px;
}
.faq__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__info--mob {
  display: none;
}
.faq__text {
  max-width: 290px;
  width: 100%;
  margin-bottom: 20px;
  color: #818c97;
}
.faq__link-email {
  text-decoration: none;
  color: #00b0f7;
  font-size: 16px;
}
.faq__link-email:hover {
  text-decoration: underline;
}
.faq__right {
  -webkit-box-flex: 1;
  flex: 1;
  padding-top: 4px;
}
.question:not(:last-of-type) {
  margin-bottom: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cfd8e0;
}
.question__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.question__top.active .fico {
  color: #00b0f7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.question__top:hover .question__ttl {
  text-decoration: underline;
}
.question__ttl {
  font-size: 18px;
  margin-right: 15px;
}
.question .fico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(99, 102, 241, 0.4);
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.1),
    rgba(99, 102, 241, 0.1)
  );
  color: #6366f1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question .fico img {
  width: 28px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(76%) saturate(747%)
    hue-rotate(210deg) brightness(95%) contrast(90%);
  transition: filter 0.3s ease;
}

.question__top:hover .fico img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(500%)
    hue-rotate(170deg) brightness(105%) contrast(95%);
}

.question__top:hover .fico {
  border-color: #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.2),
    rgba(99, 102, 241, 0.2)
  );
}
.question .fico img {
  width: 28px;
  filter: drop-shadow(0 0 2px rgba(99, 227, 241, 0.3));
}

.question__text {
  color: #818c97;
  display: none;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 18px;
}
.capabilities {
  padding-top: 130px;
  padding-bottom: 135px;
  background: #fafafa;
}
.capabilities__title {
  text-align: center;
  line-height: 130%;
  max-width: 603px;
  width: 100%;
  margin: auto;
  margin-bottom: 87px;
}
.capabilities__wrap {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.capabilities__left {
  flex-shrink: 0;
  max-width: 560px;
  width: 100%;
  padding-top: 27px;
  margin-left: -20px;
  margin-right: 119px;
}
.purpose {
  padding-top: 141px;
  padding-bottom: 143px;
}
.purpose__wrap {
  display: -webkit-box;
  display: flex;
}
.purpose__title {
  line-height: 120%;
}
.purpose__info {
  color: #7a8692;
}
.purpose__text {
  margin-bottom: 20px;
}
.steps {
  padding-top: 130px;
  padding-bottom: 140px;
}
.steps__row:not(:last-of-type) {
  padding-bottom: 89px;
  margin-bottom: 90px;
  border-bottom: 1px solid #cfd8e0;
}
.step {
  display: -webkit-box;
  display: flex;
}
.step__wrap {
  display: -webkit-box;
  display: flex;
}
.step__wrap .step__text {
  max-width: 550px;
  width: 100%;
  margin-right: 70px;
  flex-shrink: 0;
}
.step__text {
  color: #7a8692;
}
.step__img {
  margin-bottom: 20px;
}
.step__link {
  color: #028bfc;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.step__link:hover {
  text-decoration: underline;
}
.indicators {
  padding-top: 130px;
  padding-bottom: 130px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  position: relative;
}
.indicators__top {
  display: -webkit-box;
  display: flex;
  margin-bottom: 131px;
}
.indicators__text {
  color: ghostwhite;
  padding-top: 17px;
  max-width: 50%;
}
.indicators__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.indicator {
  max-width: 400px;
  width: 100%;
  min-height: 250px;
  padding-top: 15px;
}
.indicator:not(:nth-child(3n + 1)) {
  max-width: 440px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.indicator:not(:nth-of-type(-n + 3)) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 235px;
  padding-top: 61px;
}
.indicator .fico {
  color: #00ffff;
  font-size: 42px;
  margin-bottom: 30px;
}
.indicator__text {
  max-width: 88%;
  width: 100%;
}
.indicator__text span {
  color: #00ffff;
}
.indicator {
  position: relative;
}
.integrations {
  padding-top: 251px;
  padding-bottom: 144px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  position: relative;
}
.integrations__title {
  margin-bottom: 40px;
}
.integrations__text {
  max-width: 365px;
  width: 100%;
  color: ghostwhite;
  line-height: 162%;
  margin-bottom: 65px;
}
.header-main__wrap-img.integrations__main-img {
  bottom: -100px;
  max-width: 600px;
}
.integrations-desc {
  padding-top: 100px;
  padding-bottom: 100px;
}
.integrations-desc__top {
  padding-bottom: 100px;
  margin-bottom: 120px;
  border-bottom: 1px solid #cfd8e0;
}
.integrations-desc__row {
  display: -webkit-box;
  display: flex;
}
.integrations-desc__row:not(:last-of-type) {
  padding-bottom: 89px;
  margin-bottom: 90px;
  border-bottom: 1px solid #cfd8e0;
}
.integrations-desc__title {
  line-height: 130%;
}
.integrations-desc__info {
  color: #7a8692;
}
.integrations-desc__text {
  margin-bottom: 27px;
}
.integrations-desc__wrap {
  display: -webkit-box;
  display: flex;
}
.integrations-desc__wrap .integrations-desc__list {
  width: 100%;
}
.integrations-desc__wrap .integrations-desc__list:not(:last-of-type) {
  margin-right: 40px;
}
.header-about {
  padding-top: 254px;
  padding-bottom: 207px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  position: relative;
}

.header-about__title {
  text-align: center;
  max-width: 1004px;
  width: 100%;
  margin: auto;
}
.philosophy {
  padding-top: 141px;
  padding-bottom: 140px;
  background: url(../img/globe.png) no-repeat calc(100% + 100px) 30px,
    url(../img/globe.png) no-repeat -120px calc(100% - -150px);
}
.philosophy__top {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-bottom: 590px;
}
.philosophy .advantages__row img {
  max-width: 450px;
}
.philosophy__photo {
  position: absolute;
  max-width: inherit;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.philosophy__content {
  max-width: 510px;
  width: 100%;
}
.philosophy__content:not(:last-of-type) {
  margin-right: 260px;
  padding-top: 73px;
}
.philosophy__content:last-of-type {
  padding-top: 230px;
}
.philosophy__title {
  margin-bottom: 27px;
}
.philosophy__text {
  color: #7a8692;
  max-width: 93%;
  width: 100%;
}
.philosophy__text:not(:last-of-type) {
  margin-bottom: 35px;
}
.philosophy__bottom {
  padding-top: 100px;
}
.philosophy__bottom .container {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.philosophy__bottom .philosophy__title {
  line-height: 100%;
}
.philosophy__left {
  max-width: 440px;
  width: 100%;
  flex-shrink: 0;
}
.philosophy__left .philosophy__text {
  max-width: 100%;
}
.photos {
  flex-shrink: 0;
  max-width: 650px;
  width: 100%;
  position: relative;
  font-size: 0;
  z-index: 2;
}
.photos__wrap {
  border-radius: 10px;
  overflow: hidden;
}

.team {
  padding-top: 145px;
  padding-bottom: 134px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  position: relative;
}
.team__title {
  margin-bottom: 124px;
  font-weight: 400;
  text-align: center;
}
.team__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 133px;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.team__desc {
  color: #fff;
  max-width: 540px;
  width: 100%;
  padding-top: 10px;
}
.team__btn {
  max-width: 260px;
  margin-left: auto;
  margin-top: 12px;
}
.employee {
  text-align: center;
  max-width: 290px;
  width: 100%;
}
.employee:nth-of-type(-n + 4) {
  margin-bottom: 68px;
}
.employee:last-of-type {
  margin-right: auto;
}
.employee:not(:nth-child(4n)) {
  margin-right: 40px;
}
.employee__photo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 35px;
  font-size: 0;
}
.employee__name {
  margin-bottom: 8px;
}
.employee__post {
  color: #96a3d2;
  font-size: 16px;
  line-height: 160%;
}
.solutions {
  padding-top: 150px;
  padding-bottom: 156px;
  background: ghostwhite;
  position: relative;
}
.solutions::before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 35px;
  width: 150px;
  height: 150px;
  background: url(../img/globe.png) no-repeat center;
  background-size: contain;
}
.solutions__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 131px;
}
.solutions__title {
  line-height: 130%;
}
.solutions__desc {
  color: #7a8692;
  padding-top: 10px;
}
.solutions__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 30px;
  padding-inline: 15px;
}
.solutions__col:not(:last-of-type) {
  margin-right: 40px;
}
.solution_result {
  max-width: 470px;
  width: 100%;
  flex-shrink: 0;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  border-radius: 12px;
  color: white;
  border: 1px solid rgba(0, 255, 255, 0.1);
  padding: 20px;
}

.solution_result:nth-of-type(4) .solution_result__wrap::before,
.solution_result:nth-of-type(5) .solution_result__wrap::before {
  border: 6px solid #a879ff;
}

.solution_result__ttl {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}
.solution_result__wrap {
  margin-left: 2.5px;
  position: relative;
}

.solution_result__item {
  font-size: 16px;
  line-height: 160%;
  color: #cecece;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #b1cfe9;
  border-left: 1px solid #b1cfe9;
  border-bottom-left-radius: 10px;
  position: relative;
  height: 100%;
}
.solution_result__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.solution_result__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bbfdc;
  box-shadow: 0 0 8px 4px rgba(211, 211, 211, 0.6);
}
.solutions__wrap::-webkit-scrollbar {
  height: 6px;
}

.solutions__wrap::-webkit-scrollbar-track {
  background: linear-gradient(to right, #0f172a, #1e293b);
  border-radius: 4px;
}

.solutions__wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(99, 102, 241, 0.5);
  transition: background 0.3s ease;
  cursor: pointer;
}

.solutions__wrap::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #60a5fa, #818cf8);
}
.header-privacy {
  padding-top: 180px;
  padding-bottom: 120px;
  position: relative;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
}
.header-privacy__title {
  line-height: 100%;
  text-align: center;
  color: white;
}
.content {
  padding-top: 110px;
  padding-bottom: 170px;
}
.content__wrapper {
  max-width: 840px;
  width: 100%;
  margin: auto;
}
.content__block:not(:last-of-type) {
  margin-bottom: 60px;
}
.content__title {
  margin-bottom: 26px;
}
.bulleted-list {
  margin-bottom: 26px;
  padding-left: 20px !important;
}
@media screen and (max-width: 1300px) {
  .bulleted-list {
    margin-bottom: 20px;
  }
}
.bulleted-list li {
  display: flex;
  align-items: start;
  gap: 5px;
  font-size: 18px;
}
.bulleted-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #858687;
  display: inline-block;
  align-content: center;
  border-radius: 50%;

  flex-shrink: 0;
  margin-top: 12px;
}
.content__text {
  color: #7a8692;
}
.contacts__privacy-link {
  color: #f2304c;
  transition: all 0.3s ease-in-out;
}
.contacts__privacy-link:hover{
 color: #feb000;
}
.content__block a {
  color: #00b0f7;
  transition: all 0.3s ease-in-out;
}
.content__block a:hover
 {
  color: #0077cc;
}

.content__text:not(:last-of-type) {
  margin-bottom: 33px;
}
.content__list {
  color: #7a8692;
  margin-top: 26px;
}
.header-new {
  padding-top: 180px;
  padding-bottom: 170px;
  background: #f3fafd url(../img/svg/privacy_bg.svg) no-repeat center;
  overflow: hidden;
}
.header-new__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.header-new__col {
  max-width: 220px;
  width: 100%;
  position: relative;
}
.header-new__col::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 90px;
  width: 1px;
  height: calc(100% + 290px);
  background: #cfd8e0;
}
.header-new__title {
  line-height: 100%;
  max-width: 770px;
  width: 100%;
}
.date {
  color: #9da8b2;
}
.date__day {
  font-size: 50px;
  margin-bottom: 5px;
}
.date__month {
  font-size: 16px;
  line-height: 130%;
}
.new-content {
  margin-top: -90px;
  background: url(../img/svg/philosophy_decor_1.svg) no-repeat
      calc(50% - -790px) calc(50% - 145px),
    url(../img/svg/philosophy_decor_2.svg) no-repeat calc(50% - 754px)
      calc(50% - 311px),
    url(../img/svg/philosophy_decor_2.svg) no-repeat calc(50% - 794px)
      calc(50% - -309px);
}
.new-content .bold {
  font-weight: 700;
}
.new-content__wrapper {
  padding-bottom: 95px;
  border-bottom: 1px solid #cfd8e0;
  max-width: 1060px;
  width: 100%;
  padding-left: 220px;
}
.new-content__photo {
  font-size: 0;
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.new-content__desc {
  color: #7a8692;
  max-width: 92%;
}
.new-content__desc:not(:last-of-type) {
  margin-bottom: 33px;
}
.new-content__text:not(:last-of-type) {
  margin-bottom: 33px;
}
.new-content__text--bold {
  font-weight: 700;
  padding-left: 40px;
  color: #343159;
}
.new-content__link {
  text-decoration: none;
  color: #00b0f7;
}
.new-content__link:hover {
  text-decoration: underline;
}
.new-content__list {
  padding-left: 40px;
  color: #7a8692;
  margin-bottom: 30px;
  counter-reset: section;
}
.list-new__item {
  position: relative;
  padding-left: 40px;
}
.list-new__item::before {
  counter-increment: section;
  content: counter(section) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #343159;
  font-size: 18px;
}
.list-new__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.contacts {
  padding-top: 244px;
  padding-bottom: 124px;
  background: linear-gradient(180deg, #eeeeee, #858687);
  position: relative;
}
.contacts .form-p__checkbox {
  margin-bottom: 36px;
}
.contacts .form-p__btn {
  font-size: 20px;
}
.contacts .form-p__select {
  width: 245px;
}
.contacts__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.contacts__left {
  max-width: 620px;
  width: 100%;
}
.contacts__title {
  line-height: 100%;
  color: #083252;
  margin-bottom: 40px;
}
.contacts__desc {
  color: #3d3d3d;
  margin-bottom: 86px;
  font-size: 20px;
  line-height: 160%;
  max-width: 95%;
}
.contacts__col {
  max-width: 320px;
  width: 100%;
}
.contacts__place {
  font-weight: 500;
  font-size: 20px;
  color: #3d3d3d;
  padding-bottom: 36px;
  margin-bottom: 33px;
  border-bottom: 1px solid #cfd8e0;
}
.contacts__links {
  margin-bottom: 28px;
}
.contacts__link {
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 160%;
  color: #3d3d3d;
}
.contacts__link:hover {
  text-decoration: underline;
}
.contacts__text {
  color: #081321;
}
.contacts__form {
  max-width: 510px;
  width: 100%;
}
.header-cereer {
  padding-top: 254px;
  padding-bottom: 207px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  position: relative;
}
.header-cereer::after {
  content: "";
  display: block;
  position: absolute;
  width: 1151px;
  height: 710px;
  background-image: url(../img/svg/header_decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: -170px;
  left: calc(50% - 839px);
  opacity: 0.2;
}
.header-cereer__title {
  text-align: center;
  max-width: 1004px;
  width: 100%;
  margin: auto;
}
.vacancies {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(../img/svg/philosophy_decor_1.svg) no-repeat
      calc(50% - -650px) calc(50% - 703px),
    url(../img/svg/philosophy_decor_2.svg) no-repeat calc(50% - 798px)
      calc(50% - 421px);
}
.vacancies__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 116px;
}
.vacancies__top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #cfd8e0;
}
.vacancies__col {
  max-width: 510px;
  width: 100%;
  padding-bottom: 60px;
}
.vacancies__col:first-of-type {
  padding-top: 10px;
}
.vacancies__col:last-of-type {
  padding-top: 128px;
}
.vacancies__col .fico {
  color: #c6d0de;
  margin-bottom: 40px;
}
.vacancies__col .fico-vacancies1 {
  font-size: 52px;
}
.vacancies__col .fico-vacancies2 {
  font-size: 54px;
}
.vacancies__title {
  margin-bottom: 32px;
}
.vacancies__text {
  color: #7a8692;
  max-width: 97%;
  width: 100%;
}
.vacancies__text:not(:last-of-type) {
  margin-bottom: 35px;
}
.vacancies__caption {
  /* margin-bottom: 47px; */
  text-align: center;
}
.vacancies__caption span {
  color: #0084e4;
}
.vacancy {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}
.vacancy:not(:last-of-type) {
  margin-bottom: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cfd8e0;
}
.vacancy:hover .fico {
  color: #00b0f7;
}
.vacancy__position {
  max-width: 620px;
  width: 100%;
  margin-right: 40px;
  font-size: 18px;
  line-height: 120%;
  flex-shrink: 0;
}
.vacancy__direction {
  color: #7a8692;
  font-size: 16px;
  margin-right: 40px;
  max-width: 290px;
  width: 100%;
}
.vacancy__place {
  color: #7a8692;
  font-size: 16px;
  margin-right: 40px;
  max-width: 180px;
  width: 100%;
}
.vacancy .fico {
  font-size: 32px;
  color: #babccd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  transition: all 0.3s;
}
.table-ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 23px;
  border-bottom: 1px solid #343159;
}
.table-ttl__text {
  text-transform: uppercase;
  font-size: 13px;
  color: #343159;
  flex-shrink: 0;
}
.table-ttl__text:nth-of-type(1) {
  max-width: 620px;
  width: 100%;
  margin-right: 40px;
}
.table-ttl__text:nth-of-type(2),
.table-ttl__text:nth-of-type(3) {
  max-width: 290px;
  width: 100%;
}
.table-ttl__text:nth-of-type(2) {
  margin-right: 40px;
}
.team-cereer {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #f6f6f6;
}
.team-cereer .photos {
}
.team-cereer__title {
  line-height: 100%;
}
.team-cereer__inner {
  display: -webkit-box;
  display: flex;
}
.team-cereer__desc {
  max-width: 480px;
  width: 100%;
  flex-shrink: 0;
}
.facts {
  padding-top: 157px;
  padding-bottom: 114px;
  position: relative;
}
.facts::before {
  content: "";
  display: block;
  position: absolute;
  top: -74px;
  left: calc(50% - 732px);
  width: 150px;
  height: 150px;
  background: url(../img/globe.png) no-repeat;
  background-size: contain;
}
.facts::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 76px;
  left: calc(50% - 852px);
  width: 111px;
  height: 150px;
  background: url(../img/svg/statistics_decor.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.facts__title {
  margin-bottom: 118px;
}
.facts__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fact {
  max-width: 400px;
  width: 100%;
  min-height: 255px;
  padding-top: 6px;
}
.fact:not(:nth-child(3n + 1)) {
  max-width: 440px;
  padding-left: 40px;
  border-left: 1px solid #cfd8e0;
}
.fact:not(:nth-of-type(-n + 3)) {
  border-top: 1px solid #cfd8e0;
  min-height: 335px;
  padding-top: 60px;
}
.fact__top {
  margin-bottom: 22px;
}
.fact__img {
  margin-bottom: 27px;
}
.fact__ttl {
  font-size: 22px;
}
.fact__text {
  color: #7a8692;
  line-height: 180%;
  max-width: 87%;
}
.header-vacancy {
  padding-top: 228px;
  padding-bottom: 103px;
  background: #f3fafd url(../img/svg/privacy_bg.svg) no-repeat center;
}
.header-vacancy__title {
  margin-bottom: 24px;
}
.header-vacancy__detals {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  line-height: 130%;
  color: #7a8692;
  margin-bottom: 31px;
}
.header-vacancy__text:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 19px;
  border-right: 1px solid #7a8692;
}
.header-vacancy .fico {
  font-size: 32px;
  color: #babccd;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-vacancy {
  padding-top: 110px;
  padding-bottom: 140px;
  background: url(../img/svg/philosophy_decor_1.svg) no-repeat
      calc(50% - -790px) calc(50% - 563px),
    url(../img/svg/philosophy_decor_2.svg) no-repeat calc(50% - 758px)
      calc(50% - 731px);
}
.content-vacancy .list-tasks__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.content-vacancy__inner {
  margin-bottom: 95px;
}
.content-vacancy__row {
  display: -webkit-box;
  display: flex;
}
.content-vacancy__row:not(:last-of-type) {
  padding-bottom: 89px;
  margin-bottom: 90px;
  border-bottom: 1px solid #cfd8e0;
}
.content-vacancy__title {
  line-height: 130%;
}
.content-vacancy__info {
  color: #7a8692;
  max-width: 61%;
}
.content-vacancy__text:not(:last-of-type) {
  margin-bottom: 34px;
}
.content-vacancy__btn {
  max-width: 400px;
  width: 100%;
  margin: auto;
  padding: 20px;
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 64px;
  z-index: 9;
}
.menu--dark .logo__img--b {
  display: block;
}
.menu--dark .logo__img--w {
  display: none;
}
.menu--dark .nav__link {
  color: #343159;
}
.menu--dark .lang .fico {
  color: #343159;
}
.menu--dark .burger__line {
  background: #343159;
}
.menu--fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 20px rgba(52, 49, 89, 0.1);
  padding: 10px 0;
}
.menu--fixed .container {
  width: 100%;
  padding: 0 30px;
}
.menu--fixed .menu__wrap {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.menu--fixed .menu__right {
  margin-left: 0;
}
.menu--fixed .menu__logo {
  margin-right: 0;
  width: 164px;
  height: auto;
}
.logo__img--b {
  display: none;
}
.menu--fixed .menu__logo .logo__img--b {
  max-width: 100%;
  display: block;
}
.menu--fixed .menu__logo .logo__img--w {
  display: none;
}
.menu--fixed .nav__link,
.menu--fixed .select-lang__link {
  color: #343159;
}
.select-lang__link {
  cursor: pointer;
}
.menu--fixed .lang .fico {
  color: #343159;
}
.menu__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.menu__logo {
  margin-right: 205px;
  flex-shrink: 0;
  max-width: 200px;
  width: 100%;
}
.menu__logo .logo__img {
  max-width: 100%;
}
.menu__list {
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: 100px;
}
.chang-lang {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu__right {
  /* margin-left: auto; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.menu__lang {
  margin-right: 31px;
  cursor: pointer;
}
.menu__btn {
  max-width: 180px;
}
.nav__item {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.nav__item:hover .nav__link,
.select-lang__link:hover {
  color: #00ffff;
}
.nav__item:not(:last-of-type) {
  margin-right: 43px;
}
.nav__item--sub {
  position: relative;
  z-index: 2;
}
.nav__item--sub:hover .submenu {
  display: block;
}
.nav__link,
.select-lang__link {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lang {
  position: relative;
}
.lang:hover .lang__list-wrap {
  display: block;
}
.lang:hover .fico {
  color: #00b0f7;
}
.lang .fico {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lang__list-wrap {
  padding-top: 37px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  border-radius: 10px;
  display: none;
}
.lang__list {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 40px 60px rgba(22, 21, 44, 0.2);
}
.lang-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  padding: 12px 5px 12px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-item:nth-of-type(1) {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.lang-item:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 23px;
  height: 19px;
  background: #fff;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-item:nth-of-type(1):hover::before {
  background: #e4f7ff;
}
.lang-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.lang-item:hover {
  background: #e4f7ff;
}
.lang-item__ico {
  margin-right: 14px;
}
.lang-item__text {
  color: #343159;
  font-size: 14px;
}
.submenu {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  padding-top: 37px;
  display: none;
}
.submenu__wrap {
  background: transparent;
  border-radius: 10px;
  border-radius: 16px;
}
.submenu__link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  background: #060214;
  color: white;
  border-radius: 16px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 255, 255, 0);
  border: 1px solid rgba(0, 255, 255, 0.1);
}
.submenu__link:not(:first-of-type) {
  margin-top: 8px;
}
.submenu__link:hover {
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6), 0 0 40px rgba(0, 255, 255, 0.4);
  background: radial-gradient(circle at top left, #0d0d0d, #1a1a1a);
  transform: scale(1.02);
}

.submenu__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(45deg, #00ffff, #ff00ff);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.submenu__link:hover::before {
  opacity: 0.3;
  animation: pulseBorder 2s infinite linear;
}

@keyframes pulseBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.submenu__wrap-ico .fico {
  font-size: 36px;
  color: #00ffff;
  transition: transform 0.3s ease;
}

.submenu__link:hover .fico {
  transform: scale(1.3);
}

.submenu__ttl {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 8px;
  transition: text-shadow 0.3s ease;
}

.submenu__link:hover .submenu__ttl {
  text-shadow: 0 0 12px #00ffff, 0 0 20px #00ffff;
}

.submenu__text {
  font-size: 1rem;
  color: white;
}

.submenu__wrap-ico {
  width: 45px;
  margin-right: 25px;
  flex-shrink: 0;
}
.submenu__ttl {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(52, 49, 89, 0.001);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu__text {
  color: #9da8b2;
  font-size: 13px;
  line-height: 140%;
}
.burger {
  display: none;
}
.burger__line {
  height: 1px;
  display: block;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.burger__line:nth-child(1) {
  width: 100%;
  top: -6px;
}
.burger__line:nth-child(2) {
  width: 19px;
}
.burger__line:nth-child(3) {
  width: 25px;
  bottom: -6px;
}
.burger--active .burger__line {
  width: 30px;
  background-color: #fff;
}
.burger--active .burger__line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.burger--active .burger__line:nth-child(2) {
  display: none;
}
.burger--active .burger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.menu-mobile {
  display: none;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  padding-top: 40px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
  background-size: 653px 100%;
  position: relative;
  overflow: hidden;
}

.menu-mobile .header__bg {
  z-index: -1;
}
.menu-mobile__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  overflow-y: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
.menu-mobile__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 27px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
}
.menu-mobile__logo {
  width: 140px;
}
.menu-mobile__nav {
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
  min-height: 330px;
  width: 100%;
  text-align: left;
}
.menu-mobile__nav .nav__item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 19px;
}
.menu-mobile__nav .nav__link {
  font-size: 23px;
}
.menu-mobile__bottom {
  margin-top: 30px;
  width: 100%;
}
.menu-mobile__lang {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  width: 20px;
}
.menu-mobile__lang .lang__list-wrap {
  top: auto;
  bottom: 0;
  left: -15px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-top: 0;
  padding-bottom: 37px;
  z-index: 11;
}
.menu-mobile__lang .lang-item:nth-of-type(1) {
  position: static;
}
.menu-mobile__lang .lang-item:nth-of-type(1)::before {
  display: none;
}
.menu-mobile__lang .lang-item:nth-of-type(2) {
  position: relative;
}
.menu-mobile__lang .lang-item:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 14%;
  -webkit-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
  width: 23px;
  height: 19px;
  background: #fff;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-mobile__lang .lang-item:nth-of-type(2):hover::before {
  background: #e4f7ff;
}
.menu-mobile__lang .lang-item__ico {
  z-index: 1;
}
.menu-mobile__btn {
  max-width: 100%;
}
.header-main {
  padding-top: 240px;
  position: relative;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;
}
.header-main--case .header-main__content {
  padding-bottom: 240px;
}
.header-main--case .header-main__text {
  max-width: unset;
  text-align: center;
  margin-top: 45px;
}
.header-main--case .header-main__btn {
  margin-inline: auto;
}
.header-main__content {
  padding-bottom: 224px;
}
.header-main__title {
  max-width: 650px;
  width: 100%;
  margin-bottom: 45px;
}
.header-main__text {
  margin-bottom: 65px;
  color: ghostwhite;
  max-width: 365px;
  width: 100%;
}
.header-main__btn {
  max-width: 210px;
}
.header-main__wrap-img {
  width: 620px;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 120px;
}
.crm-main-img {
  width: 620px;
}
.header-main__wrap-img img {
  position: relative;
  z-index: 2;
}
.information {
  position: relative;
  padding-top: 138px;
  padding-bottom: 144px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    #060214;

  background-position: 100%, calc(50% - 430px) 273px;
}
.quotemark {
  width: 80px;
  margin-bottom: 28px;
  filter: drop-shadow(0 0 10px #00ffff);
}

.information--case .review__text {
  font-size: 26px;
}
.information--prod {
  padding-bottom: 161px;
}
.information--prod .review__text {
  font-size: 28px;
  line-height: 140%;
}
.information--yellow {
  background: #faf4d3;
  background-position: calc(50% - 430px) 273px;
}
.information--yellow .review__callcenter path {
  fill: #343159;
}
.information--yellow .fico {
  color: #d3c67d;
}
.information--yellow .review__text {
  color: #343159;
}
.information--yellow .review__text-wrap {
  border-bottom: 1px solid #978f64;
}
.information--yellow .review__desc {
  color: #978f64;
}
.information--green {
  background-color: #38a7a9;
}
.information--green .fico {
  color: #118686;
}
.information--green .review__text-wrap {
  border-bottom: 1px solid #a5dcdc;
}
.information--green .review__desc {
  color: #a5dcdc;
}
.information--purple {
  background: #6a3d80;
  background-position: calc(50% - 430px) 273px;
}
.information--purple .fico {
  color: #502a67;
}
.information--purple .review__text-wrap {
  border-bottom: 1px solid #a48caf;
}
.information--purple .review__desc {
  color: #a48caf;
}
.statistics {
  background: #f6f6f6;
}
.statistics--case {
  padding-top: 130px;
  padding-bottom: 150px;
}
.statistics--main {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.statistics--case .statistics__bottom .item-st__ttl,
.statistics-prod__bottom .item-st__ttl {
  font-size: 60px;
}
.statistics--main::before {
  content: "";
  display: block;
  position: absolute;
  top: -74px;
  left: calc(50% - 732px);
  width: 170px;
  height: 170px;
  background: url(../img/globe.png) no-repeat;
  background-size: contain;
}

.statistics--main .statistics__title {
  font-size: 23px;
}
.statistics__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 92px;
}
.statistics__title {
  line-height: 130%;
}
.statistics__desc {
  color: #7a8692;
  max-width: 58%;
}
.statistics__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.news {
  padding-top: 116px;
  padding-bottom: 102px;
}
.news__title {
  margin-bottom: 70px;
}
.news .slick-list {
  margin: 0 -20px;
  margin-bottom: 60px;
}
.news .slick-slide {
  margin: 0 20px;
}
.news .slick-arrow {
  top: 228px;
}
.news .slick-arrow.next {
  right: -119px;
}
.news .slick-arrow.prev {
  left: -119px;
}
.new {
  overflow: hidden;
  min-height: 500px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.new:hover .new__ttl {
  text-decoration: underline;
}
.new__img {
  font-size: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.new__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 30px;
  -webkit-box-flex: 1;
  flex: 1;
  border-left: 1px solid #cfd8e0;
  border-right: 1px solid #cfd8e0;
  border-bottom: 1px solid #cfd8e0;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new__date {
  font-size: 16px;
  line-height: 20px;
  color: #9da8b2;
}
.interruption {
  padding-top: 90px;
  padding-bottom: 90px;
  background: radial-gradient(
      36.83% 66.63% at 62.01% 60.3%,
      rgba(0, 160, 228, 0.2) 0%,
      rgba(0, 119, 228, 0) 100%
    ),
    url(../img/svg/header_bg.svg) no-repeat center, #203646;
}
.interruption__title {
  text-align: center;
  margin-bottom: 62px;
}
.interruption__btn {
  max-width: 360px;
  width: 100%;
  margin: auto;
  padding: 20px;
}
.form-int {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 60px;
}
.form-int:hover .form-int__select,
.form-int:hover .select2-container .select2-selection--single {
  border-top: 1px solid #00b0f7;
  border-bottom: 1px solid #00b0f7;
  border-left: 1px solid #00b0f7;
  background: #f2fbff;
}
.form-int:hover .form-int__input {
  background: #f2fbff;
  border-top: 1px solid #00b0f7;
  border-bottom: 1px solid #00b0f7;
  border-left: none;
  border-right: none;
}
.form-int
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 10px;
}
.form-int .select2-container .select2-selection--single,
.form-int__select {
  width: 196px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.form-int .select2-container .select2-selection--single::after,
.form-int__select::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #ccd5dc;
}
.form-int__input {
  max-width: 383px;
  width: 100%;
  flex-shrink: 0;
  border: none;
  border-radius: 0;
}
.form-int__input:focus,
.form-int__input:hover {
  border: none;
}
.form-int__btn {
  font-size: 18px;
  height: 100%;
  max-width: 260px;
  border-radius: 0;
  border-radius: 0 10px 10px 0;
}
.form-int
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 60px;
}
.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #060214;
}
.footer__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 88px;
  margin-bottom: 56px;
  border-bottom: 1px solid #cfd8e0;
}
.footer__logo {
  margin-bottom: 30px;
  max-width: 200px;
  width: 100%;
}
.footer__desc {
  color: #fff;
}
.footer__links-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-right: 40px;
}
.footer__links-wrap .links {
  width: 180px;
}
.footer__links-wrap .links:not(:last-of-type) {
  margin-right: 40px;
}
.footer__data {
  max-width: 280px;
  width: 100%;
}
.footer__link-tel {
  color: #343159;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  display: block;
  margin-bottom: 34px;
}
.footer__link-tel:hover {
  text-decoration: underline;
}
.footer__text {
  color: #fff;
}
.footer__btn {
  max-width: 180px;
  flex-shrink: 0;
}
.footer__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
.footer__copy {
  color: #7a8692;
  max-width: 310px;
  width: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
.footer__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  width: fit-content;
  margin-right: 0;
}
.footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.footer__link:not(:last-of-type) {
  margin-right: 45px;
}
.footer__link:hover {
  text-decoration: underline;
  text-shadow: 0 0 8px #00ffff;
}
.footer__link-email {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.footer__link-email:hover {
  text-decoration: underline;
  text-shadow: 0 0 8px #00ffff;
}
.footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
.links__item {
  font-size: 18px;
  line-height: 21px;
}
.links__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.links__item:hover {
  text-decoration: underline;
}
.links__link {
  text-decoration: none;
  color: #343159;
}
footer .links__link {
  text-decoration: none;
  color: #ffffff;
}
footer .links__link:hover {
  text-shadow: 0 0 8px #00ffff;
}
footer .links__item:hover {
  text-decoration: none;
}
.links__link span {
  color: #00b0f7;
}
.social__item:not(:last-of-type) {
  margin-right: 40px;
}
.social .fico {
  color: #9da8b2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social .fico-in {
  font-size: 22px;
}
.social .fico-tw {
  font-size: 19px;
}
.social .fico-fb {
  font-size: 20px;
}
.social .fico:hover {
  color: #0084e4;
}
.popup-demo {
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
  display: none;
}
.popup-demo.active {
  display: -webkit-box;
  display: flex;
}
.popup-demo__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f8fc;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.popup-demo__close .fico {
  font-size: 18px;
  color: #343159;
}
.popup-demo__wrap {
  position: relative;
  max-width: 930px;
  margin: auto;
  width: auto;
  padding: 21px;
}
.popup-demo__content {
  display: -webkit-box;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 40px 60px rgba(22, 21, 44, 0.2);
}
.popup-demo__left {
  background: #212a7a url(../img/svg/popup_bg.svg) no-repeat;
  background-position: 0 270px;
  padding: 40px;
  max-width: 340px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.popup-demo__title {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 20px;
}
.popup-demo__desc {
  color: #96a3d2;
}
.popup-demo__bottom {
  font-size: 18px;
  line-height: 160%;
}
.popup-demo__link-tel {
  color: #fff;
  display: block;
  text-decoration: none;
}
.popup-demo__link-tel:hover {
  text-decoration: underline;
}
.popup-demo__link-email {
  color: #00b0f7;
  text-decoration: none;
}
.popup-demo__link-email:hover {
  text-decoration: underline;
}
.popup-demo__right {
  padding: 40px;
  -webkit-box-flex: 1;
  flex: 1;
  background: #fff;
  max-width: 590px;
  width: 100%;
  flex-shrink: 0;
}
.form-p
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 10px;
}
.form-p__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 29px;
}
.form-p__input {
  border: 1px solid #ddd;
  height: 60px;
  border-radius: 10px;
}
.form-p__input:not(:last-of-type) {
  margin-bottom: 20px;
}
.form-p__input--max {
  max-width: 100%;
  width: 100%;
}
.form-p__input--med {
  width: calc(50% - 10px);
}
.form-p__select {
  width: 224px;
}
.form-p .select2-container .select2-selection--single,
.form-p__select {
  border: 1px solid #cfd8e0;
  height: 60px;
  border-radius: 10px;
}
.form-p .select2-container .select2-selection--single:focus,
.form-p .select2-container .select2-selection--single:hover,
.form-p__select:focus,
.form-p__select:hover {
  border: 1px solid #00b0f7;
}
.form-p
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 60px;
}
.form-p__textarea {
  margin-top: 20px;
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
}
.form-p__checkbox {
  margin-bottom: 26px;
}
.form-p__btn {
  max-width: 100%;
  padding: 20px;
}
@media screen and (max-width: 1680px) {
  .news .slick-arrow.next {
    right: -70px;
  }
  .news .slick-arrow.prev {
    left: -70px;
  }
}
@media screen and (max-width: 1440px) {
  .header-main__text {
    max-width: 545px;
  }
  .slide--1 .slide__text,
  .slide--2 .slide__text,
  .slide--3 .slide__text {
    max-width: 350px;
  }
  .container {
    width: 1170px;
  }
  .column {
    margin-right: 30px;
    max-width: 270px;
  }
  .column-big {
    margin-right: 30px;
    max-width: 370px;
  }
  .title--1 {
    font-size: 53px;
  }
  .item-st {
    max-width: 370px;
  }
  .item-st:nth-child(n + 2) {
    width: calc(100% / 2);
  }
  .review__left {
    max-width: 491px;
  }
  .review__left::before {
    right: 35px;
  }
  .review__photo-wrap {
    max-width: 380px;
  }
  .slide--0 .slide__wrap-img {
    width: 590px;
    bottom: 80px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 590px;
    bottom: 80px;
    /* right: 0; */
  }
  .slide__title {
    margin-bottom: 40px;
    max-width: 645px;
  }
  .slide--2 .slide__title {
    max-width: 605px;
  }
  .product {
    max-width: 570px;
    min-height: 430px;
  }
  .product:nth-of-type(-n + 2) {
    margin-bottom: 30px;
  }
  .product:nth-of-type(2) {
    margin-top: 50px;
  }
  .product:nth-of-type(3) {
    margin-top: -50px;
  }
  .list-adv__item:not(:last-of-type) {
    margin-right: 30px;
  }
  .chart {
    padding-bottom: 140px;
  }
  .graph::before {
    width: 1412px;
    height: 303px;
    left: -119px;
    top: 159px;
  }
  .function {
    max-width: 370px;
  }

  .function:not(:nth-child(3n + 1)) {
    max-width: 400px;
    padding-left: 30px;
  }
  .advantages .col {
    max-width: 520px;
    margin-right: 80px;
  }
  .statistics-prod__title {
    font-size: 32px;
  }
  .integration--cpa .integration__desc,
  .integration--crm .integration__desc {
    padding-top: 0;
  }
  .integration--crm .integration__col {
    max-width: 500px;
    margin-right: 0;
  }
  .integration--crm .integration__desc {
    padding-top: 0;
  }
  .integration--cpa .integration__col {
    max-width: 572px;
    margin-right: 74px;
    margin-left: -52px;
  }
  .integration--cpa .integration__photo {
    padding-right: 10px;
    max-width: 600px;
    width: 100%;
  }
  .integration--scm .integration__wrap {
    padding-left: 0;
  }
  .integration--scm .integration__col {
    max-width: 650px;
    width: 100%;
  }
  .integration--scm .integration__photo {
    width: 100%;
  }
  .integration--scm .integration__desc {
    padding-top: 0;
  }

  .integration__wrap {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .integration__ttl {
    margin-bottom: 40px;
  }
  .integration__ttl-small {
    margin-bottom: 60px;
  }
  .integration__bottom {
    margin-top: 80px;
    -webkit-box-align: center;
    align-items: center;
  }
  .slider-int__photo {
    max-width: 1030px;
  }
  .list-optm__item {
    width: 250px;
    padding-right: 10px;
  }
  /* .list-optm__item {
    width: 300px;
  } */
  .logistics__wrap {
    -webkit-box-align: center;
    align-items: center;
  }
  .logistics__left {
    margin-right: 48px;
    max-width: 580px;
    width: 100%;
  }
  .logistics__desc {
    padding-top: 0;
  }
  .functions-additional__title {
    font-size: 32px;
  }
  .benefit {
    max-width: 370px;
  }
  .benefit:nth-child(n + 2) {
    width: calc(100% / 2);
    max-width: 100%;
    padding-left: 30px;
  }
  .description--crm .description__row:nth-of-type(1) .description__col {
    max-width: 470px;
    width: 100%;
    margin-right: 59px;
  }

  .description--crm .description__row:nth-of-type(1) .description__desc,
  .description--crm .description__row:nth-of-type(2) .description__desc {
    padding-top: 0;
  }
  .description--crm .description__row:nth-of-type(2) .description__desc {
    margin-right: 40px;
  }
  .description--cpa .description__row:nth-of-type(1) {
    margin-bottom: 70px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col {
    margin-left: -25px;
    margin-right: 78px;
    max-width: 550px;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col {
    max-width: 720px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__desc,
  .description--cpa .description__row:nth-of-type(2) .description__desc {
    padding-top: 0;
  }

  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 455px;
  }
  .description--scm .description__row:nth-of-type(2) .description__desc {
    margin-right: 74px;
  }
  .description--scm .description__row:nth-of-type(1) .description__desc,
  .description--scm .description__row:nth-of-type(2) .description__desc {
    padding-top: 0;
  }
  .description__row {
    -webkit-box-align: center;
    align-items: center;
  }
  .faq {
    padding: 150px 0;
  }
  .capabilities__left {
    max-width: 540px;
    padding-top: 17px;
    margin-right: 80px;
  }
  .step__wrap .step__text {
    max-width: 510px;
    margin-right: 60px;
  }
  .indicators__top {
    margin-bottom: 100px;
  }
  .indicator {
    max-width: 370px;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    padding-top: 55px;
  }
  .indicator:not(:nth-child(3n + 1)) {
    max-width: 400px;
    padding-left: 30px;
  }
  .integrations {
    background-size: 1690px, 1720px;
  }
  .header-about {
    padding-top: 230px;
    padding-bottom: 180px;
    background-size: 1690px, auto;
  }
  .philosophy {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .philosophy__top {
    padding-bottom: 520px;
  }
  .philosophy__content {
    flex-shrink: 0;
  }
  .philosophy__content:not(:last-of-type) {
    margin-right: 194px;
    padding-top: 60px;
  }
  .philosophy__content:last-of-type {
    padding-top: 200px;
  }
  .philosophy__bottom {
    -webkit-box-align: center;
    align-items: center;
  }
  .philosophy__left {
    margin-right: 30px;
    padding-top: 0;
  }
  .photos {
    max-width: 550px;
    height: fit-content;
    right: 0;
  }
  .philosophy__left {
    max-width: 550px;
  }
  .photos__wrap--1 {
    max-width: 240px;
  }
  .photos__wrap--2 {
    max-width: 290px;
  }
  .photos__wrap--3,
  .photos__wrap--4 {
    max-width: 350px;
  }
  .team__list {
    padding-bottom: 120px;
    margin-bottom: 110px;
  }
  .team__desc {
    max-width: 480px;
  }
  .employee {
    max-width: 270px;
  }
  .employee:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  .employee:nth-of-type(-n + 4) {
    margin-bottom: 60px;
  }
  .solutions {
    padding: 130px 0;
  }

  .solutions__top {
    margin-bottom: 120px;
  }
  .solutions__wrap::before {
    max-width: 910px;
  }
  .solutions__wrap::after {
    right: -230px;
    max-width: 500px;
  }
  .solutions__col:not(:last-of-type) {
    margin-right: 30px;
  }
  .solution_result {
    max-width: 450px;
  }
  .content {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .content__wrapper {
    max-width: 760px;
  }
  .header-new__col {
    max-width: 200px;
  }
  .header-new__col::after {
    right: 85px;
  }
  .new-content__wrapper {
    padding-left: 200px;
    max-width: 970px;
  }
  .contacts .form-p__select {
    width: 225px;
  }
  .contacts__col {
    /*max-width: 270px;*/
  }
  .contacts__form {
    max-width: 470px;
  }
  .header-cereer {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .vacancies__col {
    max-width: 500px;
  }
  .vacancy__position {
    margin-right: 30px;
    max-width: 570px;
  }
  .vacancy__direction {
    max-width: 270px;
    margin-right: 30px;
  }
  .vacancy__place {
    margin-right: 30px;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 570px;
    margin-right: 30px;
  }
  .table-ttl__text:nth-of-type(2) {
    margin-right: 30px;
  }
  .table-ttl__text:nth-of-type(2),
  .table-ttl__text:nth-of-type(3) {
    max-width: 270px;
  }
  .team-cereer .photos {
    right: -30px;
  }
  .team-cereer__inner {
    -webkit-box-align: center;
    align-items: center;
  }
  .team-cereer__desc {
    margin-right: 30px;
    padding-top: 0;
  }
  .fact {
    max-width: 370px;
  }
  .fact:not(:nth-child(3n + 1)) {
    max-width: 400px;
    padding-left: 30px;
  }
  .content-vacancy__btn {
    max-width: 370px;
  }
  .menu__logo {
    margin-right: 125px;
  }
  .header-main--case .header-main__wrap-img {
    max-width: 870px;
    right: calc(50% - 685px);
  }
  .header-main__title {
    margin-bottom: 40px;
    max-width: 620px;
  }
  .header-main__wrap-img {
    max-width: 590px;
    right: 0;
  }
  .information--yellow {
    background-position: calc(50% - 380px) 273px;
  }
  .information--purple {
    background-position: calc(50% - 380px) 273px;
  }
  .information {
    background-position: calc(50% - 380px) 273px;
  }
  .news .slick-list {
    margin: 0 -15px;
    margin-bottom: 60px;
  }
  .news .slick-slide {
    margin: 0 15px;
  }
  .news .slick-arrow {
    top: 210px;
  }
  .news .slick-arrow.next {
    right: -50px;
  }
  .news .slick-arrow.prev {
    left: -50px;
  }
  .footer__links-wrap {
    margin-right: 30px;
  }
  .footer__links-wrap .links {
    width: 170px;
  }
  .footer__links-wrap .links:not(:last-of-type) {
    margin-right: 30px;
  }
  .footer__data.column {
    max-width: 240px;
  }
  .footer__btn {
    margin-left: auto;
  }
  .footer__copy {
    max-width: 270px;
    margin-right: 30px;
  }
  .footer__link-email.column {
    max-width: 260px;
  }
  .social__item:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    width: 1050px;
  }
  .column {
    max-width: 240px;
  }
  .column-big {
    max-width: 330px;
  }
  .title--1 {
    font-size: 50px;
  }
  .title--2 {
    font-size: 46px;
  }
  .title--3 {
    font-size: 32px;
  }
  .title--5 {
    font-size: 21px;
  }
  .text-3 {
    font-size: 15px;
    line-height: 150%;
  }
  .item-st {
    max-width: 330px;
  }
  .item-st::before {
    left: calc(50% - 682px);
  }
  .item-st__ttl {
    font-size: 66px;
  }

  .review__left {
    max-width: 441px;
  }
  .review__photo-wrap {
    max-width: 370px;
  }
  .review .fico {
    margin-bottom: 40px;
  }

  .header .slick-dots {
    bottom: 73px;
  }
  .slide {
    min-height: 870px;
    padding-bottom: 208px;
  }
  .slide--0 .slide__text {
    max-width: 365px;
  }
  .slide--0 .slide__wrap-img {
    width: 590px;
  }
  .slide--1 .slide__text,
  .slide--2 .slide__text,
  .slide--3 .slide__text {
    max-width: 330px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 590px;
    bottom: 120px;
  }
  .slide__title,
  .slide--2 .slide__title {
    max-width: 570px;
  }
  .slide--3 .slide__title {
    max-width: 500px;
  }
  .slide__wrap-img::before {
    width: 1061px;
    height: 670px;
  }
  .products {
    padding: 80px 0;
  }
  .products .list-adv {
    padding-bottom: 80px;
    margin-bottom: 100px;
  }
  .products__center {
    margin-bottom: 80px;
  }
  .products__desc {
    max-width: 70%;
  }
  .product {
    max-width: 510px;
  }
  .product__text {
    max-width: 80%;
  }
  .list-adv__text {
    max-width: 100%;
  }
  .chart__top {
    margin-bottom: 80px;
  }
  .chart__bottom {
    margin-top: -188px;
  }
  .graph::before {
    width: 1267px;
    height: 274px;
    left: -108px;
    top: 193px;
  }
  .functions {
    padding: 100px 0;
  }
  .functions__title {
    margin-bottom: 80px;
  }
  .function {
    max-width: 330px;
  }
  .function:not(:nth-child(3n + 1)) {
    max-width: 360px;
  }
  .function:not(:nth-of-type(-n + 3)) {
    padding-top: 50px;
  }
  .advantages .col {
    max-width: 470px;
  }
  .advantages__row--1 {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .advantages__row--2 {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .advantages__wrap {
    -webkit-box-align: center;
    align-items: center;
  }
  .advantages__wrap--bottom .advantages__col,
  .advantages__wrap--top .advantages__col {
    padding-left: 0;
    padding-right: 0;
  }
  .advantages__wrap--bottom .advantages__desc,
  .advantages__wrap--top .advantages__desc {
    padding-top: 0;
  }
  .advantages__col {
    max-width: 590px;
  }
  .advantages__ttl {
    margin-bottom: 30px;
  }
  .support {
    padding-top: 80px;
  }
  .statistics-prod {
    padding: 100px 0;
  }
  .statistics-prod__top {
    margin-bottom: 80px;
  }
  .statistics-prod__title {
    font-size: 30px;
  }
  .statistics-prod__desc {
    max-width: 90%;
  }
  .advantages-prod {
    padding: 80px 0;
  }
  .advantages-prod .list-adv__text {
    max-width: 100%;
  }
  .integration--crm .integration__col {
    max-width: 450px;
  }
  .integration--crm .integration__desc {
    margin-right: 70px;
  }
  .integration--cpa .integration__col {
    max-width: 524px;
    margin-right: 44px;
    margin-left: -32px;
  }
  .integration--cpa .integration__photo {
    max-width: 450px;
    padding-right: 0;
  }
  .integration__img {
    width: 550px;
  }
  .integration--scm .integration__col {
    max-width: 580px;
  }
  .integration--scm .integration__photo {
    max-width: 518px;
  }
  .integration {
    padding: 100px 0;
  }

  .integration .slick-list {
    margin-bottom: 60px;
  }
  .integration__bottom .integration__photo,
  .logistics__left .logistics__photo {
    max-width: 450px;
  }
  .slider-int__photo {
    max-width: 935px;
  }
  .list-optm__item {
    width: 240px;
    padding-bottom: 25px;
  }
  .list-optm__item {
    width: 270px;
  }
  .list-optm__ico {
    margin-bottom: 20px;
  }
  .logistics {
    padding: 120px 0;
  }
  .logistics__left {
    margin-right: 30px;
    max-width: 540px;
  }
  .functions-additional {
    padding: 130px 0;
  }
  .functions-additional__top {
    margin-bottom: 80px;
  }
  .functions-additional__title {
    font-size: 30px;
  }
  .functions-additional__desc {
    max-width: 90%;
  }
  .benefit {
    max-width: 330px;
  }
  .benefit::before {
    left: calc(50% - 682px);
  }
  .benefit__ico {
    margin-bottom: 20px;
  }
  .benefit__top {
    margin-bottom: 15px;
  }
  .description--crm .description__row:nth-of-type(1) {
    margin-bottom: 80px;
  }
  .description--crm .description__row:nth-of-type(1) .description__col {
    max-width: 450px;
    margin-right: 66px;
  }
  .description--crm .description__row:nth-of-type(2) .description__col {
    max-width: 450px;
  }
  .description--cpa .description__row:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col {
    margin-right: 59px;
    max-width: 450px;
    margin-left: 0;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col {
    max-width: 450px;
  }
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 450px;
    margin-right: 37px;
  }
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 450px;
  }
  .header-main__wrap-img.integrations__main-img {
    bottom: -80px;
    max-width: 500px;
  }
  .description--scm .description__row:nth-of-type(2) .description__desc {
    margin-right: 74px;
    max-width: 450px;
  }
  .description {
    padding: 120px 0;
  }

  .description__ttl {
    margin-bottom: 30px;
  }
  .list-optm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .list-optm__item:nth-child(n + 2) {
    margin-left: 0;
  }
  .list-optm__item {
    border: 1px solid #cfd8e0;
    padding: 20px;
    width: 100%;
  }
  .list-opt-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .faq {
    padding: 100px 0;
  }
  .question:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .capabilities {
    padding: 100px 0;
  }
  .capabilities__title {
    margin-bottom: 70px;
  }
  .capabilities__left {
    max-width: 500px;
    padding-top: 17px;
    margin-right: 59px;
  }
  .purpose {
    padding: 100px 0;
  }
  .steps {
    padding: 100px 0;
  }
  .steps__row:not(:last-of-type) {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .step__wrap .step__text {
    max-width: 450px;
  }
  .step__img {
    max-width: 170px;
    width: 100%;
  }
  .indicators {
    padding: 100px 0;
  }
  .indicators__top {
    margin-bottom: 80px;
  }
  .indicator {
    max-width: 330px;
  }
  .indicator:not(:nth-child(3n + 1)) {
    max-width: 360px;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    padding-top: 50px;
  }
  .indicator .fico {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .integrations {
    padding-top: 220px;
    padding-bottom: 115px;
  }
  .integrations__text {
    max-width: 525px;
  }
  .integrations-desc__top {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .photos {
    max-width: 550px;
  }
  .integrations-desc__row:not(:last-of-type) {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .header-about {
    padding-bottom: 150px;
    background-size: 1600px, auto;
  }

  .header-about__title {
    max-width: 955px;
  }
  .philosophy {
    padding-top: 110px;
    background-size: 200px, 250px;
    background-position: calc(100% + 100px) 30px, -180px calc(100% - -70px);
  }
  .solutions::before {
    top: 5px;
  }
  .philosophy__top {
    padding-bottom: 260px;
  }
  .philosophy__photo {
    max-width: 120%;
  }
  .philosophy__content {
    max-width: 440px;
  }
  .philosophy__left {
    max-width: 470px;
  }
  .photos {
    max-width: 550px;
  }
  .photos__wrap--1 {
    max-width: 210px;
    bottom: 128px;
  }
  .photos__wrap--2 {
    max-width: 260px;
  }
  .photos__wrap--3,
  .photos__wrap--4 {
    max-width: 320px;
  }
  .team {
    padding: 110px 0;
  }
  .team__title {
    margin-bottom: 80px;
  }
  .team__list {
    padding-bottom: 100px;
    margin-bottom: 90px;
  }
  .team__desc {
    max-width: 410px;
    padding-top: 0;
  }
  .employee {
    max-width: 240px;
  }
  .employee__photo {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
  }
  .solutions__top {
    margin-bottom: 100px;
  }
  .solutions__desc {
    padding-top: 0;
  }
  .solutions__wrap::before {
    max-width: 810px;
  }
  .solutions__wrap::after {
    right: -180px;
    max-width: 410px;
  }
  .solution_result {
    max-width: 420px;
  }
  .solution_result__item {
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .header-privacy {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .content__wrapper {
    max-width: 690px;
  }
  .content__block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .content__title {
    margin-bottom: 20px;
  }
  .content__text:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .content__list {
    margin-top: 20px;
  }
  .header-new {
    padding-top: 160px;
    padding-bottom: 150px;
  }
  .header-new__col {
    max-width: 180px;
  }
  .header-new__col::after {
    right: 75px;
  }
  .new-content__wrapper {
    padding-left: 180px;
    max-width: 870px;
  }
  .new-content__photo {
    margin-bottom: 50px;
  }
  .new-content__desc {
    max-width: 100%;
  }
  .contacts {
    padding-top: 225px;
    padding-bottom: 105px;
    background-size: 764px, 541px;
  }
  .contacts .form-p__select {
    width: 200px;
  }
  .contacts__left {
    max-width: 550px;
  }
  .contacts__col {
    max-width: 240px;
  }
  .contacts__form {
    max-width: 420px;
  }
  .header-cereer {
    padding-bottom: 150px;
  }
  .header-cereer::after {
    left: calc(50% - 819px);
    width: 1101px;
    height: 660px;
  }
  .header-cereer__title {
    max-width: 955px;
  }
  .vacancies {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .vacancies__top {
    margin-bottom: 100px;
  }
  .vacancies__col {
    max-width: 420px;
    padding-bottom: 50px;
  }
  .vacancies__col:last-of-type {
    padding-top: 100px;
  }
  .vacancy__position {
    max-width: 510px;
  }
  .vacancy__direction {
    max-width: 240px;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 510px;
  }
  .table-ttl__text:nth-of-type(2),
  .table-ttl__text:nth-of-type(3) {
    max-width: 240px;
  }
  .team-cereer {
    padding: 130px 0;
  }
  .team-cereer .photos {
    right: 0;
  }
  .team-cereer__desc {
    max-width: 470px;
  }
  .facts {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .facts__title {
    margin-bottom: 80px;
  }
  .fact {
    max-width: 330px;
  }
  .fact:not(:nth-child(3n + 1)) {
    max-width: 360px;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    padding-top: 50px;
  }
  .content-vacancy__inner {
    margin-bottom: 80px;
  }
  .content-vacancy__row:not(:last-of-type) {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .content-vacancy__btn {
    max-width: 330px;
  }
  .menu__logo {
    margin-right: 95px;
  }
  .nav__item:not(:last-of-type) {
    margin-right: 30px;
  }
  .header-main--case .header-main__wrap-img {
    max-width: 768px;
    right: calc(50% - 603px);
  }
  .header-main__content {
    padding-bottom: 135px;
  }
  .header-main__title {
    max-width: 600px;
  }
  .statistics--case .statistics__bottom .item-st__ttl,
  .statistics-prod__bottom .item-st__ttl {
    font-size: 47px;
  }
  .header-main__wrap-img {
    max-width: 500px;
    right: calc(50% - 565px);
  }
  .header-main__wrap-img::before {
    width: 1061px;
    height: 670px;
  }
  .information--prod .review__text {
    font-size: 27px;
  }
  .information--yellow {
    padding: 80px 0;
    background-position: calc(50% - 340px) 193px;
  }
  .information--purple {
    padding: 80px 0;
    background-position: calc(50% - 340px) 193px;
  }
  .information {
    padding: 80px 0;
    background-position: calc(50% - 340px) 193px;
  }
  .statistics--case,
  .statistics--main {
    padding: 100px 0;
  }
  .statistics__top {
    margin-bottom: 80px;
  }
  .statistics__desc {
    max-width: 90%;
  }
  .news {
    padding: 80px 0;
  }
  .news__title {
    margin-bottom: 60px;
  }
  .news .slick-arrow {
    top: -97px;
  }
  .news .slick-arrow.next {
    right: 0;
  }
  .news .slick-arrow.prev {
    left: auto;
    right: 62px;
  }
  .new {
    min-height: 450px;
  }
  .new__info {
    padding: 20px;
  }
  .interruption {
    padding: 80px 0;
    background-position: center;
  }
  .interruption__title {
    margin-bottom: 50px;
  }
  .footer {
    padding: 60px 0;
  }
  .footer__top {
    padding-bottom: 78px;
    margin-bottom: 46px;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__links-wrap {
    max-width: 330px;
  }
  .footer__data.column {
    max-width: 210px;
  }
  .footer__link-tel {
    font-size: 17px;
    margin-bottom: 29px;
  }
  .footer__copy {
    max-width: 240px;
  }
  .footer__link {
    font-size: 15px;
  }
  .footer__link:not(:last-of-type) {
    margin-right: 25px;
  }
  .footer__link-email.column {
    max-width: 210px;
  }
  .links__item {
    font-size: 17px;
  }
  .links__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .philosophy .advantages__row img,
  .philosophy__left {
    max-width: 400px;
  }
  .container {
    width: 940px;
  }
  .column {
    max-width: 220px;
    margin-right: 20px;
  }
  .column-big {
    max-width: 300px;
    margin-right: 20px;
  }
  .title--1 {
    font-size: 46px;
  }
  .title--2 {
    font-size: 42px;
  }
  .item-st {
    max-width: 300px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .item-st__ttl {
    font-size: 52px;
  }
  .item-st__text {
    font-size: 18px;
  }
  .review__left {
    max-width: 381px;
  }
  .review__left::before {
    right: -5px;
  }
  .review__photo-wrap {
    max-width: 330px;
  }
  .review .fico {
    margin-bottom: 32px;
  }
  .list-tasks__item {
    padding-left: 30px;
  }
  .list-tasks__item:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .slide {
    min-height: 820px;
    padding-bottom: 190px;
  }
  .slide--0 .slide__text {
    max-width: 327px;
  }
  .slide--0 .slide__wrap-img {
    width: 550px;
  }
  .slide--1 .slide__text,
  .slide--2 .slide__text,
  .slide--3 .slide__text {
    max-width: 356px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 550px;
    bottom: 140px;
  }
  .slide__title,
  .slide__title,
  .slide--2 .slide__title {
    max-width: 520px;
    margin-bottom: 30px;
  }

  .slide__text {
    margin-bottom: 50px;
  }
  .slide__text {
    max-width: 365px;
  }
  .slide__wrap-img::before {
    width: 961px;
    height: 620px;
  }
  .products .list-adv {
    padding-bottom: 70px;
    margin-bottom: 90px;
  }
  .products__center {
    margin-bottom: 70px;
  }
  .products__desc {
    margin-top: 6px;
  }
  .product:hover .fico {
    right: 25px;
  }
  .product {
    max-width: 460px;
    padding: 30px;
  }
  .product:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
  .product:nth-of-type(2) {
    margin-top: 40px;
  }
  .product:nth-of-type(3) {
    margin-top: -40px;
  }
  .product:nth-of-type(4) .product__name {
    font-size: 200px;
  }
  .product__ttl {
    max-width: 87%;
  }
  .product__text {
    max-width: 90%;
  }
  .product__name {
    font-size: 160px;
    left: 30px;
  }
  .product .fico {
    top: 30px;
    right: 30px;
  }
  .list-adv__item:not(:last-of-type) {
    margin-right: 20px;
  }
  .list-adv .fico {
    margin-bottom: 20px;
  }
  .chart {
    padding: 80px 0;
  }
  .chart__desc {
    max-width: 40%;
  }
  .chart__bottom {
    margin-top: -214px;
  }
  .graph::before {
    width: 1124px;
    height: 274px;
    left: -93px;
  }
  .graph__col:nth-of-type(4) {
    height: 500px;
  }
  .function {
    max-width: 300px;
    min-height: 280px;
  }
  .function:not(:nth-child(3n + 1)) {
    max-width: 320px;
    padding-left: 20px;
  }
  .function:not(:nth-of-type(-n + 3)) {
    padding-top: 40px;
  }
  .function__top {
    margin-bottom: 15px;
  }
  .function__img {
    margin-bottom: 17px;
  }
  .advantages .col {
    max-width: 402px;
  }
  .advantages__row--1,
  .advantages__row--2 {
    padding: 90px 0;
  }
  .advantages__col {
    max-width: 510px;
  }
  .advantages__ttl {
    margin-bottom: 20px;
  }
  .support__photo {
    max-width: 25%;
  }
  .statistics-prod::before {
    left: calc(50% - 592px);
  }
  .statistics-prod__top {
    margin-bottom: 70px;
  }
  .statistics-prod__title {
    font-size: 26px;
  }
  .integration--crm .integration__col {
    max-width: 400px;
  }
  .integration--crm .integration__photo {
    max-width: 400px;
    width: 100%;
  }
  .integration__bottom .integration__photo,
  .logistics__left .logistics__photo {
    max-width: 400px;
  }
  .integration--cpa .integration__col {
    max-width: 454px;
    margin-right: 44px;
    margin-left: -22px;
  }
  .integration--cpa .integration__photo {
    max-width: 400px;
  }
  .integration--scm .integration__wrap {
    -webkit-box-align: center;
    align-items: center;
  }
  .integration--scm .integration__info {
    padding-top: 0;
  }
  .integration--scm .integration__col {
    max-width: 490px;
  }
  .integration--scm .integration__photo {
    max-width: 400px;
  }
  .integration__title {
    margin-bottom: 25px;
  }

  .integration__wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .integration__ttl {
    margin-bottom: 30px;
  }
  .integration__ttl-small {
    margin-bottom: 40px;
  }
  .integration .slick-list {
    margin: 0 -10px;
    margin-bottom: 50px;
  }
  .integration .slick-slide {
    margin: 0 10px;
  }
  .integration__bottom {
    margin-top: 60px;
  }
  .slider-int__photo {
    max-width: 820px;
  }
  .list-optm--orange .list-optm__ico {
    margin-bottom: 15px;
  }

  .list-optm__ico {
    margin-bottom: 15px;
  }
  .logistics {
    padding: 100px 0;
  }
  .logistics__left {
    max-width: 480px;
  }
  .functions-additional__top {
    margin-bottom: 70px;
  }
  .functions-additional__title {
    font-size: 26px;
  }
  .benefit {
    max-width: 300px;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-right: 20px;
  }
  .benefit:nth-child(n + 2) {
    padding-left: 20px;
  }
  .description--crm .description__row:nth-of-type(1) {
    margin-bottom: 50px;
    padding-left: 0;
  }
  .description--crm .description__row:nth-of-type(1) .description__col {
    max-width: 400px;
  }
  .description--crm .description__row:nth-of-type(2) .description__col {
    max-width: 400px;
  }
  .description--cpa .description__row:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col {
    margin-right: 48px;
    max-width: 400px;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col {
    max-width: 400px;
  }
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 400px;
  }
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 400px;
  }
  .description--scm .description__row:nth-of-type(2) .description__desc {
    margin-right: 54px;
    max-width: 420px;
  }
  .description {
    padding: 80px 0;
  }
  .description__ttl {
    margin-bottom: 20px;
  }
  .description__title {
    margin-bottom: 50px;
  }
  .question:not(:last-of-type) {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .question__text {
    font-size: 17px;
  }
  .capabilities__left {
    max-width: 471px;
    padding-top: 17px;
    margin-right: 29px;
  }
  .purpose__text {
    margin-bottom: 15px;
  }
  .steps__row:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .step__wrap .step__text {
    max-width: 380px;
    margin-right: 20px;
  }
  .indicators__text {
    max-width: 58%;
    padding-top: 10px;
  }
  .indicator {
    max-width: 300px;
  }
  .indicator:not(:nth-child(3n + 1)) {
    max-width: 320px;
    padding-left: 20px;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    padding-top: 40px;
  }

  .integrations__title {
    margin-bottom: 30px;
  }
  .integrations__text {
    max-width: 445px;
  }
  .integrations-desc__top {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .integrations-desc__row:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .integrations-desc__text {
    margin-bottom: 15px;
  }
  .integrations-desc__wrap .integrations-desc__list:not(:last-of-type) {
    margin-right: 20px;
  }

  .philosophy__content {
    max-width: 380px;
  }
  .philosophy__content:not(:last-of-type) {
    margin-right: 180px;
  }
  .philosophy__content:last-of-type {
    padding-top: 130px;
  }
  .photos {
    max-width: 500px;
  }
  .solutions::before {
    top: -45px;
  }
  .photos__wrap--1 {
    max-width: 180px;
  }
  .photos__wrap--2 {
    max-width: 210px;
  }
  .photos__wrap--3,
  .photos__wrap--4 {
    max-width: 260px;
  }
  .team__desc {
    margin-right: 20px;
  }
  .team__btn {
    max-width: 220px;
  }
  .employee {
    max-width: 220px;
  }
  .employee:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .employee:nth-of-type(-n + 4) {
    margin-bottom: 50px;
  }
  .employee__photo {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }
  .solutions {
    padding: 110px 0;
  }
  .solutions__wrap::before {
    max-width: 730px;
    top: 55px;
  }
  .solutions__wrap::after {
    right: -130px;
    max-width: 350px;
    top: 55px;
  }
  .solutions__col:not(:last-of-type) {
    margin-right: 20px;
  }
  .solution_result {
    max-width: 410px;
  }
  .solution_result__ttl {
    margin-bottom: 25px;
  }

  .solution_result__item {
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .solution_result__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .content {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .content__wrapper {
    max-width: 610px;
  }
  .header-new__col {
    max-width: 160px;
  }
  .header-new__col::after {
    right: 68px;
  }
  .new-content__wrapper {
    padding-left: 160px;
    max-width: 780px;
    padding-bottom: 80px;
  }
  .new-content__photo {
    margin-bottom: 40px;
  }
  .new-content__desc:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .new-content__text--bold {
    padding-left: 30px;
  }
  .new-content__text:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .new-content__list {
    padding-left: 30px;
  }
  .contacts {
    padding-top: 205px;
    padding-bottom: 85px;
    background-size: 714px, 491px;
  }
  .contacts .form-p__checkbox {
    margin-bottom: 26px;
  }
  .contacts .form-p__select {
    width: 180px;
  }
  .contacts .form-p__textarea {
    height: 130px;
  }
  .contacts__title {
    margin-bottom: 30px;
  }
  .contacts__desc {
    margin-bottom: 65px;
    font-size: 18px;
  }
  .contacts__place {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contacts__link {
    font-size: 18px;
  }
  .contacts__form {
    max-width: 380px;
  }
  .header-cereer {
    background-size: 1390px, auto;
  }
  .header-cereer::after {
    width: 1061px;
    height: 510px;
    bottom: -140px;
    left: calc(50% - 680px);
    pointer-events: none;
  }
  .vacancies__top {
    margin-bottom: 80px;
  }
  .vacancies__col {
    max-width: 380px;
    padding-bottom: 40px;
  }
  .vacancies__col:last-of-type {
    padding-top: 80px;
  }
  .vacancies__text {
    max-width: 100%;
  }
  .vacancy__position {
    max-width: 460px;
    margin-right: 20px;
  }
  .vacancy__direction {
    max-width: 220px;
    margin-right: 20px;
  }
  .vacancy__place {
    margin-right: 20px;
    max-width: 140px;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 460px;
    margin-right: 20px;
  }
  .table-ttl__text:nth-of-type(2) {
    margin-right: 20px;
  }
  .table-ttl__text:nth-of-type(2),
  .table-ttl__text:nth-of-type(3) {
    max-width: 220px;
  }
  .facts {
    padding-top: 100px;
  }
  .fact {
    max-width: 300px;
    min-height: 235px;
  }
  .fact:not(:nth-child(3n + 1)) {
    max-width: 320px;
    padding-left: 20px;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    padding-top: 40px;
    min-height: 285px;
  }
  .fact__top {
    margin-bottom: 15px;
  }
  .fact__img {
    margin-bottom: 17px;
  }
  .header-vacancy {
    padding-top: 198px;
    padding-bottom: 93px;
  }
  .header-vacancy__title {
    margin-bottom: 20px;
  }
  .header-vacancy__detals {
    margin-bottom: 26px;
  }
  .content-vacancy {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .content-vacancy .list-tasks__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .content-vacancy__row:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .content-vacancy__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .content-vacancy__btn {
    max-width: 300px;
  }
  .menu {
    padding-top: 50px;
  }
  .menu--fixed {
    padding-top: 10px;
  }
  .menu--fixed .menu__logo {
    width: 150px;
  }
  .menu__logo {
    width: 160px;
    margin-right: 85px;
  }
  .menu__lang {
    margin-right: 20px;
  }
  .nav__item:not(:last-of-type) {
    margin-right: 25px;
  }
  .nav__link {
    font-size: 17px;
  }
  .header-main {
    padding-top: 190px;
  }
  .header-main--case .header-main__content {
    padding-bottom: 228px;
  }
  .header-main--case .header-main__title {
    max-width: 590px;
  }
  .header-main--case .header-main__wrap-img {
    max-width: 656px;
    right: calc(50% - 507px);
  }
  .header-main__content {
    padding-bottom: 115px;
  }
  .header-main__title {
    max-width: 460px;
    margin-bottom: 30px;
  }
  .header-main__text {
    margin-bottom: 50px;
  }
  .header-main__text {
    max-width: 425px;
  }
  .header-main__wrap-img {
    right: -20px;
    max-width: 500px;
    bottom: 15%;
  }
  .header-main__wrap-img::before {
    width: 961px;
    height: 620px;
  }
  .information--case .review__text {
    font-size: 23px;
  }
  .information--prod .review__text {
    font-size: 23px;
  }
  .statistics--main::before {
    left: calc(50% - 592px);
  }
  .statistics__top {
    margin-bottom: 70px;
  }
  .news .slick-list {
    margin: 0 -10px;
    margin-bottom: 50px;
  }
  .news .slick-slide {
    margin: 0 10px;
  }
  .footer__top {
    padding-bottom: 68px;
    margin-bottom: 36px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__links-wrap {
    max-width: 300px;
    margin-right: 20px;
  }
  .footer__links-wrap .links {
    width: 160px;
  }
  .footer__links-wrap .links:not(:last-of-type) {
    margin-right: 20px;
  }
  .footer__link-tel {
    margin-bottom: 24px;
  }
  .footer__btn {
    flex-shrink: inherit;
    padding: 10px 3px;
  }
  .footer__copy {
    max-width: 220px;
    margin-right: 20px;
  }
  .footer__info {
    display: block;
  }
  .footer__link {
    display: block;
  }
  .footer__link:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .links__item {
    font-size: 16px;
  }
  .links__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .team-cereer__desc {
    max-width: 410px;
  }
}
@media screen and (max-width: 1024px) {
  .products::before {
    width: 700px;
    height: 700px;
  }
  .container {
    width: 100%;
    padding: 0 30px;
  }
  .title--1 {
    font-size: 40px;
  }
  .title--2 {
    font-size: 40px;
  }
  .title--3 {
    font-size: 27px;
  }
  .title--4 {
    font-size: 28px;
  }
  .title--5 {
    font-size: 20px;
  }
  .item-st {
    padding: 20px 0;
    width: calc(100% / 3);
    max-width: 100%;
    padding-right: 20px;
  }
  .item-st:nth-child(n + 2) {
    padding: 20px;
    width: calc(100% / 3);
  }
  .item-st__ttl {
    font-size: 44px;
  }
  .item-st__text {
    line-height: 120%;
    font-size: 17px;
  }
  .review {
    padding-left: 0;
  }
  .review__left {
    max-width: 350px;
    padding-top: 35px;
  }
  .review__left::before {
    top: -28px;
  }
  .review__photo-wrap {
    max-width: 100%;
  }
  .review__text {
    font-size: 20px;
    max-width: 100%;
  }
  .review__name {
    font-size: 26px;
  }
  .header {
    overflow: hidden;
  }
  .header .slick-dots {
    bottom: 53px;
  }
  .slide {
    min-height: 710px;
    padding-bottom: 160px;
  }
  .slide--0 .slide__text {
    max-width: 300px;
  }
  .slide--0 .slide__wrap-img {
    width: 57%;
    right: -27px;
  }
  .slide--1 .slide__text,
  .slide--2 .slide__text,
  .slide--3 .slide__text {
    max-width: 320px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 53%;
    right: -28px;
    bottom: 80px;
  }
  .slide__title {
    max-width: 50%;
    margin-bottom: 25px;
  }
  .slide__text {
    max-width: 42%;
    margin-bottom: 40px;
  }
  .products {
    padding: 60px 0;
  }
  .products .list-adv {
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
  .products__center {
    margin-bottom: 60px;
  }
  .products__title.column-big {
    max-width: calc(100% / 3);
  }
  .products__desc {
    max-width: 100%;
    margin-top: 0;
  }
  .product:hover .fico {
    right: 15px;
  }
  .product {
    max-width: 100%;
    width: calc(50% - 10px);
    padding: 20px;
    min-height: 380px;
  }
  .product:nth-of-type(4) .product__name {
    font-size: 190px;
  }
  .product__name {
    left: 20px;
    font-size: 140px;
    bottom: 5px;
  }
  .product .fico {
    top: 20px;
    right: 20px;
    font-size: 38px;
  }
  .list-adv__item {
    max-width: 100%;
    width: calc(100% / 3 - 13px);
  }
  .list-adv__item:not(:last-of-type) {
    margin-right: 0;
  }
  .list-adv .fico {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .chart__title.column-big {
    max-width: calc(100% / 3);
  }
  .chart__desc {
    max-width: 38%;
  }
  .chart__bottom {
    margin-top: -239px;
  }
  .graph::before {
    width: calc(100% + 187px);
    height: calc(100% - 250px);
    left: -93px;
    top: auto;
    bottom: 57px;
  }
  .graph__col:nth-of-type(1) .graph__wrap {
    height: 200px;
  }
  .graph__col:nth-of-type(2) .graph__wrap {
    height: 215px;
  }
  .graph__col:nth-of-type(3) .graph__wrap {
    height: 250px;
  }
  .graph__col:nth-of-type(4) .graph__wrap {
    height: 320px;
  }
  .graph__ttl {
    font-size: 18px;
  }
  .functions {
    padding: 80px 0;
  }
  .function {
    max-width: 100%;
    width: calc(100% / 3);
    padding-right: 10px;
  }
  .function:not(:nth-child(3n + 1)) {
    max-width: 100%;
  }
  .function:not(:nth-of-type(-n + 3)) {
    padding-top: 30px;
  }
  .function__img {
    margin-bottom: 10px;
  }
  .function__text {
    max-width: 95%;
  }
  .advantages .col {
    margin-right: 20px;
  }
  .advantages__row {
    padding: 80px 0;
  }
  .advantages__wrap {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .advantages__wrap--top .advantages__col img {
    max-width: 82%;
  }
  .advantages__wrap--bottom .advantages--desc {
    max-width: 100%;
    width: calc(100% / 2 - 15px);
  }
  .advantages__col {
    max-width: inherit;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .advantages__desc {
    max-width: calc(100% / 2 - 15px);
    width: 100%;
  }
  .advantages__desc.col {
    max-width: calc(100% / 2 - 15px);
  }
  .advantages__ttl {
    margin-bottom: 12px;
  }
  .support__wrapper {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .support__content {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .support__title {
    margin-bottom: 20px;
  }
  .support__text {
    margin-bottom: 25px;
  }
  .statistics-prod {
    padding: 80px 0;
  }
  .statistics-prod::before {
    left: calc(50% - 512px);
    top: -55px;
    width: 91px;
    height: 120px;
  }
  .statistics-prod__top {
    margin-bottom: 60px;
  }
  .statistics-prod__title.column-big {
    max-width: calc(100% / 3);
  }
  .statistics-prod__desc {
    max-width: 100%;
  }
  .integration--cpa .integration__col,
  .integration--crm .integration__col {
    max-width: 100%;
    width: 45%;
  }
  .integration--cpa .integration__photo,
  .integration--crm .integration__photo {
    max-width: 40%;
  }
  .integration--cpa .integration__col {
    padding-top: 0;
  }
  .integration--scm .integration__subject,
  .integration--scm .integration__ttl {
    margin-bottom: 12px;
  }
  .integration--scm .integration__col,
  .integration--scm .integration__photo {
    max-width: 40%;
    position: static;
  }
  .integration--scm .integration__desc,
  .integration--scm .integration__info {
    max-width: 50%;
  }
  .integration {
    padding: 80px 0;
  }
  .integration__title {
    margin-bottom: 20px;
  }
  .integration__text {
    font-size: 17px;
  }
  .slider-int__photo {
    max-width: 750px;
  }
  .logistics__left .logistics__photo {
    max-width: 100%;
  }
  .logistics__left {
    max-width: 40%;
  }
  .header-main__wrap-img.integrations__main-img {
    max-width: 450px;
  }
  .logistics__desc {
    max-width: 50%;
    width: 100%;
  }
  .logistics__text {
    font-size: 17px;
  }
  .functions-additional {
    padding: 100px 0;
  }
  .functions-additional__top {
    margin-bottom: 60px;
  }
  .functions-additional__title.column-big {
    max-width: calc(100% / 3);
  }
  .functions-additional__desc {
    max-width: 100%;
  }
  .benefit {
    padding: 15px 0;
    width: calc(100% / 3);
    max-width: 100%;
    padding-right: 20px;
  }
  .benefit:nth-child(n + 2) {
    padding: 15px 10px 15px 20px;
    width: calc(100% / 3);
  }
  .benefit__ico {
    margin-bottom: 15px;
  }
  .benefit__top {
    margin-bottom: 10px;
  }
  .function__img,
  .benefit__ico,
  .fact__img {
    width: 70px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col,
  .description--crm .description__row:nth-of-type(1) .description__col,
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 40%;
    margin-right: 50px;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col,
  .description--crm .description__row:nth-of-type(2) .description__col,
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 40%;
  }
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 40%;
    margin-right: 30px;
  }
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 40%;
  }
  .description--scm .description__row:nth-of-type(2) .description__desc {
    max-width: 45%;
  }
  .description__ttl {
    margin-bottom: 12px;
  }
  .description__desc {
    max-width: 100%;
    width: 50%;
  }
  .description__text {
    font-size: 17px;
  }
  .faq__left.column-big {
    max-width: calc(100% / 3);
  }
  .capabilities {
    padding: 80px 0;
  }
  .capabilities__left {
    max-width: 100%;
    width: 45%;
    padding-top: 0;
    padding-right: 0;
  }
  .purpose {
    padding: 80px 0;
  }
  .purpose__title.column-big {
    max-width: calc(100% / 3);
  }
  .steps {
    padding: 80px 0;
  }
  .steps__row:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .step__wrap {
    display: block;
  }
  .step__wrap .step__text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .step__title.column-big {
    max-width: calc(100% / 3);
  }
  .step__img {
    margin-bottom: 10px;
  }
  .indicators {
    padding: 80px 0;
  }
  .indicators__title {
    font-size: 36px;
  }
  .indicators__title.column-big {
    max-width: calc(100% / 3);
  }
  .indicator {
    max-width: 100%;
    width: calc(100% / 3);
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .indicator:not(:nth-child(3n + 1)) {
    max-width: 100%;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    padding-top: 30px;
    min-height: 215px;
  }
  .indicator .fico {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .indicator__text {
    max-width: 100%;
  }
  .indicator__text br {
    display: none;
  }

  .integrations__title {
    margin-bottom: 25px;
  }
  .integrations__text {
    max-width: 57%;
  }
  .integrations-desc__row:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .integrations-desc__title.column-big {
    max-width: calc(100% / 3);
  }
  .philosophy {
    padding: 90px 0;
  }
  .philosophy__top {
    padding-bottom: 320px;
  }
  .philosophy__photo {
    max-width: 1080px;
  }
  .philosophy__content {
    max-width: 45%;
    flex-shrink: inherit;
  }
  .philosophy__content:not(:last-of-type) {
    margin-right: 90px;
  }
  .philosophy__title {
    margin-bottom: 12px;
  }
  .philosophy__text {
    font-size: 17px;
    max-width: 100%;
  }
  .philosophy__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .philosophy__left {
    max-width: 46%;
    margin-right: 20px;
    flex-shrink: inherit;
  }
  .photos {
    max-width: 470px;
  }
  .philosophy {
    background-size: 200px, 210px;
  }
  .photos__wrap--1 {
    max-width: 30%;
    top: 38%;
    bottom: 0;
  }
  .photos__wrap--2 {
    max-width: 36%;
    right: 40%;
  }
  .photos__wrap--3 {
    top: 38%;
  }
  .photos__wrap--3,
  .photos__wrap--4 {
    max-width: 47%;
  }
  .photos__wrap--4 {
    left: 33%;
  }
  .team {
    padding: 100px 0;
  }
  .team__list {
    padding-bottom: 80px;
    margin-bottom: 70px;
  }
  .team__ttl.column-big {
    max-width: calc(100% / 3);
  }
  .team__btn {
    max-width: 190px;
  }
  .employee {
    max-width: 100%;
    width: calc(100% / 4 - 15px);
  }
  .employee__photo {
    width: 80%;
    height: 80%;
    margin-bottom: 15px;
  }
  .solutions {
    padding: 100px 0;
  }
  .solutions__title.column-big {
    max-width: calc(100% / 3);
  }
  .solutions__wrap::before {
    max-width: 72%;
    top: 52px;
  }
  .solutions__wrap::after {
    right: -100px;
    top: 52px;
  }
  .solution_result {
    max-width: 350px;
  }
  .solution_result__ttl {
    font-size: 18px;
  }
  .solution_result__item {
    padding-left: 10px;
    font-size: 15px;
  }
  .header-privacy {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .content__wrapper {
    max-width: 90%;
  }
  .header-new {
    padding-bottom: 120px;
    padding-top: 130px;
  }
  .header-new__col {
    max-width: 17%;
  }
  .header-new__col::after {
    right: 20px;
  }
  .new-content {
    margin-top: -70px;
  }
  .new-content__wrapper {
    padding-left: 17%;
    max-width: 85%;
  }

  .contacts__left {
    max-width: 57%;
    margin-right: 20px;
  }
  .vacancies {
    padding: 100px 0;
  }
  .vacancies__col {
    max-width: 45%;
    padding-bottom: 30px;
  }
  .vacancies__col:last-of-type {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .vacancies__col .fico {
    margin-bottom: 30px;
  }
  .vacancies__col .fico-vacancies1 {
    font-size: 48px;
  }
  .vacancies__col .fico-vacancies2 {
    font-size: 50px;
  }
  .vacancies__title {
    margin-bottom: 12px;
  }
  .vacancies__text {
    font-size: 17px;
  }
  .vacancies__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .vacancy:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .vacancy__position {
    max-width: 46%;
  }
  .vacancy__direction {
    max-width: 23%;
  }
  .vacancy__place {
    max-width: 5%;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 46%;
  }
  .table-ttl__text:nth-of-type(2),
  .table-ttl__text:nth-of-type(3) {
    max-width: 23%;
  }
  .team-cereer {
    padding: 100px 0;
  }
  .team-cereer__desc {
    max-width: 46%;
    margin-right: 20px;
    flex-shrink: inherit;
  }
  .facts {
    padding: 100px 0;
  }
  .fact {
    max-width: 100%;
    width: calc(100% / 3);
    padding-right: 10px;
  }
  .fact:not(:nth-child(3n + 1)) {
    max-width: 100%;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    padding-top: 30px;
  }
  .fact__img {
    margin-bottom: 10px;
  }
  .fact__text {
    max-width: 95%;
  }
  .header-vacancy {
    background-position: right;
    background-size: 160%;
  }
  .content-vacancy {
    padding: 100px 0;
  }
  .content-vacancy .list-tasks__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .content-vacancy__inner {
    margin-bottom: 60px;
  }
  .content-vacancy__row:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .content-vacancy__title.column-big {
    max-width: calc(100% / 3);
  }
  .menu {
    padding-top: 40px;
  }
  .menu--fixed {
    padding-top: 10px;
  }
  .menu__wrap {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .menu__logo {
    width: 150px;
    margin-right: 0;
  }
  .menu__right {
    margin-left: 0;
  }
  .nav__item:not(:last-of-type) {
    margin-right: 15px;
  }
  .nav__link {
    font-size: 16px;
  }
  .header-main {
    padding-top: 160px;
  }
  .header-main--case .header-main__content {
    padding-bottom: 18%;
  }
  .statistics--case .statistics__bottom .item-st__ttl,
  .statistics-prod__bottom .item-st__ttl {
    font-size: 42px;
  }
  .header-main--case .header-main__wrap-img {
    max-width: 100%;
    width: calc(100% - 36%);
    right: 0;
  }
  .header-main__title {
    max-width: 59%;
    margin-bottom: 25px;
  }
  .header-main__text {
    max-width: 39%;
    margin-bottom: 40px;
  }
  .header-main__wrap-img {
    width: 60%;
    max-width: 100%;
    right: -110px;
    bottom: 5%;
  }
  .scm-main-img {
    width: 50%;
    right: 0;
  }
  .crm-main-img {
    width: 50%;
    right: 0;
  }
  .header-main__wrap-img::before {
    width: 120%;
    height: calc(100% - 30%);
    top: auto;
    right: calc(50% - 45%);
    bottom: calc(50% - 30%);
  }
  .statistics--case,
  .statistics--main {
    padding: 80px 0;
  }
  .statistics--main {
    padding: 80px 0;
  }
  .statistics--main::before {
    left: calc(50% - 512px);
    top: -55px;
    width: 121px;
    height: 120px;
  }
  .statistics__top {
    margin-bottom: 60px;
  }
  .statistics__title.column-big {
    max-width: calc(100% / 3);
  }
  .statistics__desc {
    max-width: 100%;
  }
  .news__title {
    margin-bottom: 50px;
  }
  .news .slick-arrow {
    top: -85px;
  }
  .interruption__title {
    margin-bottom: 40px;
  }
  .interruption__title br {
    display: none;
  }
  .form-int__input {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .form-int__btn {
    flex-shrink: 0;
    max-width: 230px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .footer__col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfd8e0;
    text-align: center;
  }
  .footer__col.column {
    max-width: 100%;
    margin-right: 0;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__copy {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .footer__social {
    max-width: 180px;
    width: 100%;
    margin-left: auto;
  }
  .popup-demo__close {
    right: 10px;
  }
  .popup-demo__wrap {
    padding: 20px 30px;
  }
  .popup-demo__left {
    padding: 30px;
    max-width: 300px;
  }
  .popup-demo__title {
    font-size: 33px;
  }
  .popup-demo__right {
    padding: 30px;
  }
  .form-p__select {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 890px) {
  .advantages__wrap--bottom .advantages__col {
    max-width: 420px;
  }
  .advantages img {
    max-width: 100%;
  }
  .title--1 {
    font-size: 35px;
  }
  .review__left {
    max-width: 290px;
    margin-right: 30px;
  }
  .review__left::before {
    width: 91px;
    height: 90px;
    top: 2px;
    right: 15px;
  }
  .slide {
    min-height: 640px;
  }
  .slide__title {
    margin-bottom: 20px;
  }
  .slide__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .slide__wrap-img::before {
    width: 801px;
    height: 480px;
  }
  .products {
    padding-bottom: 0;
  }
  .product:nth-of-type(4) .product__name {
    font-size: 180px;
  }
  .product__text {
    max-width: 100%;
  }
  .product__name {
    font-size: 100px;
  }
  .chart__desc {
    max-width: 33%;
  }
  .graph::before {
    height: calc(100% - 280px);
    bottom: 61px;
    left: -85px;
    width: calc(100% + 171px);
  }
  .functions__title {
    margin-bottom: 60px;
  }
  .integration--cpa .integration__col,
  .integration--crm .integration__col {
    margin-right: 0;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .integration--cpa .integration__desc,
  .integration--crm .integration__desc {
    margin-right: 30px;
  }
  .integration--scm .integration__wrap {
    display: -webkit-box;
    display: flex;
  }
  .integration__subtitle {
    margin-bottom: 40px;
  }

  .integration__subject {
    margin-bottom: 20px;
  }
  .slider-int__photo {
    max-width: 600px;
  }
  .list-optm__text br {
    display: none;
  }
  .capabilities__title {
    margin-bottom: 40px;
  }

  .capabilities__left {
    margin-right: 0;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .indicators__top {
    margin-bottom: 60px;
  }
  .integrations {
    padding-top: 180px;
    padding-bottom: 85px;
  }
  .integrations__title {
    margin-bottom: 20px;
  }
  .integrations__text {
    font-size: 16px;
  }
  .header-about {
    padding-top: 150px;
    padding-bottom: 95px;
  }
  .photos {
    max-width: 360px;
  }
  .team__title {
    margin-bottom: 60px;
  }
  .team__list {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .team__bottom {
    display: block;
  }
  .team__ttl.column-big {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .team__ttl br {
    display: none;
  }
  .team__desc {
    max-width: 95%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .team__btn {
    margin-left: 0;
  }
  .employee {
    width: calc(100% / 3 - 15px);
  }
  .employee:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .employee:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .employee:nth-of-type(-n + 6) {
    margin-bottom: 50px;
  }
  .employee__name {
    margin-bottom: 5px;
  }
  .solutions__top {
    display: block;
    margin-bottom: 70px;
  }
  .solutions__title {
    margin-bottom: 12px;
  }
  .solutions__title.column-big {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .solutions__title br {
    display: none;
  }
  .solutions__wrap::after,
  .solutions__wrap::before {
    top: 46px;
    height: 12px;
  }
  .solutions__wrap::after {
    right: auto;
    max-width: 260px;
    left: calc(50% - -25%);
  }
  .solutions__col:not(:last-of-type) {
    margin-right: 10px;
  }
  .solution_result {
    max-width: 350px;
  }
  .solution_result__ttl {
    margin-bottom: 20px;
  }

  .solution_result__wrap::before {
    width: 18px;
    height: 18px;
    border: 5px solid #028bfc;
  }
  .contacts {
    padding-top: 165px;
    padding-bottom: 65px;
  }
  .contacts .form-p__select {
    width: 100%;
  }
  .contacts__col {
    max-width: 220px;
  }
  .header-cereer {
    padding-top: 150px;
    padding-bottom: 95px;
  }
  .team-cereer .photos {
    left: calc(50% - 339px);
  }
  .facts__title {
    margin-bottom: 60px;
  }
  .menu--fixed .burger__line {
    background: #343159;
  }
  .menu__list,
  .languages:not(.menu-mobile__wrap .languages) {
    display: none;
  }
  .menu__lang {
    display: none;
  }
  .menu__btn {
    margin-right: 20px;
  }
  .burger {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 29px;
    height: 16px;
  }
  .menu-mobile {
    font-size: 20px;
    width: 375px;
    color: #fff;
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .menu-mobile--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header-main__title {
    margin-bottom: 20px;
  }
  .header-main__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .news .slick-list {
    margin: 0;
    margin-bottom: 50px;
    margin-right: -30px;
  }
  .news .slick-slide {
    width: 300px;
  }
  .form-int__btn {
    max-width: 200px;
  }
  .footer__links-wrap {
    max-width: 270px;
  }
  .footer__info.column-big {
    max-width: 270px;
  }
  .popup-demo__left {
    padding: 20px;
  }
  .popup-demo__right {
    padding: 20px;
  }
  .form-p__input--med {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-p__select {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .statistics__bottom {
    flex-direction: column;
  }
  .statistics__bottom .item-st {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .statistics__bottom .item-st:nth-child(n + 2) {
    padding-left: 0 !important;
    border-left: none;
    margin-left: 0;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dedede;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .function::after,
  .function::before {
    content: "";
    display: block;
    position: absolute;
    background: #00b0f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .function:nth-of-type(1)::before {
    width: 1px;
    height: 0;
    bottom: -1px;
    right: -1px;
  }
  .function:nth-of-type(1)::after {
    width: 0;
    height: 1px;
    bottom: -1px;
    right: -1px;
  }
  .function:nth-of-type(2)::before,
  .function:nth-of-type(3)::before {
    width: 1px;
    height: 0;
    bottom: -1px;
    left: -1px;
  }
  .function:nth-of-type(2)::after,
  .function:nth-of-type(3)::after {
    width: 0;
    height: 1px;
    bottom: -1px;
    left: -1px;
  }
  .function:nth-of-type(4)::before {
    width: 1px;
    height: 0;
    top: -1px;
    right: -1px;
  }
  .function:nth-of-type(4)::after {
    width: 0;
    height: 1px;
    top: -1px;
    right: -1px;
  }
  .function:nth-of-type(5)::before,
  .function:nth-of-type(6)::before {
    width: 1px;
    height: 0;
    top: -1px;
    left: -1px;
  }
  .function:nth-of-type(5)::after,
  .function:nth-of-type(6)::after {
    width: 0;
    height: 1px;
    top: -1px;
    left: -1px;
  }
  .function:hover:nth-of-type(1)::before,
  .function:hover:nth-of-type(2)::before,
  .function:hover:nth-of-type(3)::before,
  .function:hover:nth-of-type(4)::before,
  .function:hover:nth-of-type(5)::before,
  .function:hover:nth-of-type(6)::before {
    height: 100%;
  }
  .function:hover:nth-of-type(1)::after,
  .function:hover:nth-of-type(2)::after,
  .function:hover:nth-of-type(3)::after,
  .function:hover:nth-of-type(4)::after,
  .function:hover:nth-of-type(5)::after,
  .function:hover:nth-of-type(6)::after {
    width: 100%;
  }
  .indicator::after,
  .indicator::before {
    content: "";
    display: block;
    position: absolute;
    background: #00b0f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .indicator:nth-of-type(1)::before,
  .indicator:nth-of-type(2)::before {
    width: 1px;
    height: 0;
    bottom: -1px;
    right: -1px;
  }
  .indicator:nth-of-type(1)::after,
  .indicator:nth-of-type(2)::after {
    width: 0;
    height: 1px;
    bottom: -1px;
    right: -1px;
  }
  .indicator:nth-of-type(3)::before {
    width: 1px;
    height: 0;
    bottom: -1px;
    left: -1px;
  }
  .indicator:nth-of-type(3)::after {
    width: 0;
    height: 1px;
    bottom: -1px;
    left: -1px;
  }
  .indicator:nth-of-type(4)::before,
  .indicator:nth-of-type(5)::before {
    width: 1px;
    height: 0;
    top: -1px;
    right: -1px;
  }
  .indicator:nth-of-type(4)::after,
  .indicator:nth-of-type(5)::after {
    width: 0;
    height: 1px;
    top: -1px;
    right: -1px;
  }
  .indicator:nth-of-type(6)::before {
    width: 1px;
    height: 0;
    top: -1px;
    left: -1px;
  }
  .indicator:nth-of-type(6)::after {
    width: 0;
    height: 1px;
    top: -1px;
    left: -1px;
  }
  .indicator:hover:nth-of-type(1)::before,
  .indicator:hover:nth-of-type(2)::before,
  .indicator:hover:nth-of-type(3)::before,
  .indicator:hover:nth-of-type(4)::before,
  .indicator:hover:nth-of-type(5)::before,
  .indicator:hover:nth-of-type(6)::before {
    height: 100%;
  }
  .indicator:hover:nth-of-type(1)::after,
  .indicator:hover:nth-of-type(2)::after,
  .indicator:hover:nth-of-type(3)::after,
  .indicator:hover:nth-of-type(4)::after,
  .indicator:hover:nth-of-type(5)::after,
  .indicator:hover:nth-of-type(6)::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .integration--scm .integration__photo {
    margin-right: 0;
  }
  .container {
    padding: 0 30px;
  }
  .title--2 {
    font-size: 38px;
  }
  .title--3 {
    font-size: 26px;
  }
  .title--4 {
    font-size: 26px;
  }
  .input,
  .select2-container .select2-selection--single {
    height: 50px;
  }
  .checkbox {
    padding-left: 40px;
  }
  .item-st__ttl {
    font-size: 36px;
  }
  .statistics--case .statistics__bottom .item-st__ttl,
  .statistics-prod__bottom .item-st__ttl {
    font-size: 36px;
  }
  .item-st__text {
    font-size: 16px;
  }

  .review {
    display: block;
  }
  .review__left {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .review__left::before {
    top: -48px;
    right: -35px;
  }
  .list-tasks__item::before {
    top: 11px;
  }
  .slide {
    min-height: 800px;
    padding-bottom: 450px;
    margin-top: 50px;
  }
  .slide--0 .slide__text,
  .slide--1 .slide__text,
  .slide--2 .slide__text,
  .slide--3 .slide__text {
    max-width: 100%;
  }
  .slide--0 .slide__wrap-img {
    width: 61%;
    right: 50%;
    transform: translateX(50%);
  }
  .slide--1 .slide__wrap-img {
    width: 60%;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    right: 50%;
    transform: translateX(50%);
  }
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 56%;
  }

  .slide__title {
    max-width: 100%;
  }
  .slide__text {
    max-width: 100%;
    font-size: 17px;
  }
  .slide__wrap-img::before {
    width: 711px;
    height: 350px;
  }
  .products .list-adv {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .products__center {
    display: block;
    margin-bottom: 50px;
  }
  .products__title {
    margin-bottom: 13px;
  }
  .products__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .products__desc {
    font-size: 17px;
  }
  .product {
    width: 100%;
    min-height: 300px;
  }
  .product:nth-of-type(2),
  .product:nth-of-type(3) {
    margin-top: 0;
  }
  .product:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .product__text {
    font-size: 17px;
  }
  .chart {
    padding: 60px 0;
  }
  .chart__top {
    display: block;
    max-width: 100%;
    width: calc(100% - 80px);
  }
  .chart__title {
    margin-bottom: 13px;
  }
  .chart__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .chart__desc {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .chart__bottom {
    margin-top: -266px;
    overflow-x: scroll;
    padding-left: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .chart__bottom::-webkit-scrollbar {
    position: absolute;
    bottom: 0;
    left: -30px;
    right: -30px;
    cursor: pointer;
  }
  .chart__bottom::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 0;
    cursor: pointer;
  }
  .chart__bottom::-webkit-scrollbar-track {
    background-color: #e3eff0;
    cursor: pointer;
  }
  .chart__bottom::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #a4b5c5;
    cursor: pointer;
  }
  .chart__bottom::-webkit-resizer {
    background-repeat: no-repeat;
    height: 0;
    cursor: pointer;
  }
  .chart__bottom::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
  }
  .graph {
    margin-bottom: 20px;
    width: 708px;
  }
  .graph::before {
    height: calc(100% - 311px);
    bottom: 71px;
    left: -75px;
    width: calc(100% + 150px);
  }
  .functions {
    padding: 60px 0;
  }
  .function {
    width: calc(100% / 2);
    padding-top: 20px;
    min-height: 300px;
  }
  .function:nth-of-type(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .function:not(:nth-of-type(-n + 3)) {
    border-top: none;
    min-height: 300px;
  }
  .function:not(:nth-child(3n + 1)) {
    border-left: none;
  }
  .function:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
  }
  .function:nth-of-type(even) {
    padding-left: 20px;
  }
  .advantages .col {
    margin-right: 0;
  }
  .advantages__row {
    padding: 60px 0;
  }
  .advantages__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .advantages__col {
    max-width: 460px;
    text-align: center;
    margin-bottom: 30px;
  }
  .advantages__desc {
    max-width: 100%;
    width: 100%;
  }
  .advantages__desc.col {
    max-width: 100%;
  }
  .advantages__text {
    font-size: 17px;
    max-width: 100%;
  }
  .support {
    padding-top: 60px;
  }
  .support__wrapper {
    align-items: center;
    gap: 30px;
  }
  .solutions__top {
    margin-bottom: 30px;
  }
  .philosophy__bottom .container {
    flex-direction: column;
  }
  .support__content {
    max-width: 100%;
    margin-bottom: 0;
  }
  .support__text {
    font-size: 17px;
  }
  .support__photo {
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
  }
  .statistics-prod {
    padding: 60px 0;
  }
  .statistics-prod__top {
    display: block;
    margin-bottom: 50px;
  }
  .statistics-prod__title {
    margin-bottom: 13px;
  }
  .statistics-prod__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .statistics-prod__desc {
    font-size: 16px;
    line-height: 167%;
  }
  .advantages-prod {
    padding: 60px 0;
  }
  .advantages-prod .list-adv {
    display: block;
  }
  .advantages-prod .list-adv__item {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .advantages-prod .list-adv__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .advantages-prod .list-adv .fico {
    margin-right: 25px;
  }
  .integration--cpa .integration__col,
  .integration--crm .integration__col {
    max-width: 360px;
  }
  .integration--cpa .integration__photo,
  .integration--crm .integration__photo {
    max-width: 360px;
    margin: auto;
    margin-bottom: 20px;
  }
  .integration--cpa .integration__desc,
  .integration--crm .integration__desc {
    max-width: 100%;
    margin-right: 0;
  }
  .integration--scm .integration__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .integration--scm .integration__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .integration--scm .integration__col,
  .integration--scm .integration__photo {
    margin-bottom: 20px;
    max-width: 390px;
  }
  .integration--scm .integration__desc,
  .integration--scm .integration__info {
    max-width: 100%;
  }
  .integration {
    padding: 60px 0;
  }
  .integration__title {
    margin-bottom: 13px;
  }
  .integration__subtitle {
    font-size: 16px;
    line-height: 167%;
  }
  .integration__wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .integration__ttl-small {
    margin-bottom: 30px;
  }
  .integration .slick-list {
    margin-bottom: 40px;
  }
  .integration__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .slider-int__photo {
    max-width: 550px;
  }
  .logistics {
    padding: 80px 0;
  }
  .logistics__wrap {
    display: block;
  }
  .logistics__left {
    max-width: 420px;
    margin: auto;
    margin-bottom: 25px;
  }
  .logistics__desc {
    max-width: 100%;
  }
  .logistics__title {
    margin-bottom: 20px;
  }
  .functions-additional {
    padding: 80px 0;
  }
  .functions-additional__top {
    display: block;
    margin-bottom: 50px;
  }
  .functions-additional__title {
    margin-bottom: 13px;
  }
  .functions-additional__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .functions-additional__desc {
    font-size: 16px;
    line-height: 167%;
  }
  .functions-additional__bottom {
    display: block;
  }
  .benefit {
    width: 100%;
    padding: 0;
  }
  .benefit:nth-child(n + 2) {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .benefit:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfd8e0;
  }
  .benefit__ico {
    margin-bottom: 0;
    margin-right: 25px;
    width: 50px;
  }
  .benefit__title {
    max-width: 70%;
    width: 100%;
  }
  .benefit__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .benefit__text {
    padding-left: 75px;
  }
  .description--cpa .description__row,
  .description--crm .description__row,
  .description--scm .description__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .description--cpa .description__row:nth-of-type(1),
  .description--crm .description__row:nth-of-type(1),
  .description--scm .description__row:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col,
  .description--crm .description__row:nth-of-type(1) .description__col,
  .description--scm .description__row:nth-of-type(1) .description__col {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 360px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__desc,
  .description--crm .description__row:nth-of-type(1) .description__desc,
  .description--scm .description__row:nth-of-type(1) .description__desc {
    max-width: 100%;
  }
  .description--cpa .description__row:nth-of-type(2),
  .description--crm .description__row:nth-of-type(2),
  .description--scm .description__row:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col,
  .description--crm .description__row:nth-of-type(2) .description__col,
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 360px;
    right: auto;
    margin-bottom: 20px;
  }
  .integration__img {
    width: 450px;
  }
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 60%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 45%;
    margin-bottom: 30px;
  }
  .description--scm .description__row:nth-of-type(2) .description__desc {
    max-width: 100%;
    margin-right: 0;
  }
  .description {
    padding: 60px 0;
  }
  .description__ttl br {
    display: none;
  }
  .description__desc {
    width: 100%;
  }
  .description__text {
    max-width: 100%;
  }
  .description__title {
    margin-bottom: 30px;
  }
  .faq {
    padding: 60px 0;
  }
  .faq__wrapper {
    display: block;
  }
  .faq__left.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .faq__title {
    text-align: center;
  }
  .faq__info {
    text-align: center;
  }
  .faq__info--desc {
    display: none;
  }
  .faq__info--mob {
    display: block;
  }
  .faq__text {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .faq__right {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .question__text {
    font-size: 16px;
    line-height: 160%;
  }
  .capabilities {
    padding: 60px 0;
  }
  .capabilities__left {
    max-width: 360px;
  }
  .purpose {
    padding: 60px 0;
  }
  .purpose__wrap {
    display: block;
  }
  .purpose__title {
    margin-bottom: 13px;
  }
  .purpose__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .purpose__title br {
    display: none;
  }
  .purpose__info {
    font-size: 16px;
    line-height: 167%;
  }
  .steps {
    padding: 60px 0;
  }
  .step {
    display: block;
  }
  .step__title {
    margin-bottom: 13px;
  }
  .step__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .step__text {
    font-size: 16px;
    line-height: 167%;
  }
  .indicators {
    padding: 60px 0;
  }
  .indicators__top {
    display: block;
  }
  .indicators__title {
    margin-bottom: 13px;
  }
  .indicators__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .indicators__text {
    max-width: 100%;
    padding-top: 0;
  }
  .indicator {
    width: calc(100% / 2);
    padding-top: 20px;
    min-height: 180px;
  }
  .indicator:nth-of-type(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    border-top: none;
    min-height: 180px;
  }
  .indicator:not(:nth-child(3n + 1)) {
    border-left: none;
  }
  .indicator:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
  }
  .indicator:nth-of-type(even) {
    padding-left: 20px;
  }
  .integrations {
    padding-top: 140px;
    padding-bottom: 345px;
    position: relative;
  }
  .header-main__wrap-img.integrations__main-img {
    max-width: 53%;
    bottom: -320px;
    right: 30px;
    left: auto;
  }
  .integrations__text {
    max-width: 83%;
  }
  .integrations-desc {
    padding: 70px 0;
  }
  .integrations-desc__top {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .integrations-desc__row {
    display: block;
  }
  .integrations-desc__title {
    margin-bottom: 13px;
  }
  .integrations-desc__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .integrations-desc__title br {
    display: none;
  }
  .integrations-desc__info {
    font-size: 16px;
    line-height: 167%;
  }
  .integrations-desc__text {
    font-size: 16px;
    line-height: 167%;
  }
  .philosophy {
    padding: 80px 0;
  }
  .philosophy__top {
    padding-bottom: 30%;
  }
  .philosophy__photo {
    max-width: 1030px;
  }
  .philosophy__content {
    max-width: 48%;
  }
  .philosophy__content:not(:last-of-type) {
    margin-right: 40px;
    padding-top: 40px;
  }
  .philosophy__content:last-of-type {
    padding-top: 100px;
  }
  .philosophy__bottom {
    display: block;
  }
  .philosophy__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .photos {
    max-width: 390px;
    margin: auto;
  }
  .team {
    padding: 70px 0;
  }
  .team__desc {
    font-size: 17px;
  }
  .solutions {
    padding: 70px 0;
  }
  .solutions__desc {
    font-size: 17px;
  }

  .solutions__wrap::before {
    top: 0;
    left: -6px;
    width: 12px;
    height: 73%;
    background-image: repeating-linear-gradient(
      to bottom,
      rgba(0, 176, 247, 0.001),
      rgba(0, 176, 247, 0.001) 4px,
      rgba(0, 176, 247, 0.15) 3px,
      rgba(0, 176, 247, 0.15) 47px
    );
  }
  .solutions__wrap::after {
    top: calc(50% - -22%);
    right: auto;
    left: -6px;
    width: 12px;
    height: 37%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#f3fafd),
        to(transparent)
      ),
      repeating-linear-gradient(
        to bottom,
        rgba(0, 176, 247, 0.001),
        rgba(0, 176, 247, 0.001) 4px,
        #ceb5ff 3px,
        #ceb5ff 11px
      );
    background-image: linear-gradient(to top, #f3fafd, transparent),
      repeating-linear-gradient(
        to bottom,
        rgba(0, 176, 247, 0.001),
        rgba(0, 176, 247, 0.001) 4px,
        #ceb5ff 3px,
        #ceb5ff 11px
      );
  }

  .solution_result {
    max-width: 360px;
  }
  .solution_result:nth-of-type(5) .solution_result__wrap {
    padding-top: 0;
  }
  .solution_result__ttl {
    padding-left: 30px;
  }
  /* .solution_result__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-left: 30px;
    padding-top: 0;
    margin-left: 0;
  } */
  .solution_result__wrap::before {
    top: -42px;
  }
  .solution_result__item {
    width: 100%;
    flex-shrink: 0;
  }
  .solution_result__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .content {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .content__wrapper {
    max-width: 100%;
  }
  .content__block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .content__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .date__day {
    font-size: 45px;
    margin-bottom: 3px;
  }
  .date__month {
    font-size: 15px;
  }
  .new-content__wrapper {
    max-width: 100%;
  }
  .new-content__photo {
    margin-bottom: 30px;
  }
  .new-content__desc:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .new-content__text--bold {
    padding-left: 20px;
  }
  .new-content__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .new-content__list {
    padding-left: 20px;
  }
  .list-new__item {
    padding-left: 30px;
  }

  .contacts .form-p__input--med {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts .form-p__btn {
    font-size: 18px;
  }
  .vacancies {
    padding: 80px 0;
  }
  .vacancies__col .benefit__ico {
    margin-bottom: 20px;
    margin-right: 0;
    width: 60px;
  }
  .vacancies__col .fico-vacancies1 {
    font-size: 46px;
  }
  .vacancies__col .fico-vacancies2 {
    font-size: 48px;
  }
  .team-cereer {
    padding: 80px 0;
  }
  .team-cereer .photos {
    left: 0;
  }
  .team-cereer__inner {
    display: block;
  }
  .team-cereer__desc {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .facts {
    padding: 80px 0;
  }
  .fact {
    width: calc(100% / 2);
    padding-top: 20px;
    min-height: 250px;
  }
  .fact:nth-of-type(-n + 4) {
    border-bottom: 1px solid #cfd8e0;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    border-top: none;
    min-height: 250px;
  }
  .fact:not(:nth-child(3n + 1)) {
    border-left: none;
  }
  .fact:nth-of-type(odd) {
    border-right: 1px solid #cfd8e0;
    padding-left: 0;
  }
  .fact:nth-of-type(even) {
    padding-left: 20px;
  }
  .header-vacancy {
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: calc(50% - 400px) calc(50% - -45px);
    background-size: 1660px;
  }
  .header-vacancy__title {
    margin-bottom: 10px;
  }
  .header-vacancy__detals {
    margin-bottom: 20px;
  }
  .header-vacancy__text:not(:last-of-type) {
    margin-right: 15px;
    padding-right: 15px;
  }
  .header-vacancy .fico {
    font-size: 30px;
  }
  .content-vacancy {
    padding: 80px 0;
  }
  .content-vacancy__row {
    display: block;
  }
  .content-vacancy__title {
    margin-bottom: 13px;
  }
  .content-vacancy__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .content-vacancy__info {
    max-width: 100%;
    font-size: 16px;
    line-height: 167%;
  }
  .content-vacancy__text {
    font-size: 16px;
    line-height: 167%;
  }

  .header-main--case .header-main__wrap-img {
    left: auto;
  }
  .header-main__content {
    padding-bottom: 50%;
  }

  .header-main__title {
    max-width: 100%;
  }
  .header-main__text {
    max-width: 100%;
  }
  .header-main__wrap-img {
    right: auto;
    left: calc(50% - 14%);
    width: 58%;
    bottom: 20px;
  }
  .crm-main-img {
    width: 50%;
  }
  .scm-main-img,
  .crm-main-img {
    right: 30px;
    left: auto;
  }

  .scm-main-img {
    width: 53%;
  }
  .information--case .review__text {
    font-size: 21px;
  }
  .information--prod .review__text {
    font-size: 21px;
  }
  .information {
    padding: 60px 0;
  }
  .statistics--case,
  .statistics--main {
    padding: 60px 0;
  }
  .statistics__top {
    display: block;
    margin-bottom: 50px;
  }
  .statistics__title {
    margin-bottom: 13px;
  }
  .statistics__title.column-big {
    max-width: 100%;
    margin-right: 0;
  }
  .statistics__desc {
    font-size: 17px;
  }
  .news {
    padding: 60px 0;
  }
  .news .slick-arrow {
    top: -84px;
  }
  .interruption {
    padding: 60px 0;
    background-position: center bottom;
  }
  .form-int {
    height: 50px;
  }
  .form-int .select2-container .select2-selection--single,
  .form-int__select {
    width: 155px;
  }
  .form-int
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px;
  }
  .footer__links-wrap {
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .footer__data.column {
    margin-right: 0;
  }
  .footer__btn {
    margin: auto;
  }
  .footer__copy {
    margin-bottom: 23px;
  }
  .footer__info.column-big {
    max-width: 50%;
  }
  .footer__social {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .popup-demo__content {
    display: block;
  }
  .popup-demo__left {
    max-width: 100%;
  }
  .popup-demo__desc {
    margin-bottom: 20px;
  }
  .popup-demo__right {
    max-width: 100%;
  }
  .form-p__input--med {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .form-p__select {
    width: calc(50% - 10px);
  }
  .form-p .select2-container .select2-selection--single,
  .form-p__select {
    height: 50px;
  }
  .form-p
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px;
  }
  .form-p__textarea {
    height: 100px;
  }
  .description--crm .description__row:nth-of-type(2) .description__desc {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .text-center,
  .bulleted-list li {
    font-size: 17px;
  }
  .list-opt-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .quotemark {
    width: 70px;
  }
  .container {
    padding: 0 28px;
  }
  .title--2 {
    font-size: 34px;
  }
  .title--4 {
    font-size: 24px;
  }
  .text-3 {
    font-size: 16px;
    line-height: 160%;
  }
  .item-st__ttl {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .item-st__text {
    font-size: 15px;
  }
  .review__left {
    max-width: 270px;
  }
  .review__text {
    font-size: 19px;
  }
  .review__name {
    font-size: 24px;
  }
  .list-tasks__item {
    padding-left: 20px;
  }
  .slide {
    margin-top: 70px;
  }
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    bottom: 40px;
  }
  .slide--0 .slide__wrap-img {
    width: 400px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 70%;
  }
  .products .list-adv {
    margin-bottom: 50px;
  }
  .list-adv {
    display: block;
  }
  .list-adv__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .list-adv__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .list-adv .fico {
    margin-bottom: 0;
    font-size: 30px;
  }
  .chart__top {
    width: 100%;
    min-height: auto;
    margin-bottom: 10px;
  }
  .chart__bottom {
    margin-top: 0;
  }
  .graph {
    width: 680px;
  }
  .graph::before {
    height: 180px;
    bottom: 66px;
    left: -74px;
    width: 835px;
    background: url(../img/svg/graph_mob.svg) no-repeat;
  }
  .graph__col:nth-of-type(1) .graph__wrap {
    height: 164px;
  }
  .graph__col:nth-of-type(2) .graph__wrap {
    height: 180px;
  }
  .graph__col:nth-of-type(3) .graph__wrap {
    height: 214px;
  }
  .graph__col:nth-of-type(4) {
    height: 240px;
  }
  .graph__col:nth-of-type(4) .graph__wrap {
    height: 225px;
  }
  .graph__ttl {
    font-size: 16px;
    padding-left: 15px;
  }
  .graph__label {
    padding: 15px;
  }
  .functions__title {
    margin-bottom: 40px;
  }
  .function {
    width: 100%;
    padding-top: 0;
    min-height: auto;
    padding-right: 0;
  }
  .function:nth-of-type(-n + 5) {
    margin-bottom: 36px;
    border-bottom: none;
  }
  .function:nth-of-type(odd) {
    border-right: none;
  }
  .function:not(:nth-of-type(-n + 3)) {
    min-height: auto;
  }
  .function:nth-of-type(even) {
    padding-left: 0;
  }
  .function:not(:nth-of-type(-n + 3)) {
    padding-top: 0;
  }
  .function__top {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
  }
  .function__img {
    width: 50px;
    top: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
  }
  .function__ttl,
  .indicator__text {
    padding-left: 74px;
  }
  .indicator {
    padding-top: 12px !important;
    padding-bottom: 0;
  }
  .benefit__top {
    align-items: center;
  }
  .function__ttl br {
    display: none;
  }
  .function__text {
    padding-left: 74px;
    max-width: 100%;
  }
  .advantages__wrap--bottom .advantages__col {
    max-width: 420px;
  }
  .advantages__col {
    max-width: 400px;
  }
  .support__title {
    margin-bottom: 18px;
  }
  .support__text {
    margin-bottom: 15px;
  }

  .statistics-prod__top {
    margin-bottom: 30px;
  }
  .statistics-prod__title {
    font-size: 23px;
  }
  .integration--cpa .integration__col,
  .integration--crm .integration__col {
    max-width: 320px;
  }
  .integration--cpa .integration__photo,
  .integration--crm .integration__photo {
    max-width: 320px;
  }
  .integration--scm .integration__col,
  .integration--scm .integration__photo {
    max-width: 320px;
  }
  .integration__ttl-small {
    margin-bottom: 20px;
  }
  .integration .slick-list {
    margin-bottom: 30px;
  }
  .integration__subject {
    margin-bottom: 12px;
  }
  .slider-int__photo {
    max-width: 450px;
  }
  .logistics {
    padding: 60px 0;
  }
  .logistics__left {
    max-width: 390px;
  }
  .functions-additional__top {
    margin-bottom: 40px;
  }
  .functions-additional__title {
    font-size: 23px;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col,
  .description--crm .description__row:nth-of-type(1) .description__col,
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 320px;
  }

  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 320px;
  }
  .description .form-int__input {
    border-top: none;
    border-left: 1px solid #cfd8e0;
    border-right: 1px solid #cfd8e0;
  }
  .description .form-int .form-int__select,
  .description .form-int .select2-container .select2-selection--single,
  .description .form-int__select {
    border-right: 1px solid #cfd8e0;
  }
  .question:not(:last-of-type) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .question .fico {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .capabilities__left {
    max-width: 320px;
  }
  .indicators__top {
    margin-bottom: 40px;
  }
  .indicator {
    width: 100%;
    padding-top: 0;
    min-height: auto;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
  }
  .indicator:nth-of-type(-n + 5) {
    margin-bottom: 20px;
    border-bottom: none;
  }
  .indicator:nth-of-type(odd) {
    border-right: none;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    min-height: auto;
  }
  .indicator:nth-of-type(even) {
    padding-left: 0;
  }
  .indicator:not(:nth-of-type(-n + 3)) {
    padding-top: 0;
  }
  .indicator .fico {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .integrations::before {
    background-size: 63%;
    background-position: calc(50% - -610px) calc(50% - -328px);
  }
  .integrations-desc__top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .integrations-desc__wrap {
    display: block;
  }
  .integrations-desc__wrap .integrations-desc__list {
    max-width: 100%;
  }
  .integrations-desc__wrap .integrations-desc__list:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .philosophy__top {
    display: block;
    padding-top: 55px;
    padding-bottom: calc(50% - 130px);
  }
  .philosophy__photo {
    left: 0;
    max-width: 1080px;
  }
  .philosophy__content {
    max-width: 100%;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.6);
  }
  .philosophy__content:not(:last-of-type) {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .philosophy__content:last-of-type {
    padding-top: 0;
  }
  .philosophy__left {
    background: rgba(255, 255, 255, 0.5);
  }
  .team__title {
    margin-bottom: 40px;
  }
  .employee {
    width: calc(100% / 2 - 15px);
  }
  .employee:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .employee:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .employee:nth-of-type(-n + 6) {
    margin-bottom: 40px;
  }
  .employee__photo {
    width: 170px;
    height: 170px;
  }
  .solutions__top {
    margin-bottom: 60px;
  }
  .solutions__wrap::before {
    height: 70%;
  }
  .solutions__wrap::after {
    top: calc(50% - -20%);
    height: 33%;
  }

  .solution_result__wrap {
    display: block;
  }
  .solution_result__item {
    width: 100%;
  }
  .solution_result__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .content__text {
    font-size: 17px;
  }
  .content__list .list-tasks__item {
    font-size: 17px;
  }
  .header-new__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .header-new__col {
    max-width: 100%;
    padding-top: 10px;
  }
  .header-new__col::after {
    right: auto;
    left: 0;
    top: 0;
    width: 70%;
    height: 1px;
  }
  .header-new__title {
    margin-bottom: 20px;
  }
  .date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .date__day {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .date__month {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .date__month br {
    display: none;
  }
  .new-content__wrapper {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .new-content__photo {
    max-width: 90%;
  }
  .new-content__text {
    font-size: 17px;
  }
  .list-new__item {
    font-size: 17px;
  }
  .list-new__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .contacts {
    padding-top: 145px;
  }
  .contacts__inner {
    display: block;
  }
  .contacts__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contacts__title {
    margin-bottom: 23px;
  }
  .contacts__desc {
    margin-bottom: 40px;
  }
  .contacts__place {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .contacts__form {
    max-width: 100%;
  }
  .vacancies__top {
    display: block;
    margin-bottom: 60px;
  }
  .vacancies__top::after {
    display: none;
  }
  .vacancies__col {
    max-width: 100%;
    padding-bottom: 0;
  }
  .vacancies__col:first-of-type,
  .vacancies__col:last-of-type {
    padding-top: 0;
  }
  .vacancies__col:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfd8e0;
  }
  .vacancies__caption {
    margin-bottom: 40px;
  }
  .vacancy__position {
    font-size: 16px;
    max-width: 41%;
  }
  .vacancy__direction {
    font-size: 14px;
  }
  .vacancy__place {
    font-size: 14px;
  }
  .vacancy .fico {
    font-size: 28px;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 41%;
  }
  .facts__title {
    margin-bottom: 40px;
  }
  .fact {
    width: 100%;
    padding-top: 0;
    min-height: auto;
    padding-right: 0;
  }
  .fact:nth-of-type(-n + 5) {
    margin-bottom: 36px;
    border-bottom: none;
  }
  .fact:nth-of-type(odd) {
    border-right: none;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    min-height: auto;
  }
  .fact:nth-of-type(even) {
    padding-left: 0;
  }
  .fact:not(:nth-of-type(-n + 3)) {
    padding-top: 0;
  }
  .fact__top {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
  }
  .fact__img {
    width: 50px;
    top: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
  }
  .fact__ttl {
    padding-left: 74px;
  }
  .fact__ttl br {
    display: none;
  }
  .fact__text {
    padding-left: 74px;
    max-width: 100%;
  }
  .menu__logo {
    width: 130px;
  }
  .menu__btn {
    margin-right: 0;
    display: none;
  }
  .header-main {
    padding-top: 140px;
  }
  .header-main--case .header-main__content {
    padding-bottom: 25%;
  }
  .header-main--case .header-main__text {
    max-width: 90%;
  }
  .statistics__top {
    margin-bottom: 40px;
  }
  .news .slick-list {
    margin-bottom: 40px;
  }
  .form-int {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }
  .form-int
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-right-radius: 10px;
  }
  .form-int .select2-container .select2-selection--single,
  .form-int__select {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .form-int .select2-container .select2-selection--single::after,
  .form-int__select::after {
    display: none;
  }
  .form-int__input {
    -webkit-box-flex: inherit;
    flex: inherit;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #ccd5dc;
  }
  .form-int__input:focus,
  .form-int__input:hover {
    border-top: 1px solid #ccd5dc;
  }
  .form-int__btn {
    max-width: 100%;
    border-radius: 10px;
    height: 50px;
  }
  .footer__top {
    margin-bottom: 39px;
    padding-bottom: 26px;
  }
  .footer__logo {
    display: none;
    margin-bottom: 0;
  }
  .footer__links-wrap {
    max-width: 100%;
    margin-right: 0;
    gap: 0 80px;
  }
  .footer__top {
    justify-content: center;
  }
  .footer__links-wrap .links {
    width: auto;
  }
  .footer__data {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .footer__data.column {
    max-width: inherit;
  }
  .footer__link-tel {
    margin-bottom: 22px;
    font-size: 18px;
  }
  .footer__btn {
    margin-bottom: 50px;
  }
  .footer__copy {
    margin-top: 42px;
  }
  .footer__info {
    margin-bottom: 10px;
  }
  .footer__info.column-big {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    display: flex;
    gap: 80px;

    margin-bottom: 0;
  }
  .footer__bottom {
    justify-content: center;
  }
  .footer__info {
    margin-bottom: 19px;
  }
  .footer__link {
    font-size: 16px;
  }
  .footer__link:not(:last-of-type) {
    margin-bottom: 19px;
  }
  .footer__link-email {
    text-align: center;
  }
  .footer__link-email.column {
    margin-right: 0;
    max-width: inherit;
  }
  .links__item {
    font-size: 18px;
  }
  .links__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .social__item:not(:last-of-type) {
    margin-right: 40px;
  }
  .statistics--case .statistics__bottom .item-st__ttl,
  .statistics-prod__bottom .item-st__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .footer__info.column-big {
    gap: 30px;
  }
  .integrations-desc {
    padding: 30px 0;
  }
  .integrations-desc__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .question .fico {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .title--2 {
    font-size: 30px;
    text-align: center;
  }
  .header-privacy__title {
    font-size: 24px;
  }
  .team__ttl.column-big {
    text-align: center;
  }
  .title--3 {
    font-size: 25px;
    text-align: center;
  }
  .title--4 {
    font-size: 20px;
  }
  .text-center,
  .bulleted-list li {
    font-size: 16px;
  }
  .step__title.column-big,
  .integrations-desc__title.column-big {
    text-align: center;
  }
  .text-2--1 {
    font-size: 16px;
    line-height: 160%;
  }
  .text-2--2 {
    font-size: 16px;
    line-height: 160%;
  }
  .slick-arrow .fico {
    font-size: 30px;
  }
  .checkbox {
    font-size: 14px;
  }
  .item-st {
    padding: 0;
  }
  .item-st:nth-child(n + 2) {
    border-left: none;
    padding: 0;
    padding-left: 20px;
  }
  .item-st__ttl {
    font-size: 25px;
  }
  .item-st__text {
    font-size: 14px;
  }
  .review__left {
    max-width: 253px;
    margin: auto;
    margin-bottom: 47px;
  }
  .review__left::before {
    width: 70px;
    height: 69px;
  }
  .review__text {
    font-size: 18px;
    line-height: 140%;
  }
  .review__desc {
    margin-right: 20px;
  }
  .review__name {
    font-size: 20px;
  }
  .review__callcenter {
    width: 95px;
  }

  .slide {
    min-height: 740px;
    padding-bottom: 320px;
    align-items: start;
    margin-top: 100px;
  }
  .slide--0 .slide__wrap-img {
    width: 100%;
    bottom: 40px;
  }
  .slide--1,
  .slide--2,
  .slide--3 {
    min-height: 740px;
    padding-bottom: 290px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 100%;
  }
  .slide__title {
    margin-bottom: 10px;
  }
  .slide__text {
    margin-bottom: 24px;
  }
  .slide__wrap-img::before {
    width: 621px;
    height: 310px;
  }
  .products {
    padding-top: 36px;
  }
  .products::before {
    background: 0 0;
  }
  .products .list-adv {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .products__center {
    margin-bottom: 40px;
  }
  .products__title {
    font-size: 35px;
    margin-bottom: 18px;
  }

  .product {
    min-height: 310px;
  }
  .product__ttl {
    margin-bottom: 16px;
  }
  .product__text {
    font-size: 16px;
    line-height: 160%;
  }
  .product .fico {
    font-size: 30px;
  }
  .list-adv .fico {
    font-size: 25px;
  }
  .list-adv__text {
    margin-left: 15px;
    font-size: 18px;
  }
  .chart {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .chart__btn {
    max-width: 100%;
  }

  .container {
    padding: 0 15px;
  }
  .functions .container {
    padding: 0 15px;
  }
  .functions {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .function__img {
    width: 40px;
  }
  .function__ttl {
    padding-left: 60px;
  }
  .function__text {
    padding-left: 60px;
  }
  .advantages__row--1 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .advantages__row--2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .advantages__wrap--top .advantages__col {
    max-width: 260px;
  }
  .advantages__wrap--top .advantages__col img {
    max-width: 100%;
  }
  .advantages__wrap--bottom .advantages__col {
    max-width: 260px;
    margin-bottom: 20px;
  }
  .philosophy .advantages__row img {
    max-width: 100%;
  }
  .advantages__col {
    margin-bottom: 18px;
  }
  .support {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .support__photo {
    max-width: 160px;
    margin: auto;
  }
  .statistics-prod {
    padding: 30px 0;
  }
  .statistics-prod__bottom .item-st:nth-child(n + 2) {
    padding-left: 0;
    margin-left: 20px;
  }
  .advantages-prod {
    padding: 30px 0;
  }
  .integration--cpa .integration__col,
  .integration--crm .integration__col {
    max-width: 260px;
    margin-bottom: 15px;
  }
  .integration--cpa .integration__photo,
  .integration--crm .integration__photo {
    max-width: 260px;
  }
  .integration--scm .integration__col,
  .integration--scm .integration__photo {
    max-width: 260px;
  }
  .integration {
    padding: 30px 0;
  }
  .integration__subtitle {
    margin-bottom: 30px;
  }
  .integration__wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .integration__ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .slider-int__photo {
    max-width: 350px;
  }
  .list-optm--orange .list-optm__ico {
    margin-bottom: 10px;
  }
  .list-optm__item {
    width: 100%;
  }

  .list-optm__ico {
    margin-bottom: 10px;
  }
  .logistics {
    padding: 30px 0;
  }
  .logistics__left {
    max-width: 350px;
  }
  .logistics__title {
    margin-bottom: 12px;
  }
  .functions-additional {
    padding: 30px 0;
  }
  .benefit__ico {
    width: 40px;
    margin-right: 20px;
  }
  .benefit__title {
    max-width: 100%;
  }
  .benefit__text {
    padding-left: 60px;
    line-height: 160%;
  }
  .description--cpa .description__row:nth-of-type(1) .description__col,
  .description--crm .description__row:nth-of-type(1) .description__col,
  .description--scm .description__row:nth-of-type(1) .description__col {
    max-width: 260px;
  }
  .description--cpa .description__row:nth-of-type(2) .description__col,
  .description--crm .description__row:nth-of-type(2) .description__col,
  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 260px;
  }

  .description--scm .description__row:nth-of-type(2) .description__col {
    max-width: 260px;
    margin-bottom: 20px;
  }
  .description {
    padding: 30px 0;
  }
  .description__text {
    font-size: 16px;
    line-height: 167%;
  }
  .faq {
    padding: 30px 0;
  }
  .integration__img {
    margin-top: 20px;
  }
  .integration--scm .integration__bottom {
    margin-top: 30px;
  }
  .capabilities {
    padding: 50px 0;
  }
  .capabilities__title {
    margin-bottom: 30px;
  }
  .capabilities__left {
    max-width: 260px;
    margin-bottom: 15px;
  }
  .purpose {
    padding: 30px 0;
  }
  .purpose__title.column-big {
    text-align: center;
  }
  .steps {
    padding: 30px 0;
  }
  .steps__row:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .step__img {
    max-width: 150px;
  }
  .indicators {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .indicator .fico {
    font-size: 25px;
  }
  .indicator__text {
    font-size: 18px;
  }
  .integrations {
    padding-top: 100px;
    padding-bottom: 65px;
  }
  .integrations__title {
    margin-bottom: 10px;
  }
  .integrations__text {
    max-width: 100%;
  }
  .integrations-desc__row:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .header-about {
    padding-top: 120px;
    padding-bottom: 75px;
  }
  .header-about__title {
    font-size: 28px;
  }
  .philosophy {
    padding: 0 0 30px;
    background: 0 0;
  }
  .philosophy__top {
    padding-bottom: 30px;
  }
  .photos {
    max-width: 100%;
  }
  .team {
    padding: 30px 0;
  }
  .solutions__top {
    margin-bottom: 30px;
  }
  .employee {
    width: calc(100% / 2 - 5px);
  }
  .employee:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .employee:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .employee:nth-of-type(-n + 6) {
    margin-bottom: 30px;
  }
  .employee__photo {
    width: 80%;
    height: 80%;
  }
  .employee__name {
    font-size: 18px;
  }
  .employee__post {
    font-size: 15px;
    line-height: 150%;
  }
  .solutions {
    padding: 50px 0;
  }
  .solutions::before {
    background: 0 0;
    display: none;
  }
  .header-privacy {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .content__title {
    font-size: 24px;
  }
  .header-new {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .contacts {
    padding-top: 104px;
    padding-bottom: 40px;
  }
  .contacts .form-p__input--med {
    margin-bottom: 10px;
  }
  .contacts .form-p__textarea {
    height: 160px;
  }
  .contacts__left {
    margin-bottom: 63px;
  }
  .contacts__title {
    font-size: 35px;
  }
  .contacts__desc {
    font-size: 16px;
  }
  .contacts__links {
    margin-bottom: 12px;
  }
  .header-cereer {
    padding-top: 120px;
    padding-bottom: 75px;
  }
  .header-cereer__title {
    font-size: 28px;
  }
  .vacancies {
    padding: 30px 0;
  }
  .vacancies__top {
    margin-bottom: 30px;
  }
  .vacancy {
    display: block;
    position: relative;
  }
  .vacancy:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .vacancy__position {
    max-width: 89%;
    margin-bottom: 10px;
  }
  .vacancy__direction {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .vacancy__place {
    max-width: 100%;
  }
  .vacancy .fico {
    position: absolute;
    top: 0;
    right: 0;
  }
  .table-ttl {
    margin-bottom: 15px;
  }
  .table-ttl__text:nth-of-type(1) {
    max-width: 100%;
  }
  .table-ttl__text:nth-of-type(2),
  .table-ttl__text:nth-of-type(3) {
    display: none;
  }
  .team-cereer {
    padding: 30px 0;
  }
  .btn {
    margin-inline: auto;
  }
  .product:nth-of-type(4) .product__name {
    font-size: 160px;
  }
  .advantages-prod--orange {
    padding: 30px 20px;
  }

  .list-optm__item .fico {
    margin-bottom: 15px;
    display: block;
    margin-inline: auto;
    width: fit-content;
  }
  .list-optm__item {
    text-align: center;
  }
  .facts {
    padding: 30px 0;
  }
  .fact__img {
    width: 40px;
  }
  .fact__ttl {
    padding-left: 60px;
  }
  .fact__text {
    padding-left: 60px;
  }
  .header-vacancy {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .header-vacancy__detals {
    display: block;
    font-size: 14px;
  }
  .header-vacancy__text:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #7a8692;
  }
  .content-vacancy {
    padding: 50px 0;
  }
  .content-vacancy__inner {
    margin-bottom: 50px;
  }
  .content-vacancy__row:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .content-vacancy__btn {
    max-width: 100%;
  }
  .menu {
    padding-top: 26px;
  }
  .menu--fixed {
    padding-top: 10px;
  }
  .menu--fixed .menu__logo {
    width: 112px;
  }
  .menu__logo {
    width: 112px;
  }
  .menu-mobile {
    width: 100%;
    padding-top: 26px;
  }
  .menu-mobile__logo {
    width: 112px;
  }
  .header-main {
    padding-top: 110px;
  }
  .header-main--case .header-main__content {
    padding-bottom: 65%;
  }
  .header-main--case .header-main__wrap-img {
    width: 80%;
    left: 20px;
    margin: auto;
  }
  .header-main__wrap-img {
    display: none;
  }
  .header-main__content,
  .header-main--case .header-main__content {
    padding-bottom: 50px;
  }
  .header-main__title {
    margin-bottom: 10px;
  }
  .statistics-prod__bottom,
  .statistics__bottom {
    flex-direction: column;
  }
  .item-st,
  .item-st:nth-child(n + 2) {
    width: 100%;
    text-align: center;
  }
  .statistics-prod__bottom .item-st:nth-child(1) {
    padding-right: 0;
  }
  .statistics__bottom .item-st:nth-child(n + 2),
  .statistics-prod__bottom .item-st:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
  }
  .statistics__bottom .item-st:nth-child(n + 2) {
    padding-left: 0 !important;
  }
  .header-main__text {
    margin-bottom: 24px;
  }
  .information {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .quotemark {
    width: 50px;
  }
  .statistics--case,
  .statistics--main {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .statistics--main::before {
    background: 0 0;
  }
  .news {
    padding: 30px 0;
  }
  .news__title {
    margin-bottom: 40px;
  }
  .news .slick-list {
    margin-bottom: 25px;
  }
  .news .slick-arrow {
    top: -68px;
  }
  .news .slick-arrow.prev {
    right: 42px;
  }
  .interruption {
    padding: 30px 0;
    background: #212a7a;
    position: relative;
    z-index: 1;
  }
  .interruption::after {
    content: "";
    display: block;
    position: absolute;
    width: 480px;
    height: 100px;
    background: url(../img/svg/interruption_bg_mob.svg) no-repeat;
    bottom: -16px;
    left: calc(50% - 190px);
    z-index: -1;
  }
  .interruption__title {
    margin-bottom: 32px;
  }
  .interruption__btn {
    max-width: 100%;
  }
  .vacancies__col .benefit__ico {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 50px;
  }
  .footer {
    padding-top: 43px;
  }
  .footer__col {
    margin-bottom: 43px;
    padding-bottom: 27px;
  }
  .footer__links-wrap {
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 320px;
    width: 100%;
    margin: auto;
    margin-bottom: 28px;
    gap: unset;
  }
  .footer__btn {
    max-width: 100%;
  }
  .popup-demo__left {
    padding: 15px;
  }
  .popup-demo__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .popup-demo__desc {
    margin-bottom: 15px;
  }
  .popup-demo__link-tel {
    font-size: 16px;
  }
  .popup-demo__link-email {
    font-size: 16px;
  }
  .popup-demo__right {
    padding: 15px;
  }
  .form-p__wrap {
    margin-bottom: 20px;
  }
  .form-p__input:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .form-p__input--med {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-p__select {
    width: 100%;
  }
  .form-p__textarea {
    margin-top: 10px;
  }
  .form-p__checkbox {
    margin-bottom: 20px;
  }
  .list-optm {
    display: flex;
    flex-direction: column;
  }
  .functions-additional__top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .container {
    padding: 0 20px;
  }
  .title--1 {
    font-size: 32px;
  }
  .item-st {
    width: 100%;
  }
  .item-st:nth-child(n + 2) {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .item-st:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .slide--0 .slide__wrap-img {
    width: 318px;
  }
  .slide--1 .slide__wrap-img,
  .slide--2 .slide__wrap-img,
  .slide--3 .slide__wrap-img {
    width: 322px;
  }
  .product:nth-of-type(4) .product__name {
    font-size: 160px;
    bottom: -50px;
  }
  .product__name {
    font-size: 110px;
  }
  .function__ttl {
    padding-left: 50px;
    font-size: 18px;
  }
  .function__text {
    padding-left: 50px;
  }
  .statistics-prod__bottom {
    display: block;
  }
  .statistics-prod__bottom .item-st:nth-child(n + 2) {
    margin-left: 0;
  }
  .benefit {
    width: 100%;
  }
  .benefit:nth-child(n + 2) {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .benefit:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .benefit__ico {
    margin-right: 10px;
  }
  .benefit__title {
    font-size: 18px;
  }
  .benefit__text {
    padding-left: 50px;
  }
  .header-about__title {
    font-size: 24px;
  }
  .header-cereer__title {
    font-size: 24px;
  }
  .vacancies__caption {
    font-size: 23px;
  }
  .fact__ttl {
    padding-left: 50px;
    font-size: 18px;
  }
  .fact__text {
    padding-left: 50px;
  }
  .header-main--case .header-main__title {
    font-size: 30px;
  }
  .statistics--main .statistics__title {
    font-size: 21px;
  }
  .statistics__bottom {
    display: block;
  }
}
.list-privacy {
  padding-left: 40px;
}

.list-privacy__item b {
  display: block;
  font-weight: bold;
  color: #343159;
}
.list-privacy__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.photos__item {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.list-tasks__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.list-tasks__item.visible {
  opacity: 1;
  transform: translateY(0);
}
.statistics__bottom .item-st:nth-child(n + 2) {
  padding-left: 20px;
}

.menu--dark.contacts-menu .nav__item:hover .nav__link,
.menu--dark.contacts-menu .chang-lang .select-lang__link:hover {
  color: #060214 !important;
}
.menu--dark.contacts-menu .chang-lang .select-lang__link {
  color: #343159;
}

.msg.show {
  display: flex;
}
.msg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.msg__text {
  font-size: 17px;
  background: #fff;
  line-height: 160%;
  padding: 35px;
  margin-top: 0vh;
  margin-inline: auto;
  max-width: 400px;
}
