@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --maincolor: #011320;
  --white: #fff;
  --blue: #079FF5;
  --gray: #898989;
  --blue_hover: #048AD7;
  --colorFA: #FAFAFA ;
}

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  border: none;
}

input,
button {
  font-family: "Inter", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

textarea {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: var(--maincolor);
  background-color: var(--white);
}

iframe {
  border: none;
}

.flex {
  display: flex;
}

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

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1560px;
  width: 100%;
}

.main-title {
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  color: var(--maincolor);
  line-height: 1.4;
}

.btn {
  padding: 15px 47px;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  transition: background-color 0.4s ease-in-out;
}
.btn:hover {
  background-color: var(--blue_hover);
}
.btn_blue {
  background-color: var(--blue);
}
.btn_black {
  background-color: var(--maincolor);
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("tff"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("tff"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("tff"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  height: 712px;
  background-image: url("../images/heading.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_static {
  height: auto;
  background-image: url("../images/heading_static.jpg");
}
.header_404 {
  height: 92px;
}
.header_software_development {
  background-image: url("../images/software_development0.jpg");
}
.header_partners {
  background-image: url("../images/partners_bg.jpg");
}
.header_e_commerce {
  background-image: url("../images/e-commerce.jpg");
}
.header_portals {
  background-image: url("../images/portals.jpg");
}
.header_enterprise {
  background-image: url("../images/enterprise0.jpg");
}
.header_services {
  background-image: url("../images/services0.jpg");
}
.header_leeds {
  background-image: url("../images/leeds1.jpg");
}
.header_web {
  background-image: url("../images/web0.jpg");
}
.header_other {
  background-image: url("../images/other0.jpg");
}
.header_startup {
  background-image: url("../images/startup0.jpg");
}
.header_site {
  background-image: url("../images/sites0.jpg");
}
.header_bots {
  background-image: url("../images/bots0.jpg");
}
.header_dev {
  background-image: url("../images/dev0.jpg");
}
.header__content {
  min-height: 310px;
  padding-top: 115px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
}
.header__content .main-title {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.header__text {
  max-width: 860px;
  width: 100%;
  margin-top: 23px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}
.header__text p:not(:last-child) {
  margin-bottom: 1.3em;
}
.header__topbar {
  position: fixed;
  top: 0;
  width: 100%;
  backdrop-filter: blur(3px);
  background-color: rgba(1, 30, 48, 0.8);
  z-index: 999;
}
.header__wrapp {
  height: 92px;
}
.header__navigation {
  margin-left: auto;
  margin-right: auto;
}
.header__hero {
  flex-direction: column;
  align-items: flex-start;
  max-width: 980px;
  width: 100%;
  padding-top: 203px;
  height: 620px;
}
.header__title {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.header__title span {
  color: var(--blue);
}
.header__title::after {
  content: "";
  position: relative;
  top: 10px;
  margin-bottom: -15px;
  margin-left: 20px;
  display: inline-block;
  width: 84px;
  height: 84px;
  background-image: url("../images/title_element.svg");
}
.header__subtitle {
  padding-right: 100px;
  margin-top: 38px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  line-height: 1.8;
}
.header__actions {
  margin-top: 78px;
}
.header__commershref {
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  background-color: var(--blue);
  box-shadow: 0px 0px 20px 0px var(--blue);
  transition: background-color 0.4s ease-in-out;
}
.header__commershref img {
  margin-right: 12px;
}
.header__commershref:hover {
  background-color: var(--blue_hover);
}
.header__mini {
  margin-top: 18px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.4;
  color: var(--white);
}

.navigation__item:hover {
  padding-bottom: 35px;
  margin-bottom: -35px;
}
.navigation__item:not(:last-child) {
  margin-right: 42px;
}
.navigation__href {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  transition: color 0.4s ease-in-out;
}
.navigation__href_active, .navigation__href:hover {
  color: var(--blue);
}
.navigation__submenucontainer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  background-color: #011320;;
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.navigation__submenu {
  padding: 0;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cplink {
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: var(--white);
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.cplink:hover {
  color: var(--white);
  background-color: var(--blue);
}
.cplink:hover svg path {
  fill: var(--white);
}
.cplink svg {
  margin-right: 10px;
}
.cplink svg path {
  transition: fill 0.4s ease-in-out;
}

section {
  padding: 80px 0;
}

.prices {
  background: rgba(62, 128, 202, 0.1);
}
.prices .container {
  position: relative;
}
.prices__heading {
  padding-bottom: 30px;
}
.prices__grid {
  position: absolute;
  right: -61px;
  top: -26px;
  pointer-events: none;
  z-index: -1;
}
.prices__list {
  flex-wrap: wrap;
  align-items: normal;
}
.prices__item {
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.prices__item:not(:first-child):not(:last-child) {
  min-height: 310px;
  padding: 30px 20px;
  padding-right: 30px;
  border-radius: 40px;
  background-color: var(--white);
  transition: background-color 0.6s ease-in-out;
}
.prices__item:not(:first-child):not(:last-child) svg:not(.prices__stroke) path {
  transition: fill 0.4s ease-in-out;
}
.prices__item:not(:first-child):not(:last-child) svg.prices__stroke path {
  transition: stroke 0.4s ease-in-out;
}
.prices__item:not(:first-child):not(:last-child):hover {
  background-color: var(--maincolor);
}
.prices__item:not(:first-child):not(:last-child):hover svg:not(.prices__stroke) path {
  fill: var(--white);
}
.prices__item:not(:first-child):not(:last-child):hover svg.prices__stroke path {
  stroke: var(--white);
}
.prices__item:not(:first-child):not(:last-child):hover .prices__name {
  color: var(--white);
}
.prices__item:not(:first-child):not(:last-child):hover .prices__descr {
  color: var(--gray);
}
.prices__item:last-child {
  padding: 30px 20px;
  min-height: 310px;
  border-radius: 40px;
  border: 1px dashed var(--maincolor);
  transition: background-color 0.4s ease-in-out;
}
.prices__item:last-child .prices__icon {
  border-color: var(--maincolor);
}
.prices__item:last-child:hover {
  background-color: var(--white);
}
.prices__item:nth-child(4n) {
  margin-right: 0;
}
.prices__icon {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #EDEDED;
}
.prices__step {
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--gray);
}
.prices__name {
  /* margin-top: auto; */
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
}
.prices__descr {
  min-height: 58px;
  margin-top: 12px;
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
}

.steps__image img {
  border-radius: 40px;
  border: 1px solid #ECF2FA;
}
.steps .container {
  position: relative;
}
.steps__grid {
  position: absolute;
  left: -57px;
  bottom: -44px;
  pointer-events: none;
  z-index: -1;
}
.steps__content {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}
.steps__list {
  margin-top: 60px;
}
.steps__icon {
  position: relative;
  width: 84px;
  height: 84px;
  background-color: rgba(62, 128, 202, 0.1);
  border-radius: 100px;
  transition: background-color 0.4s ease-in-out;
}
.steps__num {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 100%;
  transition: background-color 0.4s ease-in-out;
}
.steps__info {
  max-width: calc(100% - 104px);
  width: 100%;
  margin-left: auto;
}
.steps__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--maincolor);
}
.steps__descr {
  margin-top: 12px;
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.steps__descr a {
  color: var(--blue);
}
.steps__descr a:hover {
  color: var(--blue_hover);
}
.steps__item svg:not(.steps__svg__fill) path {
  transition: stroke 0.4s ease-in-out;
}
.steps__item svg.steps__svg__fill path {
  transition: fill 0.4s ease-in-out;
}
.steps__item:hover .steps__icon {
  background-color: var(--blue);
}
.steps__item:hover .steps__icon svg:not(.steps__svg__fill) path {
  stroke: var(--white);
}
.steps__item:hover svg.steps__svg__fill path {
  fill: var(--white);
}
.steps__item:hover .steps__num {
  background-color: var(--maincolor);
}
.steps__item:not(:last-child) {
  position: relative;
  margin-bottom: 76px;
}
.steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -74px;
  left: 41px;
  height: 76px;
  width: 1px;
  border: 1px dashed rgba(7, 159, 245, 0.5);
}

.faq {
  background: rgba(245, 245, 245, 0.5);
}
.faq__left {
  max-width: 530px;
  width: 100%;
}
.faq__right {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.faq__list {
  flex-wrap: wrap;
}
.faq__item {
  margin-bottom: 30px;
  flex-direction: column;
  padding: 30px;
  max-width: 412px;
  min-height: 310px;
  width: 100%;
  border-radius: 60px 0 60px 60px;
  background-color: var(--white);
  transition-property: border-radius, background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.faq__item:nth-child(odd) {
  margin-right: 56px;
}
.faq__item:hover {
  color: var(--white);
  background-color: var(--maincolor);
  border-radius: 0px 60px 60px 60px;
}
.faq__item:hover .faq__icon {
  background-color: var(--blue);
}
.faq__icon {
  width: 64px;
  height: 64px;
  background-color: var(--maincolor);
  border-radius: 20px;
  transition: background-color 0.4s ease-in-out;
}
.faq__title {
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.faq__descr {
  margin-top: 12px;
  color: var(--gray);
  font-size: 14px;
}

.help__left {
  max-width: 655px;
  width: 100%;
}
.help__subtitle {
  padding-right: 60px;
  display: block;
  margin-top: 20px;
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
}
.help .container {
  position: relative;
}
.help__grid {
  position: absolute;
  top: -7px;
  left: 594px;
}
.help__forms {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.help__label {
  position: absolute;
  top: 52px;
  left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--gray);
  transform: translateY(-35px);
  transition: all 0.4s ease;
}
.help__item {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.help__input {
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px var(--gray) solid;
  resize: none;
}
.help__input:focus ~ .help__label,
.help__input:valid ~ .help__label{
  font-size: 11px;
  transform: translateY(-60px);
}
.help__btn {
  padding: 16px 67px;
  margin-top: 40px;
  font-weight: normal;
}

.customs_checkboox {
  cursor: pointer;
}
.customs_checkboox__input {
  display: none;
}
.customs_checkboox__custom {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px #011320 solid;
}
.customs_checkboox__text {
  margin-left: 12px;
}
.customs_checkboox__input:checked ~ .customs_checkboox__custom {
  border-color: var(--blue);
}
.customs_checkboox__input:checked ~ .customs_checkboox__custom::after {
  content: "";
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("../images/check.svg");
}

.customs_checkboox_error .customs_checkboox__custom {
  border-color: red;
}

.customs_checkboox_error .customs_checkboox__text {
  color: red;
}

.footer {
  background-color: var(--maincolor);
}
.footer__wrapp {
  padding: 32px 0;
}
.footer__phone {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
.footer__copyright {
  margin-left: 0px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: normal;
  color: var(--white);
}
.docpay {
  margin: 0 auto;
}
.docpay__item:not(:last-child) {
  margin-right: 24px;
}
.docpay__href {
  font-size: 16px;
  color: var(--white);
  transition: color 0.4s ease-in-out;
}
.docpay__href:hover {
  color: var(--blue_hover);
}
.social {
  margin-left: 0;
}
.social__item:not(:last-child) {
  margin-right: 30px;
}
.social__href {
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  border: 1px solid var(--white);
  border-radius: 10px;
  transition: background-color, border-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.social__href:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}

.ball_01 {
  position: absolute;
  top: 100px;
  right: -120px;
}

.ball_02 {
  position: absolute;
  top: 99px;
  right: 670px;
}

.ball_03 {
  position: absolute;
  top: 20px;
  right: -53px;
}

.ball_04 {
  position: absolute;
  top: 583px;
  right: 330px;
}

header {
  overflow: hidden;
}

.balls {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.header__hero {
  position: relative;
  z-index: 2;
}

.submenu {
  width: max-content;
  justify-content: center;
  border-bottom: 1px #004069 solid;
}
.submenu__item:not(:last-child) {
  margin-right: 10px;
}
.submenu__href {
  padding: 16px 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  border-radius: 0px;
  border-bottom: 2px #011320 solid;
  transition: border-color 0.4s ease-in-out;
}
.submenu__href svg {
  margin-right: 14px;
}
.submenu__href:hover {
  border-color: #079FF5;
}

.navigation__item:hover .navigation__href {
  color: var(--blue);
}
.navigation__item:hover .navigation__submenucontainer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.mobarrow,
.mobilenavi,
.mobilemenu {
  display: none;
}

.breadcrumps {
  margin-top: auto;
  background-color: #011E30;
}
.breadcrumps__card {
  align-items: center;
  justify-content: center;
  height: 48px;
}
.breadcrumps__item:not(:last-child) {
  margin-right: 20px;
}
.breadcrumps__item:not(:last-child)::after {
  content: "";
  position: relative;
  top: 4px;
  margin-left: 20px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/breadcrumps__sepa.svg");
}
.breadcrumps__item:last-child .breadcrumps__href {
  color: var(--blue);
}
.breadcrumps__href {
  color: var(--white);
  font-size: 14px;
  transition: color 0.4s ease-in-out;
}
.breadcrumps__href:hover {
  color: var(--blue);
}

.about_us .container {
  position: relative;
}
.about_us__section1 {
  position: relative;
  padding-top: 90px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
}
.about_us__section1 .main-title {
  max-width: 50%;
}
.about_us__grid {
  position: absolute;
  right: 450px;
  top: 37px;
}


.about_us {
  background-color: rgba(245, 245, 245, 0.50);
}

.about_us__card {
  flex-wrap: wrap;
}

.about_us__card__item {
  display: flex;
  flex-direction: column;
  padding: 48px 30px;
  max-width: calc(33% - 17px);
  margin-bottom: 30px;
  position: relative;
  margin-right: 30px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  color: #898989;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}

.about_us__card__item svg {
  margin-bottom: 22px;
}

.about_us__card__item:nth-child(3n) {
  margin-right: 0;
}

.about_us__card__item strong {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--maincolor);
}

.about_us__titles {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.about_us__descr {
  margin-top: 20px;
  color: var(--gray);
  font-size: 14px;
}
.about_us__descr p:not(:last-child) {
  margin-bottom: 1.6em;
}
.about_us__balls {
  position: absolute;
  left: -184px;
  width: 770px;
  pointer-events: none;
}
.about_us__balls .ball_01 {
  right: auto;
  left: -100px;
}
.about_us__balls .ball_02 {
  position: absolute;
  top: 151px;
  right: 216px;
}
.about_us__balls .ball_03 {
  position: absolute;
  top: -36px;
  right: auto;
  left: -107px;
}
.about_us__balls .ball_04 {
  position: absolute;
  top: 485px;
  right: 317px;
}
.about_us__maps {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about_us__marker {
  position: absolute;
  left: calc(50% - 70px);
  flex-direction: column;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  text-shadow: 1px 1px #fff;
  margin-left: 120px;
  margin-top: -71px;
}
.about_us__companyinfo {
  align-items: flex-start;
  margin-top: -130px;
  margin-bottom: 0px;
  padding: 52px 40px;
  border-radius: 40px;
  background-color: #ECF2FA;
}

.feedbackblock3__wrapp {
  max-width: 100%;
  width: 100%;
}

.feedbackblock3__wrapp,
.feedbackblock2__wrapp  {
  flex-wrap: wrap;
  align-items: flex-start;
}

.feedbackblock2__wrapp  {
  position: relative;
  padding: 50px 100px 0;
  border-radius: 40px;
  background-color: #EEF8FF;
}



.feedbackblock2__wrapp .social {
  position: absolute;
  top: 50px;
  right: 150px;

}

.about_us__companyinfo__item {
  padding-right: 30px;
  margin-bottom: 50px;
  max-width: 28%;
  width: 100%;
  flex-direction: column;
}

.about_us__companyinfo__item:last-child {
  max-width: 12%;
}

.about_us__companyinfo__item:nth-child(1),
.about_us__companyinfo__item:nth-child(4) {
  max-width: 31%;
}

.about_us__companyinfo__item:not(3n) {
  margin-right: 155px;
}
.about_us__companyinfo__title {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}
.about_us__companyinfo__value {
  margin-top: 30px;
  font-size: 16px;
  color: var(--gray);
}
.about_us .social__href {
  border-color: var(--maincolor);
}
.about_us .social__href path {
  fill: var(--maincolor);
}
.about_us__footer {
  padding-bottom: 60px;
}
.about_us__footer__left {
  max-width: 690px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  border-left: 2px solid var(--blue);
}
.about_us__footer__right {
  max-width: 736px;
  width: 100%;
  margin-left: auto;
}
.about_us__footer__leftitem {
  flex-direction: column;
}
.about_us__footer__leftitem:last-child {
  margin-left: auto;
}
.about_us__footer__righttitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.about_us__footer__rightdesc {
  margin-top: 12px;
  font-size: 14px;
  color: var(--gray);
  flex-direction: column;
}
.about_us__footer__rightitem:not(:last-child) {
  margin-bottom: 40px;
}
.about_us__footer__righticon {
  width: 84px;
  height: 84px;
  background-color: rgba(62, 128, 202, 0.1);
  border-radius: 100%;
}
.about_us__footer__rightdescr {
  flex-direction: column;
  max-width: calc(100% - 114px);
  width: 100%;
  margin-left: auto;
}
.about_us__footer__lefticon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: var(--maincolor);
}
.about_us__footer__leftnum {
  margin-top: 22px;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
}
.about_us__footer__lefdess {
  font-size: 14px;
  color: var(--gray);
}

.team {
  background: rgba(245, 245, 245, 0.5);
}
.team__card {
  margin-top: 60px;
  flex-wrap: wrap;
}
.team__mores {
  display: none;
}
.team__item {
  position: relative;
  flex-direction: column;
  max-width: 360px;
  justify-content: flex-start;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 100%;
  padding: 50px 26px;
  border-radius: 40px;
  background-color: var(--white);
  transition-property: background-color, box-shadow;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.team__item:nth-child(4n) {
  margin-right: 0;
}
.team__item svg:not(.team__item__stroke) path {
  transition: fill 0.4s ease-in-out;
}
.team__item svg.team__item__stroke path {
  transition: stroke 0.4s ease-in-out;
}
.team__item:hover {
  background-color: var(--maincolor);
  box-shadow: 0px 0px 22px 0px rgba(7, 159, 245, 0.6);
}
.team__item:hover .team__title {
  color: var(--blue);
}
.team__item:hover svg:not(.team__item__stroke) path {
  fill: var(--white);
}
.team__item:hover svg.team__item__stroke path {
  stroke: var(--white);
}
.team__icon {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.team__title {
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
  z-index: 99;
}
.team__descr {
  position: relative;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: var(--gray);
  z-index: 99;
}
.team__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.team__image img {
  border-radius: 40px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__item:hover .team__image {
  opacity: 1;
}

.team__main-title {
  text-align: center;
}

.vacancy {
  background: rgba(245, 245, 245, 0.5);
}
.vacancy__item {
  align-items: flex-start;
}
.vacancy__item:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px var(--gray) solid;
}
.vacancy__title {
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
}
.vacancy__arrow {
  margin-left: auto;
}
.vacancy__minidescr {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  color: var(--gray);
}
.vacancy__date_added {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: var(--blue);
}

.conditions {
  margin-top: 30px;
}
.conditions__item {
  flex-direction: column;
}
.conditions__item:not(:last-child) {
  margin-right: 81px;
}
.conditions__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.conditions__value {
  margin-top: 12px;
  font-size: 14px;
  color: var(--gray);
}

.vacancyform__left {
  padding-right: 50px;
  max-width: 888px;
  width: 100%;
}
.vacancyform__minidescr {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray);
}
.vacancyform__wrapp {
  align-items: flex-start;
}
.vacancyform__right {
  margin-left: auto;
  max-width: 620px;
  width: 100%;
}

textarea.help__input {
  padding-top: 20px;
}

.field__wrapper {
  max-width: 400px;
  width: 100%;
}

.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.field__file-wrapper {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.field__file-fake {
  height: 60px;
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.field__file-button {
  font-size: 14px;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
}
.field__file-button svg {
  margin-right: 10px;
}
.field__file-button svg path {
  transition: fill 0.4s ease-in-out;
}
.field__file-button:hover {
  color: var(--blue);
}
.field__file-button:hover svg path {
  fill: var(--blue);
}

.field__wrapper {
  margin-bottom: 40px;
}

.vacancyempty {
  margin-bottom: -5px;
  flex-direction: column;
  margin-top: 80px;
}
.vacancyempty__alert {
  width: 100%;
  padding: 20px 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  border-radius: 40px;
  border: 1px dashed var(--maincolor);
}
.vacancyempty__minidescr {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
  color: var(--gray);
}
.vacancyempty__modalopen {
  margin: 80px 0 60px;
  padding: 20px 190px;
}

.modalform_active .modalform__shadow,
.modalform_active .modalform__modal {
  opacity: 1;
  pointer-events: all;
}
.modalform_active .modalform__shadow {
  opacity: 0.8;
}

.modalform__modal {
  position: fixed;
  top: 0;
  left: calc(50% - (810px / 2));
  width: 810px;
  height: 100%;
  z-index: 999;
  height: 100vh;
  overflow: auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.modalform__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: var(--maincolor);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.modalform__inner {
  margin: auto;
  margin-top: 50px;
}
.modalform__heading {
  padding-left: 40px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 40px 40px 0 0;
  background-color: var(--blue);
}
.modalform__closes {
  margin-left: auto;
  padding: 32px 40px;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 40px 0 0;
  transition: background-color 0.4s ease-in-out;
}
.modalform__closes:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.modalform__body {
  padding: 60px 40px;
  background-color: var(--colorFA);
  border-radius: 0 0 40px 40px;
}
.modalform__btn {
  margin-top: 70px;
  padding: 20px 0;
  width: 100%;
}
.modalform__label {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.modalform__label_error {
  color: #FF0000;
}
.modalform .help__item {
  margin-bottom: 30px;
}
.modalform .field__file-button {
  padding: 18px 100px;
  transition: background-color 0.4s ease-in-out;
}
.modalform .field__file-button:hover {
  color: var(--white);
  background-color: var(--blue_hover);
}
.modalform .field__file-button:hover path {
  fill: var(--white);
}

.vacancyinner__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
}
.vacancyinner__title {
  max-width: 360px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--maincolor);
}
.vacancyinner__content {
  max-width: calc(100% - 360px);
  width: 100%;
  margin-left: auto;
  color: #898989;
}
.vacancyinner__content ol {
  margin-left: 20px;
}
.vacancyinner__content li:not(:last-child) {
  margin-bottom: 15px;
}

.partners__grid {
  position: absolute;
  left: -13px;
  top: -23px;
}
.partners__topblock {
  background-color: rgba(62, 128, 202, 0.1);
}
.partners__topblock .container {
  position: relative;
}
.partners__topblock__logo {
  margin-bottom: 30px;
}
.partners__topblock__left {
  flex-direction: column;
  padding: 35px 65px;
  width: 407px;
  height: 367px;
  background-image: url("../images/web.png");
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}
.partners__topblock__left p {
  position: relative;
  left: -5px;
}
.partners__topblock__right {
  padding-top: 30px;
  max-width: calc(100% - 470px);
  width: 100%;
}
.partners__topblock__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.partners__topblock__descr {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--gray);
  line-height: 2;
}
.partners__topblock__descr p:not(:last-child) {
  margin-bottom: 2em;
}
.partners__topblock__wrapp {
  align-items: flex-start;
}
.partners__middle {
  padding-top: 90px;
}
.partners__logoblack {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding: 42px 59px;
  border-radius: 40px;
  background-color: var(--colorFA);
}
.partners__arrowtop {
  margin-bottom: 35px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  width: 100%;
  border-top: 1px solid rgba(137, 137, 137, 0.4);
}
.partners__arrowtop span:first-child {
  margin-left: -2px;
}
.partners__arrowtop span:last-child {
  margin-right: -2px;
}
.partners__arrowmiddle {
  max-width: 1070px;
  width: 100%;
  margin: 35px auto 30px;
  justify-content: space-between;
}
.partners__carditem {
  max-width: 490px;
  width: 100%;
  padding: 60px 30px;
  margin-right: 30px;
  border-radius: 40px;
  background-color: var(--colorFA);
  background-position: right center;
  background-repeat: no-repeat;
  transition: box-shadow 0.4s ease-in-out;
}
.partners__carditem:hover {
  box-shadow: 0px 0px 22px 0px rgba(7, 159, 245, 0.6);
}
.partners__carditem:last-child {
  margin-right: 0;
}
.partners__carditem_image1 {
  background-image: url("../images/partners_image1.png");
}
.partners__carditem_image2 {
  background-image: url("../images/partners_image2.png");
}
.partners__carditem_image3 {
  background-image: url("../images/partners_image3.png");
}
.partners__carditem_image4 {
  background-image: url("../images/partners_image4.png");
}
.partners__carditem_image5 {
  background-image: url("../images/partners_image5.png");
}
.partners__carditem_image6 {
  background-image: url("../images/partners_image6.png");
}
.partners__carditem_image7 {
  background-image: url("../images/partners_image7.png");
}
.partners__carditem_image8 {
  background-image: url("../images/partners_image8.png");
}
.partners__carditem_image9 {
  background-image: url("../images/partners_image9.png");
}
.partners__carditem_image10 {
  background-image: url("../images/partners_image10.png");
}
.partners__carditem_image11 {
  background-image: url("../images/partners_image11.png");
}
.partners__carditem_image12 {
  background-image: url("../images/partners_image12.png");
}
.partners__cardtitle {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.partners__list {
  max-width: 242px;
  width: 100%;
  padding-left: 0;
  max-height: 338px;
  overflow-y: auto;
  unicode-bidi: bidi-override;
  direction: rtl;
  overflow-y: auto;
}
.partners__list::-webkit-scrollbar {
  width: 2px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: #E5E5E5;
}
.partners__list::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 9em;
}
.partners__listhref {
  font-size: 16px;
  color: var(--gray);
  transition: color 0.4s ease-in-out;
}
.partners__listhref:hover {
  color: var(--blue);
}
.partners__listitem:not(:last-child) {
  margin-bottom: 4px;
}

.direction {
  padding-top: 90px;
}
.direction__navigation {
  padding: 30px;
  max-width: 1010px;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #EDEDED;
  background-color: rgba(62, 128, 202, 0.1);
  background-image: url("../images/e-commerce_1.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.direction__navigation__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.direction__navigation__card {
  max-width: 650px;
  width: 100%;
  flex-wrap: wrap;
}
.direction__navigation__href {
  display: block;
  padding: 13px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  background-color: var(--maincolor);
  border-radius: 10px;
  transition: background-color 0.4s ease-in-out;
}
.direction__navigation__href:hover {
  background-color: var(--blue);
}
.direction__image {
  margin-left: auto;
}
.direction__main-title {
  margin-bottom: 40px;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
}
.direction__lastwork {
  background: rgba(62, 128, 202, 0.1);
}

.lastwork {
  margin-top: 80px;
}
.lastwork__image {
  max-width: 750px;
  width: 100%;
  flex-shrink: 0;
}
.lastwork__image img {
  border-radius: 40px;
  border: 1px solid #EDEDED;
}
.lastwork__title {
  display: block;
  margin-bottom: 22px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  color: var(--maincolor);
}
.lastwork__descr {
  margin-left: 30px;
}
.lastwork__descrs {
  margin-top: 26px;
  color: var(--gray);
  line-height: 160%;
}
.lastwork__btn {
  display: table;
  margin-top: 40px;
  padding: 16px 62px;
}
.lastwork__arrow {
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: var(--maincolor);
  transition: background-color 0.4s ease-in-out;
  z-index: 99;
}
.lastwork__arrow:hover {
  background-color: var(--blue);
}
.lastwork__prev {
  left: -100px;
}
.lastwork__next {
  right: -100px;
}
.lastwork__pagination {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: rgba(1, 19, 32, 0.2);
}
.lastwork__bullet {
  margin-right: 12px;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  background-color: #000;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.lastwork__bullet:last-child {
  margin-right: 0;
}
.lastwork__bullet.swiper-pagination-bullet-active {
  width: 26px;
  opacity: 1;
  border-radius: 100px;
}

.lastworkwrapp {
  position: relative;
}

.direction__navigation__mob {
  display: none;
}

.service__image {
  max-width: 340px;
  width: 100%;
}
.service__texts {
  font-size: 14px;
  color: var(--gray);
}
.service__texts__title {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--maincolor);
}
.service__cms {
  padding: 40px 30px;
  margin: 40px 0 60px;
  border-radius: 40px;
  border: 1px solid rgba(7, 159, 245, 0.5);
  background-color: rgba(62, 128, 202, 0.1);
}
.service__tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__tabs__item:not(:last-child) {
  margin-right: 52px;
}
.service__tabs__href {
  display: block;
  padding: 18px 18px;
  border-radius: 20px;
  background-color: var(--colorFA);
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.service__tabs__href:hover, .service__tabs__href_active {
  background-color: var(--maincolor);
}
.service__panel {
  margin-top: 40px;
}
.service__panel:not(:first-child) {
  display: none;
}
.service__panel__title {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.service__panel__desc {
  margin-top: 12px;
  color: var(--gray);
}
.service__blockdess {
  margin-bottom: 60px;
  max-width: 541px;
  width: 100%;
}
.service__blockdess__left {
  max-width: 380px;
}
.service__blockdess__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.service__blockdess__text {
  margin-top: 12px;
  color: var(--gray);
}
.service__blockdess__image {
  margin-left: auto;
}
.service__exp {
  max-width: 248px;
  width: 100%;
  margin-right: 73px;
}
.service__exp:last-child {
  margin-right: 0;
}
.service__icon {
  width: 48px;
  height: 48px;
  background-color: var(--maincolor);
  border-radius: 10px;
}
.service__titlexp {
  margin-left: 14px;
  font-size: 20px;
  font-weight: 500;
}
.service__explist {
  margin-bottom: 80px;
}
.service__expflex {
  margin-top: 15px;
  width: 248px;
  height: 8px;
  background-image: url("../images/exp_null.svg");
  background-position: left;
}

.exp_pr {
  height: 8px;
  background-image: url("../images/exp_full.svg");
  background-position: left;
}

.porfolio__title {
  padding-top: 30px;
}
.container {
  position: relative;
}
.porfolio__grid {
  position: absolute;
  top: -52px;
  left: 340px;
}

.feedbackblock2__wrapp path {
  fill: var(--maincolor);
}
.feedbackblock2__wrapp .social__href {
  border-color: var(--maincolor);
}
.feedbackblock2__wrapp .social__href:hover {
  border-color: var(--white);
}
.feedbackblock2__wrapp .social__href:hover path {
  fill: var(--white);
}

.feedbackb__marker {
  position: absolute;
  left: calc(50% - 70px);
  flex-direction: column;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  text-shadow: 1px 1px #fff;
  margin-left: 470px;
  margin-top: -142px;
}

.practikle {
  padding-bottom: 210px;
  background-image: url("../images/practikle.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.practikle__main-title {
  position: relative;
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
}
.practikle__main-title span {
  color: var(--blue);
}
.practikle__list {
  align-items: flex-start;
}
.practikle__grid {
  position: absolute;
  top: -48px;
  left: -70px;
  pointer-events: none;
}
.practikle__text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
}
.practikle__list {
  margin-top: 80px;
  padding: 0 180px;
  justify-content: space-between;
}
.practikle__item {
  flex-direction: column;
  max-width: 270px;
  width: 100%;
}
.practikle__icon {
  width: 100px;
  height: 100px;
  background-color: var(--maincolor);
  border-radius: 20px;
}
.practikle__txt {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: var(--gray);
}
.practikle__btn {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 60px;
  margin-top: 100px;
}

.successs__inner {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.successs__inner p {
  margin-top: 35px;
  font-size: 14px;
  color: var(--gray);
}
.successs__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.successs__title img {
  margin-right: 12px;
}

.portfolio__card {
  position: relative;
  margin-top: 30px;
  z-index: 99;
}
.portfolio .container {
  position: relative;
}
.portfolio__grid {
  position: absolute;
  top: 36px;
  left: -124px;
  pointer-events: none;
  z-index: 1;
}
.portfolio__el {
  padding: 14px 30px;
  margin-right: 14px;
  font-size: 18px;
  border-radius: 20px;
  background-color: var(--colorFA);
  cursor: pointer;
}
.portfolio__el:hover, .portfolio__el_active {
  background-color: #ECF2FA;
}

.featuredContainer {
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: 0px;
  margin-right: -30px;
}
.featuredContainer__item {
  margin-right: 30px;
  position: relative;
  max-width: 750px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 0;
  line-height: 0;
}
.featuredContainer__item:nth-child(2n) {
  margin-right: 0;
}
.featuredContainer__wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  flex-direction: column;
}
.featuredContainer__footer {
  margin-top: auto;
  padding: 12px 30px;
  background-color: rgba(1, 30, 48, 0.8);
  border-radius: 0 0px 40px 40px;
}
.featuredContainer__name {
  display: block;
  padding: 30px 28px;
  max-width: 445px;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}
.featuredContainer__btn {
  padding: 13px 36px;
  color: var(--maincolor);
  background-color: var(--white);
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.featuredContainer__btn:hover {
  color: var(--white);
  background-color: var(--blue);
}
.featuredContainer__footer {
  line-height: 1.4;
}
.featuredContainer__image {
  display: block;
  position: relative;
  max-width: 100%;
  border-radius: 40px;
  font-size: 0;
  line-height: 0;
}
.featuredContainer__image img {
  border-radius: 40px;
}
.featuredContainer__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(105deg, #011E30 0%, rgba(1, 30, 48, 0) 65.91%);
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.featuredContainer__item:hover .featuredContainer__image::after {
  opacity: 0;
}

.tags {
  margin-left: auto;
}
.tags__item {
  padding: 11px 20px;
  font-size: 14px;
  color: var(--white);
  background-color: rgba(1, 19, 32, 0.8);
  border-radius: 40px;
}
.tags__item:not(:last-child) {
  margin-right: 10px;
}

.ecommerce {
  width: calc(100vw - 17px);
  overflow: hidden;
  padding-top: 96px;
}
.ecommerce__top {
  margin-bottom: 80px;
  align-items: normal;
}
.ecommerce__block {
  background-color: #FAFAFA;
}
.ecommerce__topleft {
  margin-bottom: 0px;
  max-width: 1010px;
  width: 100%;
  padding: 38px 30px;
  border-radius: 40px;
  border: 1px solid #EDEDED;
  background-color: rgba(62, 128, 202, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
}
.ecommerce__topleft_full {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 100%;
}
.ecommerce__topicon {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  border-radius: 20px;
}
.ecommerce__topname {
  margin-left: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.ecommerce__topdescr {
  max-width: 590px;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray);
}
.ecommerce__topdescr_full {
  max-width: 1110px;
}
.ecommerce__navi {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: #FAFAFA;
}
.ecommerce__navi__top {
  padding: 12px 10px;
  border-radius: 20px 20px 0 0;
  background-color: rgba(0, 0, 0, 0.04);
}
.ecommerce__navi__top span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.ecommerce__navi__btn {
  margin-left: auto;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--blue);
  background-color: var(--colorFA);
}
.ecommerce__navi__btn svg {
  margin-right: 8px;
}
.ecommerce__navi__body {
  padding: 20px 0px 20px 10px;
}
.ecommerce__navi__list {
  counter-reset: myCounter;
  flex-wrap: wrap;
}
.ecommerce__navi__list2 {
  list-style: none;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ecommerce__navi__listitem {
  margin-bottom: 12px;
  max-width: calc(60% - 10px);
  width: 100%;
}
.ecommerce__navi__listitem:nth-child(even) {
  max-width: calc(40% - 10px);
}
.ecommerce__navi__listitem:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  font-size: 16px;
  color: var(--gray);
  width: 15px;
  display: inline-block;
  transition: color 0.4s ease-in-out;
}

.ecommerce__navi__listitem100 {
  max-width: 100%!important;
}

.ecommerce__navi__listitem:hover:before {
  color: var(--maincolor);
}
.ecommerce__navi__listhref {
  font-size: 16px;
  color: var(--gray);
  transition: color 0.4s ease-in-out;
}
.ecommerce__block2 {
  padding-top: 90px;
  background-color: var(--colorFA);
}
.ecommerce__block2 .container {
  position: relative;
}
.ecommerce__block2__img {
  position: absolute;
  right: -152px;
  top: 2px;
}
.ecommerce__block2__content {
  max-width: 1010px;
  width: 100%;
}
.ecommerce__block2__white {
  margin-bottom: 60px;
  margin-top: 40px;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: var(--white);
}
.ecommerce__block2__descr {
  font-size: 20px;
  color: var(--maincolor);
}
.ecommerce__block2__descr p {
  margin-bottom: 1.8em;
}
.ecommerce__main-title {
  line-height: 1.1;
}
.ecommerce__block3 {
  padding-top: 90px;
}
.ecommerce__block3 .container {
  position: relative;
}
.ecommerce__block3__content2,
.ecommerce__block3__content {
  margin-left: auto;
  max-width: 1010px;
  width: 100%;
}
.ecommerce__block3__content .main-title {
  text-align: right;
}
.ecommerce__block3__img1 {
  position: absolute;
  top: -90px;
  left: -239px;
}
.ecommerce__block3__pos {
  position: relative;
}
.ecommerce__block3__img2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  position: absolute;
  bottom: 0;
  left: -221px;
}
.ecommerce__block3 .portal__cardtext {
  color: var(--maincolor);
}
.ecommerce__block3 .portal__cardlist {
  margin-top: 40px;
  color: var(--maincolor);
}
.ecommerce__block3 .portal__carditem {
  flex-direction: column;
  align-items: flex-start;
}
.ecommerce__block3 .portal__cardtitle {
  background-color: var(--blue);
}
.ecommerce__block4 {
  background-color: #E7F3FF;
}
.ecommerce__block4 .container {
  position: relative;
}
.ecommerce__block4__content {
  max-width: 985px;
  width: 100%;
}
.ecommerce__block4 .main-title {
  margin-bottom: 35px;
}
.ecommerce__block4__img {
  position: absolute;
  right: -390px;
  top: 0;
}
.ecommerce__block5 .ecommerce__block3__content {
  margin-left: auto;
}
.ecommerce__block5 .ecommerce__block3__content .ecommerce__block2__white {
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.ecommerce__block5 .container {
  position: relative;
}
.ecommerce__block5__img {
  position: absolute;
  left: -25px;
  top: -82px;
  z-index: -1;
  pointer-events: none;
}
.ecommerce__block5__tt {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}
.ecommerce__block5__text {
  margin-top: 45px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.ecommerce__block5__text p:not(:last-child) {
  margin-bottom: 10px;
}
.ecommerce__block5__white {
  margin-top: 45px;
  padding: 30px 37px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #A0C8FC;
  background-color: #FAFAFA;
}
.ecommerce__block6 {
  background-color: var(--colorFA);
}
.ecommerce__block6 .container {
  position: relative;
}
.ecommerce__block6__img {
  position: absolute;
  top: 314px;
  right: -170px;
}
.ecommerce__block6__title {
  position: relative;
}
.ecommerce__block6__title img {
  position: absolute;
  right: -238px;
  top: -21px;
  z-index: 1;
}
.ecommerce__block6 .ecommerce__block2__white {
  position: relative;
  z-index: 9;
  text-align: center;
}
.ecommerce__block6__content {
  max-width: 872px;
  width: 100%;
  font-size: 20px;
}
.ecommerce__block6__content p:not(:last-child) {
  margin-bottom: 1em;
}
.ecommerce__block6__textblue {
  margin-top: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
}

.ecommerce__navi__listitem:hover .ecommerce__navi__listhref {
  color: var(--maincolor);
}

.font44 {
  font-size: 44px;
}

.ecommerce__block5__mob,
.ecommerce6_mob_1,
.ecommerce6_mob_2 {
  display: none;
}

.ecommerce__block5__tt2 {
  margin-bottom: 45px;
}

.portal__section1 {
  background-color: #FAFAFA;
  background-image: url("../images/portals2.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.portal__section2__desc {
  margin-left: 30px;
}
.portal__section2__text {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
}
.portal__section2t2 {
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
.portal__main-title {
  display: block;
  max-width: 700px;
  width: 100%;
}
.portal__quote {
  margin-top: 40px;
  display: block;
  padding: 38px 30px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--white);
  border-radius: 0 40px 40px 40px;
  background-color: var(--maincolor);
}
.portal__quote_blue {
  background-color: var(--blue);
}
.portal__titletop {
  display: block;
  margin: 40px 0 30px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.portal__titletop span {
  color: var(--blue);
}
.portal__cardlist {
  margin-bottom: 50px;
}
.portal__cardlist2 .portal__cardtext {
  margin: 0;
  margin-left: 30px;
}
.portal__cardtitle {
  padding: 12px 0;
  max-width: 360px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  border-radius: 20px;
  background-color: var(--maincolor);
  transition: background-color 0.4s ease-in-out;
}
.portal__carditem:not(:last-child) {
  margin-bottom: 30px;
}
.portal__cardtext {
  display: block;
  margin-top: 22px;
  font-size: 20px;
  color: var(--gray);
  transition: color 0.4s ease-in-out;
}
.portal__ptext {
  font-size: 20px;
  color: var(--gray);
}
.portal__ptext2 {
  color: var(--maincolor);
}
.portal__section3 {
  background-color: #E7F3FF;
}
.portal__section3 .container {
  position: relative;
}
.portal__section3__img {
  position: absolute;
  right: -583px;
  top: -74px;
  pointer-events: none;
}
.portal__section3__content {
  max-width: 980px;
  width: 100%;
}
.portal__section3__content .main-title {
  margin-bottom: 40px;
}
.portal__section3__content p {
  font-size: 20px;
}
.portal__section3__content p:not(:last-child) {
  margin-bottom: 1.6em;
}
.portal__section3__black {
  margin: 40px 0;
  padding: 30px;
  font-size: 14px;
  color: var(--gray);
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: var(--maincolor);
}
.portal__section3__black p:not(:last-child) {
  margin-bottom: 0.4em;
}
.portal__section3__black strong {
  color: var(--white);
  font-weight: 700;
}
.portal__section4__wrapp {
  margin-top: 40px;
}
.portal__section4 .container {
  position: relative;
}
.portal__section4__img {
  position: absolute;
  right: -181px;
  top: -70px;
  pointer-events: none;
}
.portal__section4__right {
  max-width: calc(100% - 390px);
  width: 100%;
  margin-left: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.portal__section4__right p:not(:last-child) {
  margin-bottom: 1.3rem;
}
.portal__section4__right p:first-child {
  color: var(--blue);
}
.portal__section4__block2 {
  margin-top: 40px;
  font-size: 20px;
}
.portal__section4__blocklist {
  margin-top: 20px;
}
.portal__section4__blocklist li:not(:last-child) {
  margin-bottom: 0.4em;
}
.portal__section5left {
  max-width: 489px;
  width: 100%;
}
.portal__section5right {
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
}
.portal__section5rightdess {
  margin-top: 30px;
  font-size: 20px;
}
.portal__section5__bottom {
  margin-top: 50px;
  font-size: 20px;
}
.portal__section5__bottom p:not(:last-child) {
  margin-bottom: 1.4em;
}
.portal__section5__bottom p span {
  color: var(--blue);
  font-weight: 700;
}

.portal__carditem:hover .portal__cardtitle {
  background-color: var(--blue);
}
.portal__carditem:hover .portal__cardtext {
  color: var(--maincolor);
}

.max1140 {
  max-width: 1140px;
}

.portals2_mob {
  display: none;
}

.enterprise__topinfo__left {
  max-width: 1010px;
  width: 100%;
}
.enterprise__topinfo__img {
  margin-left: auto;
}
.enterprise__block1 {
  margin-top: 30px;
}
.enterprise__block1__title {
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.enterprise__block1__card {
  margin-top: 40px;
}
.enterprise__block1__item {
  font-size: 20px;
}
.enterprise__block1__item:not(:last-child) {
  margin-bottom: 10px;
}
.enterprise .ecommerce__block2__white {
  margin-bottom: 0;
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.enterprise__block2 {
  background-color: #E7F3FF;
}
.enterprise__block2 .container {
  position: relative;
}
.enterprise__block2__text {
  margin-top: 68px;
  font-size: 34px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 600;
}
.enterprise__block2__text span {
  color: var(--blue);
}
.enterprise__block2__text2 {
  display: block;
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
.enterprise__block2__img {
  position: absolute;
  right: -19px;
  top: -59px;
}
.enterprise__block3 {
  background-color: var(--colorFA);
}
.enterprise__block3__top__title {
  display: block;
  margin-top: 40px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.enterprise__block3__top__left {
  max-width: 620px;
  width: 100%;
}
.enterprise__block3__top__right {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.enterprise__block4__item {
  max-width: 750px;
  width: 100%;
}
.enterprise__block4__text {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.enterprise__block4__text span {
  color: var(--blue);
}
.enterprise__block4__wrapp {
  margin-bottom: 30px;
}

.max1010 {
  max-width: 1010px;
  width: 100%;
}

.services {
  padding-top: 0;
}
.services__wrapp {
  position: relative;
}
.services__left {
  max-width: 880px;
  width: 100%;
}
.services__left__text {
  font-size: 20px;
  line-height: 2;
  font-style: normal;
  font-weight: 600;
}
.services__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: 375px;
}
.services__text2 {
  display: block;
  margin-top: 100px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}

.leeds__block1 {
  background-color: #E7F3FF;
}
.leeds__block1 .container {
  position: relative;
}
.leeds__block1__img {
  position: absolute;
  right: 0;
  top: 0;
}
.leeds__block1__text1 {
  margin-top: 30px;
  display: block;
  max-width: 750px;
  width: 100%;
  font-size: 20px;
  color: var(--gray);
  font-weight: 600;
}
.leeds__block1__title1 {
  margin-top: 40px;
  max-width: 490px;
}
.leeds__block1__card {
  margin-bottom: 100px;
  margin-top: 35px;
  max-width: 615px;
  width: 100%;
}
.leeds__block1__item {
  position: relative;
  text-indent: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.leeds__block1__item:not(:last-child) {
  margin-bottom: 20px;
}
.leeds__block1__item::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--maincolor);
  border-radius: 100%;
}
.leeds__block2 {
  background-color: #FAFAFA;
}
.leeds__block2__img {
  display: block;
  margin-top: 40px;
}
.leeds__block2__blue {
  margin-bottom: 30px;
  color: var(--blue);
}
.leeds__block2__text {
  display: block;
  margin: 60px 0;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.leeds__block3__left {
  max-width: 880px;
  width: 100%;
}
.leeds__block3__right {
  max-width: 650px;
  width: 100%;
}
.leeds__block3__text {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}
.leeds__block3__card {
  margin: 40px 0;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.leeds__block3__item {
  position: relative;
  text-indent: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.leeds__block3__item:not(:last-child) {
  margin-bottom: 10px;
}
.leeds__block3__item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--maincolor);
  border-radius: 100%;
}
.leeds__block4 {
  background-color: #FAFAFA;
}
.leeds__block4__wrapp {
  margin-top: 40px;
  margin-bottom: 40px;
}
.leeds__block4__left {
  max-width: 620px;
  width: 100%;
}
.leeds__block4__left img {
  border-radius: 40px;
  border: 1px solid #EDEDED;
}
.leeds__block4__right {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.leeds__block4__right__txt1 {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.leeds__block4__right__txt2 {
  padding: 30px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 20px;
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.leeds__block4__card {
  margin: 30px 0 40px;
}
.leeds__block4__item {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.leeds__block4__item:not(:last-child) {
  margin-bottom: 0.4em;
}
.leeds__block4__title34 {
  display: block;
  font-size: 34px;
  font-weight: 600;
}
.leeds__block5 {
  background-color: #E7F3FF;
}
.leeds__block5__text1 {
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--gray);
}
.leeds__block5__block1 {
  max-width: 1140px;
}
.leeds__block5__img {
  margin-left: auto;
}
.leeds__block6__alert {
  margin-top: 40px;
  display: block;
  padding: 30px 20px;
  font-size: 14px;
  color: var(--gray);
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: #FAFAFA;
}
.leeds__block6__left {
  max-width: 490px;
  width: 100%;
}
.leeds__block6__wrapp {
  margin-top: 40px;
  margin-bottom: 50px;
}
.leeds__block6 .enterprise__block3__top__title {
  margin-top: 0;
}
.leeds__block6__right {
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
}
.leeds__block6__card {
  margin-top: 40px;
}
.leeds__block6__item {
  font-size: 20px;
  margin-bottom: 10px;
}

.portal__quote p:not(:last-child) {
  margin-bottom: 0.8em;
}

.web__block1 {
  position: relative;
}
.web__block1 .main-title {
  display: block;
  max-width: 1127px;
  width: 100%;
  line-height: 1.4;
}
.web__block1 .main-title:first-child {
  max-width: 800px;
}
.web__block1 .main-title:last-child {
  margin-top: 40px;
}
.web__block1 .main-title span {
  color: var(--blue);
}
.web__block1__card {
  margin-top: 40px;
}
.web__block1__item:not(:last-child) {
  margin-bottom: 30px;
}
.web__block1__img {
  position: absolute;
  top: -70px;
  right: 0;
  width: 540px;
  height: 597px;
  background-image: url(../images/web2.png);
  z-index: -1;
  background-image: url("../images/web2.png");
}
.web__block1__img__text {
  margin-top: auto;
  margin-bottom: 143px;
  margin-left: auto;
  margin-right: 10px;
  padding: 26px 31px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #B2E3FF;
  background-color: #8CC4F1;
  box-shadow: -13px 12px 20px #A7E0F7;
}
.web .ecommerce__block2__white {
  margin: 40px 0;
  text-align: center;
  color: var(--maincolor);
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.web__block2 {
  margin-top: 60px;
}
.web__block2__left {
  max-width: 760px;
  width: 100%;
}
.web__block2__card {
  margin-bottom: 80px;
  margin-top: 40px;
}
.web__block2__item {
  font-size: 14px;
}
.web__block2__item:not(:last-child) {
  margin-bottom: 30px;
}
.web__block2__item strong {
  font-weight: normal;
  color: var(--blue);
}
.web__block2__text2 {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.web__block3 {
  background-color: #30343B;
}
.web__block3 .main-title {
  color: var(--white);
}
.web__block3 .main-title span {
  color: #9954FF;
}
.web__block3__block1 {
  position: relative;
}
.web__block3__block2 {
  position: absolute;
  right: 245px;
  bottom: -27px;
  max-width: 425px;
  width: 100%;
  padding: 25px 35px;
  color: var(--white);
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid #CAA5FF;
  background-color: #9954FF;
  box-shadow: -13px 12px 20px #DD54FF;
}
.web__block3__block4 {
  margin-top: 75px;
}
.web__block3__block4__img {
  max-width: 360px;
}
.web__block3__block4__text {
  max-width: calc(100% - 390px);
  width: 100%;
  margin-left: auto;
  color: var(--white);
}
.web__block3__block4__text .enterprise__block3__top__title {
  color: var(--white);
}
.web__block3__block5__left {
  max-width: 880px;
  width: 100%;
}
.web__block3__block5__img {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: auto;
}
.web__block3__block5__item {
  margin-bottom: 30px;
  color: var(--white);
}
.web__block3__block6 .enterprise__block3__top__title {
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--white);
}
.web__block3__block6__p20 {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 20px;
}
.web__block3__block7 {
  margin-top: 60px;
}
.web__block3__block7__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.web__block3__block7__title span {
  color: #9954FF;
}
.web__block3__block7__dess {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.web__section3 .main-title span {
  color: var(--blue);
}
.web__section3__block1 {
  margin-top: 40px;
}
.web__section3__block1__img {
  max-width: 620px;
  width: 100%;
}
.web__section3__block1__right {
  max-width: 865px;
  width: 100%;
  margin-left: auto;
}
.web__section3__block1__right__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.web__section3__block1__right__title span {
  color: var(--blue);
}
.web__section3__block1__right__text {
  display: block;
  margin-top: 40px;
  line-height: 1.6;
}
.web__section3__block2 {
  margin-top: 45px;
}
.web__section3__block2__card {
  flex-wrap: wrap;
  margin-top: 40px;
}
.web__section3__block2__item {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.web__section3__block2__item .portal__quote {
  margin: 0;
}
.web__section3__block2__item strong {
  color: var(--blue);
  font-weight: 700;
}
.web__section3__block2__item:nth-child(2n) {
  margin-right: 0;
}
.web__section3__block3 {
  margin-top: 15px;
}
.web__section3__block3 .enterprise__block3__top__title {
  margin-top: 0;
}
.web__section3__block3__card {
  margin: 30px 0;
}
.web__section3__block3__item {
  margin-bottom: 30px;
}
.web__section3__block3__item strong {
  color: var(--blue);
}
.web__section3__block3__left {
  max-width: 880px;
  width: 100%;
}
.web__section3__block3__img {
  margin-left: auto;
}
.web__section4 {
  background-color: #E7F3FF;
}
.web__section4__left1 {
  max-width: 825px;
  width: 100%;
}
.web__section4__left2 {
  margin-top: 40px;
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.web__section4__left2 img {
  max-width: 34px;
}
.web__section4__img {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
}
.web__section4__left3 {
  display: block;
  margin-top: 30px;
}
.web__section4__left4 {
  margin: 30px 0;
  padding: 45px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: var(--white);
}
.web__section4__card2 {
  flex-wrap: wrap;
}
.web__section4__item2 {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-bottom: 30px;
}
.web__section4__item2:nth-child(2n) {
  margin-left: auto;
}
.web__section4__item2 strong {
  color: var(--blue);
}
.web__section4__wrapp2 {
  margin-top: 40px;
  flex-wrap: wrap;
}
.web__section4__left5 {
  max-width: 360px;
  width: 100%;
}
.web__section4__right5 {
  max-width: calc(100% - 400px);
  width: 100%;
  margin-left: auto;
}
.web__section4__alert2 {
  margin-bottom: 30px;
  padding: 27px 0;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: #54A1FF;
  font-size: 30px;
  color: var(--white);
  font-style: normal;
  font-weight: 600;
}
.web__section4__alert2 img {
  margin-right: 10px;
}
.web__section4__card3 {
  flex-direction: column;
}
.web__section4__block10 {
  position: relative;
  margin-bottom: 40px;
  margin-top: 45px;
  max-width: 50%;
  width: 100%;
  padding: 27px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  background-color: var(--white);
}
.web__section4__block10 img {
  margin-right: 10px;
}
.web__section4__block10::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -161px;
  display: block;
  width: 146px;
  height: 71px;
  background-image: url(../images/web15.svg);
}
.web__section4__block11__item {
  max-width: calc(50% - 15px);
  width: 100%;
}
.web__section4__block11__item:last-child {
  margin-left: auto;
}
.web__section4__block11 .portal__cardtext {
  min-height: 56px;
}
.web__section20 {
  background: linear-gradient(180deg, #3BBA82 0%, #355762 48.96%, #37495F 100%);
}
.web__section20__left {
  max-width: 920px;
  width: 100%;
}
.web__section20__left .main-title {
  color: var(--white);
  font-weight: 500;
}
.web__section20__left .main-title span {
  display: block;
}
.web__section20__right {
  margin-left: auto;
}
.web__section20__title1 {
  display: block;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
}
.web__section20__title1 img {
  max-width: 40px;
  vertical-align: middle;
}
.web__section20__text1 {
  font-size: 14px;
  color: var(--white);
}
.web__section20__title2 {
  padding: 0px 47px 10px 0px;
  margin-top: 42px;
  width: 422px;
  height: 94px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  background-image: url("../images/web17.png");
}
.web__section20__title2_big {
  padding-top: 10px;
  width: 617px;
  height: 102px;
  background-image: url(../images/web19.png);
}
.web__section20__title2 img {
  margin-right: 10px;
}
.web__section20__card2 {
  margin-top: 40px;
}
.web__section20__item4 {
  margin-bottom: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
}

.enterprise__block3__top__title img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.web__section4__card3 .web__section4__item2 {
  max-width: 100%;
}

.web__section4__card3 .web__section4__item2:nth-child(2n) {
  margin: 0;
}

.portal__cardtitle2 {
  max-width: 100%;
  background-color: #C3B4FA;
}
.portal__cardtitle2 img {
  margin-right: 10px;
}

.otherproject__block0 {
  padding-top: 0;
}
.otherproject__block1 {
  align-items: flex-start;
}
.otherproject__block1__item {
  max-width: calc(50% - 15px);
  width: 100%;
}
.otherproject__block1__item:last-child {
  margin-left: auto;
}
.otherproject__block1__text {
  margin-top: 20px;
  display: block;
  font-size: 36px;
  font-weight: 600;
}
.otherproject__block2 {
  margin-top: 40px;
}
.otherproject__block2__item {
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.otherproject__block2__item:not(:last-child) {
  margin-bottom: 20px;
}
.otherproject__block3 {
  background-color: #FAFAFA;
}
.otherproject__block3__left {
  max-width: 880px;
  width: 100%;
}
.otherproject__block3__img {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
}
.otherproject .main-title {
  margin-bottom: 40px;
}
.otherproject__alert {
  display: block;
  padding: 30px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid #478700;
  background-color: #60AA2E;
}
.otherproject__alert_blue {
  max-width: 1260px;
  font-size: 20px;
  border: 1px solid #0087D4;
  background-color: var(--blue);
  box-shadow: -13px 12px 20px #A7E0F7;
}
.otherproject__alert img {
  vertical-align: middle;
}
.otherproject__alert2 {
  font-size: 18px;
}
.otherproject__ttl {
  margin-top: -30px;
}
.otherproject__card {
  margin-top: 40px;
}
.otherproject__block4__left {
  max-width: 330px;
  width: 100%;
}
.otherproject__block4__left__icon {
  width: 80px;
  height: 80px;
  background-color: var(--maincolor);
  border-radius: 10px;
}
.otherproject__block4__img {
  margin-left: auto;
}
.otherproject__block5 {
  margin: -35px 0 75px;
  display: block;
  padding: 45px 30px;
  padding-right: 116px;
  max-width: 1010px;
  width: 100%;
  line-height: 1.7;
  font-size: 20px;
  border-radius: 40px;
  border: 1px solid rgba(237, 237, 237, 0.3);
  background: rgba(198, 198, 198, 0.12);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.otherproject__card1 {
  margin-top: 40px;
  flex-wrap: wrap;
}
.otherproject__item1 {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
  font-size: 20px;
  color: var(--white);
  background-color: #0058EF;
  border-radius: 20px;
}
.otherproject__item1:nth-child(2n) {
  margin-right: 0;
}
.otherproject__item1_full {
  max-width: 100%;
}
.otherproject__block6 {
  margin-top: 30px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.otherproject__block6 p:not(:last-child) {
  margin-bottom: 3rem;
}
.otherproject__section2 {
  background-color: #E7F3FF;
}
.otherproject__section2__wrapp {
  align-items: flex-start;
  margin-bottom: 40px;
}
.otherproject__section2__left {
  max-width: 1140px;
  width: 100%;
  height: 450px;
  background-image: url("../images/other8.jpg");
  border-radius: 40px;
}
.otherproject__section2__left__content {
  width: 100%;
  margin-top: auto;
  padding: 30px 36px;
  padding-right: 94px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  line-height: 1.6;
  border-radius: 0 0 40px 40px;
  background-color: rgba(7, 159, 245, 0.95);
}
.otherproject__section2__right {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
.otherproject__section2__right__img {
  margin-top: 0px;
}
.otherproject__card2 {
  margin-top: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.otherproject__item2 {
  min-height: 125px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  max-width: 50%;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.otherproject__item2_full {
  max-width: 100%;
}
.otherproject__item2 strong {
  color: var(--blue);
}
.otherproject__section3__left {
  max-width: 870px;
  width: 100%;
}
.otherproject__section3 .container {
  position: relative;
}
.otherproject__section3__img {
  position: absolute;
  right: 0;
  top: 0;
}
.otherproject__section3 .main-title {
  margin-bottom: 0;
}
.otherproject__section3__tt {
  margin-bottom: 30px;
}
.otherproject__section3 .otherproject__block4__left__icon {
  margin-left: 60px;
}
.otherproject__section3__block1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.otherproject__section3__card2 {
  margin-top: 30px;
}
.otherproject__section3__item {
  margin-bottom: 30px;
}
.otherproject__section3__item strong {
  color: #FFCB0B;
}
.otherproject__section3__card22 {
  margin-top: 0;
}

.web__section4__item2100 {
  max-width: 100% !important;
}

.ecommerce__navi__list6040 .ecommerce__navi__listitem {
  max-width: calc(40% - 10px);
}
.ecommerce__navi__list6040 .ecommerce__navi__listitem:nth-child(even) {
  max-width: calc(60% - 10px);
}

.ecommerce__navi__list5050 .ecommerce__navi__listitem {
  max-width: calc(50% - 10px);
}
.ecommerce__navi__list5050 .ecommerce__navi__listitem:nth-child(even) {
  max-width: calc(50% - 10px);
}

.ecommerce__pagi {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.ecommerce__btn {
  width: 34px;
  height: 34px;
  background-color: #F0F0F0;
  transition: background-color 0.4s ease-in-out;
}
.ecommerce__btn_next {
  border-radius: 0px 10px 10px 0;
}
.ecommerce__btn_prev {
  border-radius: 10px 0 0 10px;
}
.ecommerce__btn:hover {
  background-color: var(--blue);
}
.ecommerce__btn:hover path {
  fill: var(--white);
}

.ecommerce__pagi .swiper-pagination {
  position: static;
  margin: 0;
  padding: 7px 10px;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--white);
}

.startup__section1 {
  position: relative;
  color: var(--white);
  background-color: #121518;
}
.startup__section1 .main-title {
  color: var(--white);
}
.startup__section1__img {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
  pointer-events: none;
}
.startup__section1__icon {
  margin-left: 60px;
  width: 82px;
  height: 82px;
  background-color: var(--white);
  border-radius: 10px;
}
.startup__section1__text1 {
  position: relative;
  display: block;
  margin-top: 20px;
  max-width: 1136px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  z-index: 9;
}
.startup__section1__title2 {
  position: relative;
  display: block;
  margin-top: 47px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(90deg, #AB83EA 0%, #5D78FF 51.56%, #0162FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 9;
}
.startup__section1__title2 img {
  margin-right: 0px;
  vertical-align: middle;
}
.startup__section1__card1 {
  position: relative;
  margin-top: 40px;
  flex-wrap: wrap;
  z-index: 99;
}
.startup__section1__item1 {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 0 40px 40px 40px;
  background: linear-gradient(-90deg, #0162FF 0%, #5D78FF 51.56%, #AB83EA 100%), #011320;
}
.startup__section1__item1:nth-child(2n) {
  margin-right: 0;
}
.startup__section1__item1_full {
  max-width: 100%;
  margin-right: 0;
}
.startup__section1__item1__text {
  padding-right: 15px;
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.76;
  font-weight: 700;
}
.startup__section1__item1__num {
  min-width: 90px;
  padding: 21px 24px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #8F77E3 0%, #AB83EA 100%), #011320;
  border-radius: 0 0 0 40px;
}
.startup__section1__white {
  display: block;
  padding: 40px 30px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--maincolor);
  border: 1px solid rgba(237, 237, 237, 0.3);
  background-color: var(--white);
}
.startup__section1__white img {
  margin-right: 5px;
  vertical-align: middle;
}
.startup__section2__block1 {
  margin-top: 40px;
}
.startup__section2__block1__img {
  max-width: 230px;
  width: 100%;
}
.startup__section2__block1__info {
  margin-left: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.startup__section2__block1__info strong {
  color: var(--blue);
}
.startup__section2__title {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.startup__section2__title img {
  margin-right: 0px;
  vertical-align: middle;
}
.startup__section2__card2 {
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.startup__section2__item2 {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.startup__section2__item2:nth-child(2n) {
  margin-right: 0;
}
.startup__section2__item2__icon {
  width: 84px;
  height: 100px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(35deg, #022E52 0%, #186493 100%), #011320;
  border-radius: 0 0 0 40px;
}
.startup__section2__item2__text {
  max-width: calc(100% - 94px);
  width: 100%;
  margin-left: 10px;
}
.startup__section2__text3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.startup__section2__text3 img {
  margin-right: 0px;
  vertical-align: middle;
}
.startup__section3 {
  background-color: #E7F3FF;
}
.startup__section3 .container {
  position: relative;
}
.startup__section3__img {
  position: absolute;
  top: 193px;
  right: -163px;
  pointer-events: none;
}
.startup__section3__block1 {
  margin-top: 40px;
}
.startup__section3__block1__img {
  max-width: 490px;
  width: 100%;
}
.startup__section3__block1__right {
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
}
.startup__section3__block1__right__alert {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 30px;
  border-radius: 40px;
  border: 1px solid rgba(237, 237, 237, 0.3);
  background-color: rgba(198, 198, 198, 0.12);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.startup__section3__block1__card {
  max-width: 720px;
  width: 100%;
}
.startup__section3__block1__card_full {
  max-width: 100%;
}
.startup__section3__block1__item1 {
  margin-bottom: 20px;
  line-height: 1.8;
}
.startup__section3__block1__item1 strong {
  color: var(--blue);
}
.startup__section4 {
  overflow: hidden;
}
.startup__section4 .container {
  position: relative;
}
.startup__section4__img1 {
  position: absolute;
  top: 22px;
  right: 0;
}
.startup__section4__img2 {
  position: absolute;
  top: 438px;
  right: -184px;
  z-index: -1;
}
.startup__section4__block1 {
  max-width: 750px;
  width: 100%;
}
.startup__section4__block1__desc {
  margin-top: 40px;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.startup__section4__block1__alert {
  margin: 40px 0;
  display: block;
  padding: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #72C469;
  background-color: #DCEFDC;
}
.startup__section4__block1__alert img {
  vertical-align: middle;
}
.startup__section4__cardlist {
  max-width: 1250px;
  width: 100%;
  flex-wrap: wrap;
}
.startup__section4__cardlist .portal__carditem {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.startup__section4__cardlist .portal__carditem:nth-child(2n) {
  margin-right: 0;
}
.startup__section4__cardlist .portal__cardtext {
  font-size: 19px;
}
.startup__section4__text3 {
  display: block;
  max-width: 1277px;
  width: 100%;
}
.startup__section5 {
  background-color: #ECECEC;
  background-image: url("../images/startup11.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.startup__section5__content {
  max-width: 1010px;
  width: 100%;
}
.startup__section5__text1 {
  display: block;
  margin-top: 40px;
  max-width: 820px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.startup__section5 .startup__section2__title {
  font-size: 20px;
}
.startup__section5__card {
  margin-bottom: 10px;
}
.startup__section5__item {
  margin-bottom: 20px;
  padding: 30px;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.startup__section5__item strong {
  color: var(--blue);
}
.startup__section5__img {
  margin-top: auto;
  padding-bottom: 60px;
  position: relative;
  left: 63px;
}
.startup__section6 {
  color: var(--white);
  background: linear-gradient(106deg, #2655D9 0%, #5786DE 100%);
}
.startup__section6 .main-title {
  color: var(--white);
}
.startup__section6 .container {
  position: relative;
}
.startup__section6__img {
  position: absolute;
  top: 0;
  right: -130px;
  pointer-events: none;
  z-index: 1;
}
.startup__section6__text1 {
  position: relative;
  margin-top: 40px;
  display: block;
  max-width: 870px;
  width: 100%;
  font-size: 20px;
  z-index: 9;
}
.startup__section6 .startup__section2__title {
  font-size: 20px;
}
.startup__section6__item {
  max-width: 750px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.startup__section6__item:nth-child(2n) {
  margin-right: 0;
}
.startup__section6__card {
  position: relative;
  z-index: 9;
}
.startup__section6 .portal__quote {
  padding: 20px;
  margin: 0;
}
.startup__section6 .portal__quote strong {
  color: var(--blue);
}
.startup__section6__alert {
  display: block;
  padding: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: var(--maincolor);
  border-radius: 20px;
  border: 1px solid #22A2D1;
  background-color: #73D7FC;
}
.startup__section6__alert img {
  margin-right: 5px;
  vertical-align: middle;
}
.startup__section7__img {
  display: block;
  margin: -150px auto;
}
.startup__section7__text {
  font-size: 20px;
}
.startup__section7 .portal__quote {
  max-width: 750px;
  width: 100%;
  margin: 40px auto;
  padding: 14px 0;
  text-align: center;
}
.startup__section7 .portal__quote img {
  vertical-align: middle;
}
.startup__section8 {
  background-color: #FAFAFA;
}
.startup__section8__wrapp {
  margin-bottom: 40px;
  margin-top: 40px;
}
.startup__section8__left {
  max-width: 880px;
}
.startup__section8 .main-title {
  position: relative;
}
.startup__section8 .main-title::after {
  content: "";
  position: absolute;
  left: 820px;
  top: 47px;
  width: 146px;
  height: 70px;
  display: block;
  background-image: url(../images/startup16.svg);
}
.startup__section8__right {
  margin-top: 36px;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.startup__section8__right__text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.startup__section8__right .portal__quote {
  padding: 12px 0;
  max-width: 100%;
  text-align: center;
  background-color: #E74C3D;
}
.startup__section8__right .portal__quote img {
  vertical-align: middle;
}
.startup__section8__right__text2 {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.startup__section8__right__text2 p:not(:last-child) {
  margin-bottom: 1.6em;
}
.startup__section9 {
  background: linear-gradient(107deg, #E7318E 0%, #F58848 100%);
}
.startup__section9 .container {
  position: relative;
}
.startup__section9 .main-title {
  color: var(--white);
  text-align: right;
}
.startup__section9__img1 {
  position: absolute;
  right: 17px;
  top: 122px;
  z-index: 1;
  pointer-events: none;
}
.startup__section9__img2 {
  position: absolute;
  left: 22px;
  top: 259px;
  z-index: 1;
  pointer-events: none;
}
.startup__section9__block1 {
  position: relative;
  margin-top: 40px;
  display: block;
  max-width: 1010px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 40px;
  font-size: 20px;
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  border: 1px solid rgba(237, 237, 237, 0.3);
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 9;
}
.startup__section9__block1::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 19px;
  width: 48px;
  height: 48px;
  display: block;
  background-image: url("../images/startup18.svg");
}
.startup__section9__block2 {
  position: relative;
  margin-top: 40px;
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
  z-index: 9;
}
.startup__section9__block2 .portal__quote {
  margin: 0;
  margin-bottom: 30px;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
}
.startup__section9__block2 .portal__quote img {
  vertical-align: middle;
}
.startup__section9__block2__item {
  padding: 30px;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid #E30595;
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.startup__section10 {
  position: relative;
}
.startup__section10::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 291px;
  height: 762px;
  background-image: url("../images/startup20.png");
  z-index: 1;
  pointer-events: none;
}
.startup__section10::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 607px;
  height: 844px;
  background-image: url("../images/startup21.png");
  z-index: 1;
  pointer-events: none;
}
.startup__section10__wrr {
  position: relative;
  max-width: 1270px;
  z-index: 9;
}
.startup__section10__block1 {
  position: relative;
  margin-top: 45px;
  width: 100%;
  padding: 30px 45px;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background: rgba(230, 230, 230, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 9;
}
.startup__section10__block1__img {
  position: absolute;
  right: 4px;
  top: -42px;
  display: block;
  width: 85px;
  height: 68px;
  background-image: url("../images/startup22.svg");
  z-index: 1;
}
.startup__section10 .portal__quote {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 50px;
  background: linear-gradient(-270deg, #E7598F -27.36%, #50C2F7 50.67%, #38D761 127.08%);
  z-index: 9;
}
.startup__section10 .portal__quote img {
  vertical-align: middle;
}
.startup__section10__block2 {
  position: relative;
  margin-top: 45px;
  margin-bottom: 40px;
  z-index: 91;
}
.startup__section10__block2__item {
  margin-bottom: 30px;
}
.startup__section10__block2__icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background-color: var(--maincolor);
  border-radius: 10px;
}
.startup__section10__block2__text {
  margin-left: 20px;
  font-size: 20px;
  color: var(--gray);
}
.startup__section10__block2__card:first-child {
  max-width: 680px;
  width: 100%;
}
.startup__section11 {
  background-color: #F4FCFF;
}
.startup__section11__wrapp {
  margin-top: 40px;
}
.startup__section11__block1 {
  max-width: 880px;
  width: 100%;
}
.startup__section11__right {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.startup__section11__text {
  font-size: 20px;
}
.startup__section11 .portal__quote {
  padding: 12px 0;
  text-align: center;
}
.startup__section11 .portal__quote img {
  vertical-align: middle;
}
.startup__section11__card {
  margin-top: 40px;
  flex-wrap: wrap;
}
.startup__section11__item {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  padding-right: 40px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.9);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.startup__section11__item:nth-child(2n) {
  margin-right: 0;
}
.startup__section11__item_full {
  max-width: 100%;
  margin-right: 0;
}
.startup__section11__alert {
  padding: 30px 77px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid #0087D4;
  background-color: var(--blue);
}
.startup__section12 {
  background-color: #F9F9F9;
}
.startup__section12__top {
  position: relative;
  max-width: 1016px;
  width: 100%;
  z-index: 9;
}
.startup__section12 .container {
  position: relative;
}
.startup__section12__img2 {
  position: relative;
  z-index: 99;
}
.startup__section12__img {
  position: absolute;
  right: 5px;
  top: -39px;
  z-index: 1;
  pointer-events: none;
}
.startup__section12__alert {
  display: block;
  padding: 30px;
  padding-right: 100px;
  margin-top: 40px;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 22px 0px rgba(27, 113, 222, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.startup__section12__wrapp2 {
  margin-top: 40px;
  align-items: flex-start;
}
.startup__section12 .portal__quote {
  max-width: 488px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 0;
}
.startup__section12 .portal__quote img {
  vertical-align: middle;
}
.startup__section12__card2 {
  max-width: 750px;
  width: 100%;
}
.startup__section12__img2 {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}
.startup__section12__item3 .portal__quote {
  max-width: 100%;
  margin: 0;
  padding: 18px 20px;
  margin-bottom: 30px;
  text-align: left;
  background-color: var(--blue);
}
.startup__section12__alert2 {
  background: linear-gradient(-90deg, #1673C2 0%, #68A4D6 51.56%, #93C4EC 100%), #011320;
  border-radius: 0 40px 40px 40px;
}
.startup__section12__alert2__icon2 {
  width: 84px;
  height: 100px;
  border-radius: 0 0 0 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #1673C2 0%, #68A4D6 51.56%, #93C4EC 100%), linear-gradient(90deg, #8F77E3 0%, #AB83EA 100%), #011320;
}
.startup__section12__alert2__text {
  margin-left: 20px;
  padding-right: 55px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}

.ecommerce__navi__list2 .ecommerce__navi__listitem:before {
  display: none;
}

.ecommerce__topleft {
  position: relative;
}

.ecommerce__topleft__image {
  position: absolute;
  right: 0;
  top: -47px;
}

.ecommerce__topleft__image2 {
  position: absolute;
  right: 0;
  top: -90px;
}

.site {
  overflow: hidden;
}
.site img {
  vertical-align: middle;
}
.site__block1__left {
  max-width: 620px;
  width: 100%;
}
.site__block1__right {
  max-width: 875px;
  width: 100%;
  margin-left: auto;
}
.site__block1__text1 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 600;
}
.site__block1__quote {
  display: block;
  padding: 30px 0;
  margin: 40px 0 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  background: linear-gradient(-90deg, #069DD4 0%, #5C83C4 51.56%, #D662AA 100%), #011320;
  border-radius: 0px 40px 40px 40px;
}
.site__block1__quote img:first-child {
  margin-right: 20px;
}
.site__block1__item {
  max-width: calc(50% - 15px);
  width: 100%;
}
.site__block1__item:last-child {
  margin-left: auto;
}
.site__block1__block2 {
  margin-bottom: 20px;
}
.site__block1__block2__card {
  margin-top: 40px;
}
.site__block1__block2__item {
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #CAA5FF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  background: linear-gradient(90deg, #069DD4 0%, #5C83C4 51.56%, #D662AA 100%), #9954FF;
  box-shadow: -13px 12px 20px rgba(207, 12, 255, 0.3);
}
.site__block1__block2__item:not(:last-child) {
  margin-bottom: 42px;
}
.site__block1__block3 {
  display: block;
  padding: 40px 30px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border: 1px solid rgba(237, 237, 237, 0.3);
  background-color: var(--maincolor);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks2 {
  background-color: #FAFAFA;
}
.site__blocks2 .container {
  position: relative;
}
.site__blocks2__img {
  position: absolute;
  right: -441px;
  top: -87px;
}
.site__blocks2__alert {
  display: block;
  margin-top: 49px;
  padding: 20px;
  padding-right: 140px;
  max-width: 1140px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
  border-radius: 20px;
  border: 1px solid #A0C8FC;
  background-color: #E7F3FF;
}
.site__blocks2__left {
  margin-top: 35px;
  max-width: 530px;
  width: 100%;
}
.site__blocks2__right {
  max-width: 1010px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
}
.site__blocks2__titles {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.site__blocks2__item {
  padding: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks2__item:not(:last-child) {
  margin-bottom: 10px;
}
.site__blocks2__quotemini {
  display: block;
  padding: 20px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--maincolor);
  border-radius: 0 40px 40px 40px;
}
.site__blocks3 {
  background-color: #E7F3FF;
  background-image: url("../images/site6.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site__blocks3__img {
  display: block;
  margin: 60px 0 30px;
  text-align: center;
}
.site__blocks3__alert {
  position: relative;
  display: block;
  padding: 30px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
.site__blocks3__alert span {
  position: relative;
  z-index: 9;
}
.site__blocks3__alert::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.4;
  border: 1px solid #B19BFF;
  background: linear-gradient(90deg, #069DD4 0%, #5C83C4 51.56%, #D662AA 100%), #9954FF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
}
.site__blocks3 .portal__quote {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.site__blocks3__card {
  margin-top: 40px;
  flex-wrap: wrap;
}
.site__blocks3__item {
  padding: 30px;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  font-size: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks3__item:nth-child(2n) {
  margin-right: 0;
}
.site__blocks4 {
  background-color: var(--maincolor);
  background-image: url("../images/site9.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site__blocks4__image {
  max-width: 490px;
  width: 100%;
}
.site__blocks4__right {
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
}
.site__blocks4__right .main-title {
  color: var(--white);
  text-align: right;
}
.site__blocks4__text1 {
  margin-top: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}
.site__blocks4 .portal__quote {
  padding: 12px 0;
  color: var(--maincolor);
  text-align: center;
  font-weight: 700;
  background-color: var(--white);
}
.site__blocks4__card {
  flex-wrap: wrap;
}
.site__blocks4__item {
  padding: 30px;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  font-size: 20px;
  color: var(--white);
  border: 1px solid #CB3599;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks4__item strong {
  color: #CB3599;
}
.site__blocks4__item:nth-child(2n) {
  margin-right: 0;
}
.site__blocks4__alert {
  display: block;
  padding: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks5 .main-title {
  font-size: 76px;
}
.site__blocks5 .main-title span {
  padding: 14px 38px;
  color: var(--white);
  border-radius: 100px;
  background-color: #0069B2;
}
.site__blocks5__wrapp {
  margin-top: 60px;
}
.site__blocks5__img {
  max-width: 880px;
  width: 100%;
}
.site__blocks5__right {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.site__blocks5__text1 {
  font-size: 14px;
}
.site__blocks5__alert {
  padding: 12px 0;
  display: block;
  margin: 30px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 20px;
  text-align: center;
  background-color: #0069B2;
}
.site__blocks5__item {
  margin-bottom: 40px;
  font-size: 20px;
}
.site__blocks5__item_50 {
  max-width: calc(50% - 15px);
}
.site__blocks5__item_50:last-child {
  margin-left: auto;
}
.site__blocks5 .site__blocks2__quotemini {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.site__blocks6 {
  background-color: #FAFAFA;
}
.site__blocks6__left {
  max-width: 880px;
  width: 100%;
}
.site__blocks6__alert {
  margin-top: 40px;
  padding: 30px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: #E7F3FF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks6__right {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.site__blocks6__right__img {
  display: block;
  position: relative;
}
.site__blocks6__right__icon {
  position: absolute;
  left: 0;
  bottom: -14px;
  padding: 27px;
  border-radius: 0px 40px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 12px 0px rgba(7, 159, 245, 0.2);
}
.site__blocks6__blue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 750px;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  color: var(--white);
  border-radius: 20px;
  text-align: center;
  border: 1px solid #01B9F1;
  background-color: var(--blue);
}
.site__blocks7 {
  position: relative;
  color: var(--white);
  background-color: #00001A;
}
.site__blocks7 .main-title {
  width: -moz-max-content;
  width: max-content;
  color: var(--white);
}
.site__blocks7__img {
  position: absolute;
  right: -210px;
  top: -76px;
  pointer-events: none;
}
.site__blocks7 .container {
  position: relative;
}
.site__blocks7::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  width: 691px;
  height: 1176px;
  background-image: url("../images/site13.png");
  pointer-events: none;
  z-index: 1;
}
.site__blocks7__top {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.site__blocks7__top::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -39px;
  display: block;
  width: 74px;
  height: 74px;
  background-image: url("../images/site15.png");
}
.site__blocks7__text1 {
  position: relative;
  display: block;
  margin-top: 40px;
  max-width: 1021px;
  width: 100%;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--white);
  z-index: 9;
}
.site__blocks7__title1 {
  position: relative;
  display: block;
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(90deg, #0094C0 0%, #F1D101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 9;
}
.site__blocks7__el1 {
  position: relative;
  max-width: 1021px;
  display: block;
  width: 100%;
  padding: 30px;
  padding-right: 140px;
  border-radius: 20px;
  color: var(--white);
  font-size: 20px;
  border: 1px solid #FFF000;
  background: rgba(255, 241, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 9;
}
.site__blocks7__el1 strong {
  color: #FEEF00;
}
.site__blocks7__card2 {
  position: relative;
  margin-top: 10px;
  z-index: 9;
}
.site__blocks7__item2 {
  margin-bottom: 10px;
  padding: 30px;
  font-size: 20px;
  border: 1px rgba(2, 146, 191, 0.5) solid;
  border-radius: 20px;
  background-color: rgba(2, 146, 191, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks7__item2 strong {
  color: #FFF001;
}
.site__blocks7__alert2 {
  margin-top: 40px;
  display: block;
  padding: 30px;
  font-size: 20px;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid #FFF000;
  background: linear-gradient(90deg, rgba(0, 148, 192, 0.5) 0%, rgba(241, 209, 1, 0.5) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks8__icon {
  position: absolute;
  right: -38px;
  top: -32px;
}
.site__blocks8__top {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.site__blocks8__top .main-title {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.site__blocks8__left {
  max-width: 620px;
  width: 100%;
}
.site__blocks8__left__title1 {
  display: block;
  margin-top: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.site__blocks8__left__title1 strong {
  color: var(--blue);
}
.site__blocks8__img {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.site__blocks8 .portal__quote {
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  text-align: center;
}
.site__blocks8__item {
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 40px;
  border: 1px solid #EFEFEF;
  background-color: #FAFAFA;
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.site__blocks8__item__icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  border: 1px solid #EDEDED;
}
.site__blocks8__item__title {
  margin-left: 20px;
  font-size: 20px;
}
.site__blocks8__item__body {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray);
}
.site__blocks8__item__stroke path {
  transition: stroke 0.4s ease-in-out;
}
.site__blocks8__item__fill path {
  transition: fill 0.4s ease-in-out;
}
.site__blocks8__item:hover {
  color: var(--white);
  background-color: var(--maincolor);
}
.site__blocks8__item:hover .site__blocks8__item__stroke path {
  stroke: var(--white);
}
.site__blocks8__item:hover .site__blocks8__item__fill path {
  fill: var(--white);
}
.site__blocks8__item2 {
  max-width: calc(33% - 15px);
  width: 100%;
  margin-right: 30px;
}
.site__blocks8__card3  {
  align-items: normal;
}
.site__blocks8__item2:nth-child(2n) {
  margin: 0 30px 20px;
}
.site__blocks8__end__icon {
  width: 84px;
  height: 84px;
  background-color: rgba(62, 128, 202, 0.1);
  border-radius: 100px;
}
.site__blocks8__end__text {
  margin-left: 20px;
  font-size: 20px;
  color: var(--gray);
}
.site__blocks9 {
  position: relative;
  background-color: #E7F3FF;
}
.site__blocks9 .main-title {
  font-size: 80px;
}
.site__blocks9 .container {
  position: relative;
  z-index: 10;
}
.site__blocks9__bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1384px;
  background-image: url("../images/site19.png");
  z-index: 1;
}
.site__blocks9__img {
  position: relative;
  display: block;
  margin-top: 22px;
}
.site__blocks9__alert {
  margin: 80px auto 40px;
  display: block;
  padding: 40px 110px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 22px 0px rgba(27, 113, 222, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks9__alert2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  max-width: 750px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  border: 1px solid #01B9F1;
  background-color: #079FF5;
}
.site__blocks9__card {
  margin-top: 80px;
  max-width: 1270px;
  width: 100%;
  flex-wrap: wrap;
}
.site__blocks9__item {
  padding: 30px 20px;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  color: #898989;
  font-size: 14px;
  border-radius: 40px;
  border: 1px solid #EFEFEF;
  background-color: var(--white);
}
.site__blocks9__item span {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--maincolor);
}
.site__blocks9__item:nth-child(2n) {
  margin-right: 0;
}
.site__blocks9__img2 {
  margin-left: auto;
}
.site__blocks9__end {
  display: block;
  margin-top: 66px;
  padding: 40px 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 22px 0px rgba(27, 113, 222, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.site__blocks10 .main-title {
  font-size: 82px;
}
.site__blocks10__left {
  max-width: 630px;
  width: 100%;
}
.site__blocks10__img {
  max-width: calc(100% - 650px);
  width: 100%;
  margin-left: auto;
}
.site__blocks10__alert {
  margin-top: 30px;
  display: block;
  padding: 30px;
  background-color: var(--maincolor);
  border-radius: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
}
.site__blocks10__alert strong {
  color: var(--blue);
}
.site__blocks10 .portal__quote {
  display: block;
  margin-bottom: 30px;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  background-color: var(--blue);
}
.site__blocks10__item {
  margin-bottom: 30px;
}
.site__blocks10__alert2 {
  display: block;
  margin-top: 60px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.site__blocks11 {
  position: relative;
  background-color: #011320;
}
.site__blocks11::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1026px;
  background-image: url("../images/site22.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.site__blocks11 .container {
  position: relative;
  z-index: 9;
}
.site__blocks11 .main-title {
  color: var(--white);
}
.site__blocks11__img {
  display: block;
  text-align: center;
  margin: 20px auto 40px;
}
.site__blocks11__title1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.site__blocks11__title1 strong {
  color: #B70E1E;
}
.site__blocks11__title2 {
  padding: 20px 0;
  max-width: 750px;
  width: 100%;
  display: block;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(90deg, #B70E1E 0%, #DA3343 100%);
}
.site__blocks11__card {
  flex-wrap: wrap;
}
.site__blocks11__item {
  max-width: calc(50% - 15px);
  width: 100%;
  padding: 30px 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 40px;
  border: 1px solid #EFEFEF;
  background-color: #FAFAFA;
}
.site__blocks11__item:nth-child(2n) {
  margin-right: 0;
}
.site__blocks11__alert2 {
  margin-top: 10px;
  display: block;
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid #DA3343;
  background-color: rgba(184, 15, 31, 0.4);
}
.site__blocks12__img {
  margin-left: auto;
}
.site__blocks12__wrapp {
  margin-top: 20px;
}
.site__blocks12__left {
  max-width: 880px;
  width: 100%;
}
.site__blocks12__right {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.site__blocks12__right p:not(:last-child) {
  margin-bottom: 2em;
}
.site__blocks12__item {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.site__blocks12__end {
  display: block;
  margin-top: 30px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}

.otherproject__card2 {
  align-items: normal;
}

.otherproject__item2 {
  min-height: 0;
}

.page404 {
  padding-top: 160px;
}
.page404 .main-title {
  padding: 0 100px;
  text-align: center;
}
.page404__img {
  display: block;
  margin: 52px auto 60px;
}
.page404__href {
  margin-bottom: 100px;
  padding: 15px 0;
  max-width: 620px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 0 40px 40px 40px;
  transition: background-color 0.4s ease-in-out;
}
.page404__href:hover {
  background-color: var(--blue_hover);
}

.software_development img {
  vertical-align: middle;
}
.software_development__text1 {
  display: block;
  margin-top: 40px;
  padding: 30px;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background: rgba(230, 230, 230, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.software_development__wrapp {
  margin-top: 30px;
}
.software_development__left {
  max-width: calc(100% - 390px);
  width: 100%;
}
.software_development__title1 {
  display: block;
  padding: 45px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: var(--white);
  border: 1px solid #EDEDED;
  background-color: #FCB72C;
}
.software_development__card1 {
  margin-top: 40px;
}
.software_development__item1 {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(0deg, #74C7CF 0%, #74C7CF 100%), linear-gradient(180deg, #FCB72C 0%, #F9AF1A 100%), linear-gradient(90deg, #069DD4 0%, #5C83C4 51.56%, #D662AA 100%), #9954FF;
}
.software_development__title2 {
  margin-top: 60px;
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.software_development__img {
  margin-left: auto;
}

.bots .container {
  position: relative;
}
.bots__img {
  position: absolute;
  right: 0;
  bottom: -33px;
}
.bots img {
  vertical-align: middle;
}
.bots__block1 {
  padding-top: 0;
}
.bots__block1__wrapp {
  margin-top: 40px;
}
.bots__block1__left {
  max-width: 360px;
  width: 100%;
}
.bots__block1__right {
  max-width: calc(100% - 400px);
  width: 100%;
  margin-left: auto;
}
.bots__block1__text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.bots__block1__title2 {
  margin-top: 40px;
  display: block;
  padding: 40px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  background-color: var(--maincolor);
  border: 1px solid #EDEDED;
}
.bots__block2__card {
  margin-top: 0px;
  flex-wrap: wrap;
}
.bots__block2__item {
  padding: 33px 20px;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid rgba(237, 237, 237, 0.9);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.bots__block2__item:nth-child(2n) {
  margin-right: 0;
}
.bots__block3 {
  max-width: 1127px;
  width: 100%;
  margin-top: 50px;
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.bots__block4 {
  background-color: #FAFAFA;
}
.bots__block4__left {
  max-width: 880px;
  width: 100%;
}
.bots__block4__right {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.bots__block4__wrapp {
  margin-top: 40px;
}
.bots__block4__text3 {
  font-size: 30px;
  font-weight: 600;
}
.bots__block4 .portal__quote {
  padding: 12px 0;
  font-weight: 600;
  text-align: center;
  background-color: #5479F7;
}
.bots__card4 {
  margin-top: 50px;
}
.bots__item4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--gray);
}
.bots__item4__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background-color: #5479F7;
  flex-shrink: 0;
}
.bots__item4__text {
  margin-left: 20px;
}
.bots__big {
  margin-top: 40px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}

.ecommerce__topleft__image3 {
  position: absolute;
  right: -33px;
  bottom: -6px;
  top: auto;
}

.dev__sections1__wrapp {
  margin-top: 40px;
}
.dev__sections1__text {
  max-width: 456px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.dev__sections1__title1 {
  margin: 30px 0 40px;
  display: block;
  padding: 45px 0;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  border: 1px solid #EDEDED;
  background: linear-gradient(90deg, #6433F3 0%, #F3744E 100%);
}
.dev__sections1__item {
  align-items: normal;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.dev__sections1__item:nth-child(2n) {
  margin-right: 0;
}
.dev__sections1__card {
  flex-wrap: wrap;
  align-items: normal;
}
.dev__sections1__icon {
  width: 84px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(90deg, #6433F3 0%, #F3744E 100%), linear-gradient(35deg, #022E52 0%, #186493 100%), #011320;
  border-radius: 0 0 0 40px;
}
.dev__sections1__texts {
  padding: 30px 0;
  max-width: calc(100% - 94px);
  width: 100%;
  margin-left: auto;
}
.dev__sections1__big {
  display: block;
  margin-top: 50px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.dev__sections2 {
  background-color: var(--blue);
  background-image: url("../images/dev5.png?1");
  background-position: top right;
  background-repeat: no-repeat;
}
.dev__sections2 .main-title {
  color: var(--white);
}
.dev__sections2__title {
  max-width: 536px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.dev__sections2__vk {
  margin-top: 30px;
  padding: 10px 60px;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
  background-color: var(--white);
  border-radius: 40px;
}
.dev__sections2__right {
  max-width: calc(100% - 536px);
  width: 100%;
  padding: 30px 20px;
  color: var(--white);
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections2__wrapp {
  align-items: flex-end;
}
.dev__sections2__quote {
  margin: 40px 0;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  background-color: #038FDF;
  border: 1px solid #48BDFF;
  filter: drop-shadow(0px 0px 20px #0AA6FF);
  border-radius: 0 0 0 20px;
}
.dev__sections2__card {
  flex-wrap: wrap;
}
.dev__sections2__item {
  max-width: calc(33% - 15px);
  width: 100%;
  margin-right: 30px;
  padding: 20px;
  padding-right: 40px;
  color: var(--white);
  background-color: var(--maincolor);
  border-radius: 0 40px 40px 40px;
}
.dev__sections2__item:nth-child(3n) {
  margin-right: 0;
}
.dev__sections2__quote2 {
  margin-top: 40px;
  display: block;
  padding: 40px 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 40px;
  background-color: var(--white);
}
.dev__sections3 .container {
  position: relative;
}
.dev__sections3__img {
  position: absolute;
  right: -78px;
  top: 0;
}
.dev__sections3__wrapp {
  max-width: 1010px;
  width: 100%;
}
.dev__sections3__text {
  max-width: 880px;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.dev__sections3__title {
  display: block;
  margin-bottom: 40px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.dev__sections3__item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.9);
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections3__item:not(:last-child) {
  margin-bottom: 10px;
}
.dev__sections3 .portal__quote {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 116px;
  padding: 18px 0;
  font-weight: 700;
  text-align: center;
}
.dev__sections3__card2 {
  margin-top: 40px;
}
.dev__sections3__item2 {
  padding: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.9);
  background-color: #87A3A7;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections3__item2:not(:last-child) {
  margin-bottom: 20px;
}
.dev__sections3__quote {
  display: block;
  margin-top: 40px;
  padding: 40px 30px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border: 1px solid rgba(237, 237, 237, 0.3);
  background-color: var(--maincolor);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections4 {
  background-color: var(--colorFA);
}
.dev__sections4 img {
  vertical-align: middle;
}
.dev__sections4 .main-title {
  text-align: center;
}
.dev__sections4__wrapp {
  margin-top: 30px;
}
.dev__sections4__left {
  max-width: 490px;
  width: 100%;
}
.dev__sections4__right {
  position: relative;
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
}
.dev__sections4__rightimg {
  position: absolute;
  top: 0;
  right: 0;
}
.dev__sections4__righttop {
  max-width: 630px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections4__righttop strong {
  color: #EAC526;
}
.dev__sections4 .portal__cardlist {
  margin-top: 40px;
}
.dev__sections4 .portal__cardtitle {
  background-color: #EAC526;
  color: var(--white);
}
.dev__sections4 .portal__carditem:hover .portal__cardtitle {
  background-color: #E0BB19;
}
.dev__sections4__quote {
  margin-top: 40px;
  display: block;
  padding: 30px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 20px;
  background: linear-gradient(90deg, #EAC526 0%, #FFA523 100%), #9954FF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections5 {
  color: var(--white);
  background-color: var(--maincolor);
}
.dev__sections5 img {
  vertical-align: middle;
}
.dev__sections5 .main-title {
  text-align: center;
  color: var(--white);
}
.dev__sections5__left {
  max-width: 620px;
  width: 100%;
}
.dev__sections5__wrapp {
  margin-top: 40px;
}
.dev__sections5__right {
  margin-top: 20px;
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.dev__sections5__text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections5__text1 strong {
  color: #CEB7A2;
}
.dev__sections5__text2 {
  display: block;
  margin: 40px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.dev__sections5__quote {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
  text-align: center;
  background-color: #CEB7A2;
  border-radius: 0 40px 40px 40px;
}
.dev__sections5 .portal__cardlist {
  margin-top: 40px;
}
.dev__sections5 .portal__cardtitle {
  padding: 10px 0;
  background-color: #D2C8C5;
}
.dev__sections5 .portal__carditem:hover .portal__cardtitle {
  background-color: #C5BCB9;
}
.dev__sections5 .portal__carditem:hover .portal__cardtext {
  color: var(--white);
}
.dev__sections5__end {
  display: block;
  margin-top: 60px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.dev__sections6 {
  position: relative;
}
.dev__sections6 .container {
  position: relative;
}
.dev__sections6__img {
  position: absolute;
  right: 0;
  top: 80px;
}
.dev__sections6 img {
  vertical-align: middle;
}
.dev__sections6__block1 {
  max-width: 620px;
  width: 100%;
}
.dev__sections6__text {
  display: block;
  margin: 40px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections6__text span {
  color: #6D6CF8;
}
.dev__sections6 .portal__cardtitle {
  background-color: var(--blue);
}
.dev__sections6 .portal__carditem:hover .portal__cardtitle {
  background-color: var(--blue_hover);
}
.dev__sections6 .portal__carditem:first-child {
  max-width: 542px;
  width: 100%;
}
.dev__sections6__quote {
  display: block;
  margin-top: 40px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.dev__sections7 {
  background: linear-gradient(106deg, #FC2742 0%, #830011 100%);
}
.dev__sections7 img {
  vertical-align: middle;
}
.dev__sections7__wrapp {
  max-width: 750px;
  width: 100%;
  color: var(--white);
}
.dev__sections7 .container {
  position: relative;
}
.dev__sections7__img {
  position: absolute;
  right: 0;
  top: 0;
}
.dev__sections7 .main-title {
  color: var(--white);
}
.dev__sections7__text1 {
  display: block;
  margin: 50px 0 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--white);
}
.dev__sections7 .portal__quote {
  width: -moz-max-content;
  width: max-content;
  padding: 15px 20px;
  font-weight: 700;
}
.dev__sections7__card {
  margin-top: 30px;
}
.dev__sections7__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.dev__sections7__item:not(:last-child) {
  margin-bottom: 15px;
}
.dev__sections7__quote {
  padding: 30px 20px;
  display: block;
  margin-top: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections8 img {
  vertical-align: middle;
}
.dev__sections8 .main-title {
  text-align: center;
}
.dev__sections8__img1 {
  display: block;
  margin: 40px 0 70px;
  text-align: center;
}
.dev__sections8__img2 {
  margin-bottom: 40px;
}
.dev__sections8__img2 img {
  border-radius: 40px;
}
.dev__sections8__text1 {
  display: block;
  margin: 40px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections8 .portal__quote {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
}
.dev__sections8__wrapps {
  align-items: flex-start;
}
.dev__sections8__card {
  margin: 40px 0;
  flex-wrap: wrap;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.dev__sections8__card:nth-child(2n) {
  margin-right: 0;
}
.dev__sections8__item {
  margin-bottom: 30px;
}
.dev__sections8__icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 10px;
  background-color: #00018F;
}
.dev__sections8__text {
  margin-left: auto;
  max-width: calc(100% - 68px);
  width: 100%;
  font-size: 20px;
  color: var(--gray);
}
.dev__sections8__end {
  display: block;
  padding: 30px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background-color: rgba(0, 1, 143, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dev__sections9 {
  background-color: var(--colorFA);
}
.dev__sections9 img {
  vertical-align: middle;
}
.dev__sections9__top {
  max-width: 1045px;
  width: 100%;
  display: block;
}
.dev__sections9__left {
  max-width: 880px;
  width: 100%;
}
.dev__sections9__right {
  margin: -40px 0;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
.dev__sections9 .portal__quote {
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, #0EBCC3 0%, #8BE45A 100%);
}
.dev__sections9__titles {
  display: block;
  margin: 40px 0 30px;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections9__item {
  padding: 20px;
  color: var(--white);
  border-radius: 0px 40px 40px 40px;
  background: linear-gradient(0deg, #6D67F9 0%, #6D67F9 100%), linear-gradient(270deg, #0EBCC3 0%, #8BE45A 100%);
}
.dev__sections9__item:not(:last-child) {
  margin-bottom: 20px;
}
.dev__sections9__end {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.dev__sections10 {
  color: var(--white);
  background-color: var(--maincolor);
}
.dev__sections10 img {
  vertical-align: middle;
}
.dev__sections10 .main-title {
  color: var(--white);
}
.dev__sections10__top {
  max-width: 1046px;
  width: 100%;
  display: block;
}
.dev__sections10__wrapper {
  margin: 60px 0 40px;
}
.dev__sections10__img {
  max-width: 620px;
  width: 100%;
}
.dev__sections10__img img {
  border-radius: 40px;
}
.dev__sections10__right {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
}
.dev__sections10__text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.dev__sections10__text2 {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
}
.dev__sections10__card {
  position: relative;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
  z-index: 9;
}
.dev__sections10__item {
  max-width: 620px;
  width: 100%;
  padding: 30px 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 40px;
  font-size: 14px;
  color: var(--gray);
  border: 1px solid #EFEFEF;
  background-color: var(--white);
}
.dev__sections10__item span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--maincolor);
}
.dev__sections10__item:nth-child(2n) {
  margin-right: 0;
}
.dev__sections10__item_last {
  max-width: 880px;
  width: 100%;
  font-size: 20px;
  flex-shrink: 0;
}
.dev__sections10 .container {
  position: relative;
}
.dev__sections10__img2 {
  position: absolute;
  top: 484px;
  right: -28px;
  z-index: 2;
}

.dev__sections10__22,
.dev__sections9__mob {
  display: none;
}

.langs {
  position: relative;
  margin-right: 50px;
}

.langs__head {
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.4s ease-in-out;
  cursor: pointer;
}

.langs__head  svg path{
  transition: fill 0.4s ease-in-out;
}
.langs_active .langs__head ,
.langs:hover .langs__head {
  border-color: var(--blue);
}
.langs_active .langs__head svg path ,
.langs:hover .langs__head svg path {
  fill: var(--blue)
}

.langs__body {
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  flex-direction: column;
  width: 234px;
  padding: 20px 28px;
  border-radius: 10px;
  border: 1px solid rgba(7, 159, 245, 0.20);
  background-color: #011320;
  transform: scale(0);
  pointer-events: none;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
}


.langs:hover::before {
  content: '';
  height: 37px;
  display: block;
  width: 231px;
  right: 0;
  position: absolute;
  bottom: -11px;
  cursor: pointer;
}

.langs:hover .langs__body,
.langs__body_active {
  transform: scale(1);
  pointer-events: all;
  overflow: visible;
}

.langs__title {
  color: rgba(255, 255, 255, 0.20);
  font-size: 14px;
  font-weight: 500;
}

.langs__card {
  margin-top: 15px;
}

.langs__item {
  margin-bottom: 15px;
}

.langs__href {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: color 0.4s ease-in-out;
}

.langs__href:hover,
.langs__href_active {
  color: var(--blue);
}

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

.language_ch .dev__sections7__img {
  display: none;
}

.language_ch .site__blocks5__img {
  margin-bottom: 30px;
}

.privacy_policy{
  padding-top: 100px;
  background-color: #FAFAFA;
  padding-bottom: 40px;
}

.privacy_policy__h1 {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-bottom: 70px;
  font-size: 84px;
  font-style: normal;
  font-weight: 600;
}

.language_en .privacy_policy__h1 {
  max-width: 300px;
}

.privacy_policy__h1_full {
  max-width: 100%!important;
}

.privacy_policy__heading {
  margin-bottom: 42px;
  padding: 70px 0;
  background-color: #ECF2FA;
}

.privacy_policy__title {
  display: block;
  margin-bottom: 25px;
  color: #181A1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.privacy_policy__title_gray {
  color: #898989;
}

.privacy_policy__blue {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.privacy_policy a {
  color: var(--blue);
  transition: color 0.4s ease-in-out;
}

.privacy_policy a:hover {
  color: var(--blue_hover);
}

.privacy_policy__p {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.privacy_policy__right,
.privacy_policy__img,
.privacy_policy__left {
  max-width: 750px;
  width: 100%;
}
.privacy_policy__right,
.privacy_policy__img {
  margin-left: auto;
}

.privacy_policy__img img{
  border-radius: 60px;
}

.privacy_policy__p:not(:last-child) {
  margin-bottom: 18px;
}

.privacy_policy__card {
  margin: 18px 0 30px;
  color: #898989;
  font-size: 12px;
}
.privacy_policy2 {
  display: block;
  margin-top: 40px;
}
.privacy_policy2 img {
  border-radius: 40px;
}

.privacy_policy__card li:not(:last-child) {
  margin-bottom: 8px;
}

.privacy_policy__card li {
  position: relative;
  margin-left: 15px;
}
.privacy_policy__card li::after {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 6px;
  width: 4px;
  height: 4px;
  background-color: var(--blue);
  border-radius: 100%;
}

.dev_ios_android__header {
  height: 810px;
  background-color: #ECF2FA;
}

.dev_ios_android__headerleft {
  margin-left: -200px;
}

.dev_ios_android__headercenter {
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
}

.dev_ios_android__title {
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.dev_ios_android__descr {
  display: block;
  margin-top: 34px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.dev_ios_android__headerright {
  display: flex;
  align-items:  flex-end;
  height: 810px;
  position: relative;
}


.dev_ios_android__headerright img:last-child {
  margin-top: auto;
}

.dev_ios_android__headerrightimg {
  position: absolute;
  top: 64px;
  left: 0;
}

.dev_ios_android__section1__right {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.dev_ios_android__section1 {
  padding-top: 170px;
}

.dev_ios_android__section1__right {
  text-align: left;
}

.dev_ios_android__section1 .dev_ios_android__section1__right .dev_ios_android__title,
.dev_ios_android__section1 .dev_ios_android__section1__right .dev_ios_android__descr {
  text-align: right;
}

.dev_ios_android__section2 {
  margin-top: 10px;
  padding: 30px 0;
 background-color:  #FAFAFA;
}


.dev_ios_android__section2 .dev_ios_android__title,
.dev_ios_android__section2 .dev_ios_android__descr {
  text-align: left;
}

.dev_ios_android__section3 {
  padding-top: 70px;
}

.dev_ios_android__section4{
  background-color: #01163C;
}

.dev_ios_android__section4 .dev_ios_android__section1__right{
  max-width: 460px;
  width: 100%;
  color: var(--colorFA);
  font-size: 90px;
font-style: normal;
font-weight: 600;
}

.devhome {
  padding: 77px 0;
  background-color: #ECF2FA;
}

.devhome__descr {
  max-width: 520px;
  width: 100%;
  flex-direction: column;
}

.devhome__btn {
  width: max-content;
  margin-top: 40px;
  padding: 16px 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: #079FF5;
}

.devhome__img {
  max-width: calc(100% - 580px);
  width: 100%;
  margin-left: auto;
}

.devhome__text {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.devhome__title {
  margin-bottom: 20px;
  color: #011320;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
}

.supported_platforms__block1left {
  max-width: 650px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.supported_platforms__block1left span {
  color: var(--blue);
}

.supported_platforms__block1img {
  margin-left: auto;
}

.supported_platforms__btn {
  margin-left: auto;
  padding: 0 40px;
  border-radius: 0px 10px 10px 0px;
  background-color: var(--blue);
}

.supported_platforms__block1 {
  padding: 48px 0;
  background-color: #FAFAFA;
}

.supported_platforms__input {
  height: 54px;
  padding-left: 25px;
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: normal;
  background-color: transparent;
  outline: none;
}

.supported_platforms__form {
  margin-top: 40px;
  max-width: 520px;
  height: 54px;
  width: 100%;
  border-radius: 10px;
  align-items: unset;
  border: 1px solid #898989;
  background-color: #FAFAFA;
}

.supported_platforms__block2 {
  margin-top: 80px;
}

.supported_platforms__sub {
  display: block;
  margin-top: 22px;
  margin-bottom: 60px;
  color: #898989;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.supported_platforms__card {
  justify-content: space-between;
}

.supported_platforms__item {
  max-width: 360px;
  width: 100%;
  height: 90px;
  margin-bottom: 46px;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  background-color: #FAFAFA;
  transition: outline 0.4s ease-in-out;
  cursor: pointer;
}

.supported_platforms__item_active,
.supported_platforms__item:hover {
  outline: 1px #898989 solid;
}

.footer__sitemap {
  align-items: flex-start;
  padding: 0 160px;
  width: 100%;
  justify-content: space-between;
}

.footer__wrapp .logo {
  flex-shrink: 0;
}

.footer__sitemapitem__title {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.footer__sitemapitem:not(:last-child) {
  margin-bottom: 18px;
}

.footer__sitemaphref {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
}

.footer__sitemaphref:hover {
  color: #ccc;
}

.footer__sitemaall {
  margin-top: 13px;
  padding: 4px 8px;
  width: max-content;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  background-color: #002D49;
  transition: background-color 0.4s ease-in-out;
}

.footer__sitemaall:hover {
  background-color: var(--blue);
}

.footer__right {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width:600px) {
  .language_en .leeds__block1__card {
    margin-bottom: 166px;
  }
  .language_ch .leeds__block1 {
    min-height: 956px;
  }



}


.privacy_policy__wrapp  {
  align-items: flex-start;
}

@media screen and (max-width: 1440px) {

  .footer__sitemap {
    padding: 0 60px;
  }

  .dev_ios_android__section2,
  .dev_ios_android__section1  {
    padding: 0 20px;
  }
 
  .devhome__img {
    max-width: 100%;
  }

  .privacy_policy__right, .privacy_policy__img, .privacy_policy__left {
    max-width: calc(50% - 30px);
  }


  .about_us__companyinfo__item:nth-child(1), .about_us__companyinfo__item:nth-child(4) {
    max-width: 30%;
}

.about_us__companyinfo__item {
  max-width: 25%;
}

  .prices__grid {
    right: 100px;
  }
  .prices__item {
    flex-direction: column;
    max-width: calc(35% - 44px);
  }
  .prices__item:nth-child(4n) {
    margin-right: 30px;
  }
  .ecommerce__topleft {
    max-width: 60%;
    width: 100%;
    background-size: 29%;
    background-position: bottom right;
  }
  .ecommerce__navi {
    max-width: calc(40% - 20px);
  }
  .ecommerce {
    width: 100%;
  }
  .ecommerce__block2__img {
    pointer-events: none;
    position: absolute;
    right: -448px;
    top: -5px;
  }
  .ecommerce__block4__img {
    right: -450px;
    pointer-events: none;
  }
  .ecommerce__block5__img {
    left: -70px;
  }
  .ecommerce__block3__img1 {
    left: -350px;
  }
  .ecommerce__block3__img2 {
    left: -250px;
  }
  .ecommerce__block3__img1,
  .ecommerce__block3__img2 {
    pointer-events: none;
  }
  .prices__item:nth-child(3n) {
    margin-right: 0;
  }
  .prices__item:last-child {
    max-width: calc(68% - 29px);
    text-align: center;
    margin-right: 0;
  }
  .steps__image {
    max-width: calc(50% - 30px);
    width: 100%;
  }
  .steps__content {
    max-width: calc(50% - 30px);
    width: 100%;
  }
  .main-title {
    font-size: 76px;
  }
}
@media screen and (max-width: 1380px) {
  .faq__wrapp {
    flex-direction: column;
  }
  .faq__left,
  .faq__right {
    max-width: 100%;
  }
  .faq__right {
    margin-top: 45px;
  }
  .faq__item {
    max-width: calc(50% - 40px);
  }
  .help__grid {
    position: absolute;
    top: -13px;
    left: 538px;
  }
}
@media screen and (max-width: 1500px) {
  .ecommerce__topleft__image3 {
    display: none;
  }
  .site__block1__right {
    margin-left: 30px;
  }
  .startup__section4__img1 {
    right: -140px;
  }
  .dev__sections2__item {
    max-width: calc(33% - 17px);
  }
  .otherproject__section3__img {
    position: absolute;
    right: -78px;
    top: 0;
  }
  .dev__sections4__rightimg {
    position: absolute;
    top: 0;
    right: -61px;
  }
  .dev__sections7__img {
    position: absolute;
    right: -73px;
    top: 0;
  }
  .dev__sections10__item_last {
    max-width: 750px;
  }
  .dev {
    overflow: hidden;
  }
  .dev__sections6__img {
    position: absolute;
    right: 0;
    top: 80px;
  }
  .dev__sections10__right,
  .dev__sections5__right {
    max-width: calc(100% - 650px);
    margin-left: auto;
  }
  .dev__sections3__img {
    position: absolute;
    right: -219px;
    top: 0;
  }
  .site__blocks9 .main-title {
    font-size: 72px;
  }
  .site__blocks12__right,
  .site__blocks12__left {
    max-width: calc(50% - 15px);
  }
  .otherproject {
    overflow: hidden;
  }
  .site__blocks5 .main-title {
    font-size: 67px;
  }
  .leeds__block1__img {
    padding-right: 15px;
    text-align: right;
  }
  .leeds__block1__img img {
    max-width: 80%;
  }
  .site__blocks5__right,
  .site__blocks5__img {
    max-width: calc(50% - 15px);
    width: 100%;
  }
  .startup__section4__img2 {
    right: -274px;
  }
  .otherproject__section2__left {
    max-width: calc(100% - 400px);
  }
  .ecommerce__topleft_full {
    max-width: 100%;
  }
  .otherproject__ttl {
    margin-top: 30px;
  }
  .otherproject__block1__text {
    font-size: 20px;
  }
  .portfolio__card {
    overflow: auto;
  }
  .lastwork__next {
    right: 10px;
  }
  .portfolio__el {
    flex-shrink: 0;
  }
  .lastwork__prev {
    left: 10px;
  }
  .leeds__block6__right {
    max-width: calc(100% - 520px);
  }
  .leeds__block5__block1 {
    max-width: calc(100% - 390px);
  }
  .featuredContainer__item {
    max-width: calc(50% - 30px);
  }
  .vacancy__title {
    font-size: 43px;
  }
  .porfolio__grid {
    position: absolute;
    top: 25px;
    left: 333px;
  }
  .lastwork__arrow {
    top: 60%;
  }
  .services {
    overflow: hidden;
  }
  .services__right {
    z-index: -1;
    right: -100px;
  }
  .team__item {
    max-width: calc(25% - 25px);
  }
  .about_us__balls {
    display: none;
  }
  .about_us__section1 {
    position: relative;
    padding-top: 90px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .vacancyempty__alert {
    text-align: center;
  }
  .about_us__section1 .main-title {
    max-width: 100%;
  }
  .about_us__grid {
    display: none;
  }
  .about_us__footer__right {
    margin-left: 35px;
  }
  .about_us__companyinfo__item:not(:last-child) {
    margin-right: 66px;
  }
}
@media screen and (max-width: 1100px) {

  .footer__sitemap  {
    flex-wrap: wrap;
  }

  .footer__sitemapitems {
    margin-bottom: 30px;
    max-width: calc(50% - 15px);
    width: 100%;
  }

  .supported_platforms__block1__wrapp  {
    flex-direction: column;
  }

  .supported_platforms__block1img {
    margin-right: auto;
    margin-top: 30px;
  }

  .devhome__wrapp {
    flex-direction: column;
  }

  .supported_platforms__item {
    max-width: calc(33% - 15px);
    width: 100%;
  }

  .devhome__descr  {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .docpay {
    margin: 0 auto;
    flex-direction: column;
}

.docpay__item:not(:last-child) {
  margin: 0;
  margin-bottom: 5px;
}

  .about_us__companyinfo__item:nth-child(1), .about_us__companyinfo__item:nth-child(4) {
    max-width: 100%;
}

.about_us__companyinfo__item {
  max-width: 100%;
}

  .dev__sections3__img {
    display: none;
  }
  .dev__sections4__rightimg,
  .site__blocks7__img {
    display: none;
  }
  .dev__sections7__img,
  .dev__sections6__img,
  .ecommerce__topleft__image2 {
    display: none;
  }
  .dev__sections10__img2,
  .startup__section12__img,
  .startup__section12__img2,
  .startup__section4__img1,
  .startup__section3__img {
    display: none;
  }
  .dev__sections6__block1 {
    max-width: 100%;
  }
  .web__block1__img {
    right: -290px;
  }
  .leeds__block1__img img {
    display: none;
  }
  .software_development__block1 {
    padding-top: 0;
  }
  .startup__section11__wrapp {
    flex-direction: column;
  }
  .startup__section12__card2 {
    max-width: 100%;
  }
  .startup__section11__right {
    max-width: 100%;
    margin-top: 35px;
  }
  .startup__section11__right img {
    display: none;
  }
  .web__block1 {
    overflow: hidden;
  }
  .services__right {
    display: none;
  }
  .enterprise__topinfo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .portal__section4__img,
  .portal__section3__img {
    display: none;
  }
  .web__block3__block2 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 32px;
  }
  .web__section3__block1__right {
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
  }
  .web__section3__block1 {
    flex-direction: column;
  }
  .leeds__block1__title1,
  .leeds__block1__card {
    max-width: 100%;
  }
  .leeds__block1__card {
    margin-bottom: 40px;
  }
  .ecommerce__top {
    flex-direction: column;
  }
  .enterprise__block2__img {
    display: none;
  }
  .enterprise__topinfo__img {
    margin-top: 28px;
    margin-right: auto;
  }
  .services__left__text {
    margin-bottom: 30px;
  }
  .practikle__grid {
    display: none;
  }
  .services__left {
    max-width: 100%;
  }
  .enterprise__block4__wrapp {
    margin: 0;
  }
  .enterprise__block3__top__title {
    margin-bottom: 18px;
  }
  .enterprise__block3__top__left {
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .enterprise__block3__top__title {
    font-size: 20px;
  }
  .enterprise__block4__item {
    margin-bottom: 8px;
  }
  .enterprise__block1__card {
    margin: 0;
  }
  .enterprise__block4__wrapp {
    flex-direction: column;
  }
  .enterprise__block1__item {
    font-size: 14px;
  }
  .ecommerce__block2__white {
    margin-top: 0;
  }
  .enterprise__block3__top {
    flex-direction: column;
  }
  .enterprise__block2__img {
    margin-top: 28px;
    display: block;
    position: static;
  }
  .enterprise__block2__text {
    margin-top: 30px;
    font-size: 20px;
  }
  .enterprise {
    margin-top: 40px;
  }
  .enterprise .main-title {
    font-size: 44px;
  }
  .enterprise__block1__title {
    font-size: 27px;
  }
  .ecommerce__topleft,
  .ecommerce__navi {
    max-width: 100%;
  }
  .ecommerce__topleft {
    margin-bottom: 30px;
  }
  .ecommerce__navi__listitem:nth-child(even) {
    max-width: 100%;
  }
  .portal__main-title .main-title {
    font-size: 40px;
  }
  .portals2_mob {
    width: calc(100% + 0px);
    margin: 10px 0px 33px;
    display: block;
  }
  .portals2_mob img {
    width: 100%;
  }
  .portal__section2__text {
    font-size: 14px;
  }
  .portal__carditem {
    flex-direction: column;
  }
  .portal__cardlist2 .portal__cardtext {
    margin-left: 0;
    margin-top: 20px;
  }
  .portal__section3__content p {
    font-size: 14px;
  }
  .portal__section3__content .main-title {
    font-size: 42px;
  }
  .portal__section2__desc .main-title {
    font-size: 44px;
  }
  .portal__section2t2 {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
  .portal__section2__desc {
    margin-left: 0;
    margin-top: 30px;
  }
  .portal__section2wrapp {
    flex-direction: column;
  }
  .portal__ptext {
    font-size: 14px;
    color: var(--maincolor);
  }
  .portal__cardtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .portal__cardtext {
    font-size: 14px;
  }
  .portal__titletop {
    font-size: 20px;
  }
  .portal__section1 {
    background-image: none;
  }
  .portal__section5right {
    max-width: calc(50% - 30px);
  }
  .feedbackb__marker {
    position: absolute;
    left: calc(50% - 70px);
    flex-direction: column;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    text-shadow: 1px 1px #fff;
    margin-left: 241px;
    margin-top: -114px;
  }
  .ecommerce__block5__img {
    left: -267px;
  }
  .ecommerce__block6__img,
  .ecommerce__block4__img,
  .ecommerce__block3__img2,
  .ecommerce__block3__img1,
  .ecommerce__block2__img {
    display: none;
  }
  .ecommerce__block {
    margin-top: 60px;
  }
  .featuredContainer__btn {
    display: none;
  }
  .direction__stepimage {
    position: relative;
  }
  .tags {
    margin-left: 0;
  }
  .practikle__main-title {
    font-size: 46px;
  }
  .practikle__list {
    padding: 0 20px;
  }
  .lastwork__item {
    flex-direction: column;
  }
  .lastwork__arrow {
    top: 200px;
  }
  .modalform__modal {
    width: calc(100% - 30px);
    left: 15px;
  }
  .direction__title--js {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
    color: #fff;
  }
  .lastwork__arrow {
    position: sticky;
  }
  .direction__main-title {
    margin-bottom: 22px;
    font-size: 40px;
  }
  .direction__navigation__mob {
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 17px 10px;
    border-radius: 20px;
    background-color: var(--white);
  }
  .direction__navigation__mob svg {
    margin-left: auto;
  }
  .direction__navigation__card {
    display: none;
  }
  .lastworkaction {
    margin-top: 60px;
    display: flex;
    align-items: center;
  }
  .lastwork__pagination {
    margin-top: 0;
  }
  .direction__navigation {
    background-image: none;
  }
  .vacancyform__wrapp {
    flex-direction: column;
  }
  .direction__image {
    display: none;
  }
  .vacancyform__left {
    padding-right: 0;
  }
  .direction .main-title {
    font-size: 42px;
  }
  .vacancyform__right {
    max-width: 100%;
    margin-top: 30px;
  }
  .lastwork__descr {
    margin-left: 0;
    margin-top: 45px;
  }
  .main-title {
    font-size: 53px;
  }
  .help__grid {
    position: absolute;
    top: 9px;
    left: 261px;
  }
  .steps__grid {
    display: none;
  }
  .balls {
    display: none;
  }
  .team__item {
    max-width: calc(50% - 30px);
  }
  .partners__carditem {
    max-width: calc(33% - 0px);
  }
  .partners__carditem {
    max-width: calc(33% - 0px);
    background-size: 41%;
    background-position: right bottom;
  }
  .portal__cardtitle {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .feedbackblock2__wrapp .social {
    position: static;
  }
  .about_us__companyinfo__item:last-child {
    max-width: 100%;
  }
  .partners__arrowtop {
    display: none;
  }
  .feedbackblock2__wrapp,
  .about_us__footer {
    flex-direction: column;
  }
  .partners__arrowmiddle,
  .header__topbar {
    display: none;
  }
  .header__title {
    font-size: 32px;
  }
  .about_us__companyinfo__item {
    margin-bottom: 35px;
  }
  .partners__carditem {
    max-width: calc(50% - 23px);
    margin-bottom: 30px;
  }
  .partners__carditem:nth-child(even) {
    margin-right: 0;
  }
  .partners__carditem:last-child {
    max-width: 100%;
  }
  .partners__cardlist {
    flex-wrap: wrap;
  }
  .about_us .social {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .about_us__companyinfo {
    flex-wrap: wrap;
  }
  .about_us__footer__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .header__title::after {
    width: 62px;
    height: 62px;
    background-size: cover;
  }
  .header__subtitle {
    padding-right: 0;
    margin-top: 30px;
    font-size: 12px;
  }
  .header__actions {
    margin-left: auto;
    margin-right: auto;
  }
  .prices__list {
    flex-direction: column;
  }
  .grid {
    display: none;
  }
  .prices__item {
    max-width: 100%;
    margin-right: 0;
  }
  .steps__wrapp {
    flex-direction: column;
  }
  .steps__content,
  .steps__image {
    max-width: 100%;
  }
  .steps__list {
    margin-top: 40px;
  }
  .steps__item:not(:last-child)::after {
    display: none;
  }
  .steps__item {
    flex-direction: column;
  }
  .steps__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .steps__icon {
    margin-bottom: 22px;
  }
  .steps__info {
    max-width: 100%;
    margin-right: auto;
  }
  .faq__item:nth-child(odd) {
    margin: 0;
  }
  .faq__item {
    max-width: 100%;
  }
  .faq__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .help__wrapp {
    flex-direction: column;
  }
  .main-title {
    font-size: 60px;
  }
  .main-title span {
    font-size: 44px;
  }
  .footer__wrapp {
    flex-direction: column;
  }
  .social {
    margin-top: 50px;
    margin-right: auto;
  }
  .footer__copyright {
    margin: 0;
    margin-top: 60px;
  }
  .footer__wrapp {
    padding: 30px 0;
  }
  .steps__image {
    margin: 50px 0 40px;
  }
  .steps__image img {
    width: 100%;
  }
  .prices__item:last-child {
    max-width: 100%;
  }
  .prices__item:nth-child(4n) {
    margin-right: 0;
  }
  .prices__title {
    max-width: 60%;
  }
  section {
    padding: 60px 0;
  }
  .header {
    height: 100vh;
    background-image: url("../images/heading_mob.jpg");
  }
  .header__hero {
    height: auto;
    padding-bottom: 80px;
    padding-top: 160px;
  }
  .header__subtitle {
    line-height: 1.6;
  }
  .header__actions {
    margin-top: 72px;
  }
  .mobilemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background-color: #011E30;
    z-index: 999;
  }
  .mobilemenu .logo {
    line-height: 0;
    font-size: 0;
  }
  .mobilemenu .logo img {
    max-height: 30px;
  }
  .langs {
    margin-left: auto;
    margin-right: 20px;
  }
  .langs__head {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.4s ease-in-out;
}
  .mobilemenu__cabinet {
    margin-left: 0;
    padding: 8px 19px;
    font-size: 0;
    line-height: 0;
    background-color: var(--white);
    border-radius: 4px;
  }
  .burgerClose,
  .burger {
    margin-left: 30px;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .burgerClose {
    display: none;
  }
  .header__navigation {
    margin-left: 0;
    margin-right: 0;
  }
  .mobilenavi {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 66px;
    width: 100%;
    padding: 40px 10px;
    height: calc(100vh - 66px);
    background-color: var(--maincolor);
    overflow: auto;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
  }
  .mobilenavi_active {
    opacity: 1;
    pointer-events: all;
  }
  .navigation__card {
    width: 100%;
    flex-direction: column;
  }
  .navigation__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .navigation__item {
    width: 100%;
  }
  .navigation__href {
    display: flex;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--maincolor);
    background-color: var(--white);
  }
  .mobilenavi .footer__copyright {
    margin-top: 40px;
    text-align: center;
  }
  .mobilenavi .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }
  .mobilenavi .mobarrow {
    display: block;
    margin-left: auto;
  }
  .navigation__submenucontainer {
    display: none;
    position: static;
    padding-top: 20px;
    padding-bottom: 0;
    background-color: transparent;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .navigation__submenu {
    padding: 0;
  }
  .submenu__item {
    width: 100%;
  }
  .submenu__item:not(:last-child) {
    margin-right: 0;
  }
  .navigation__submenu {
    flex-direction: column;
  }
  .submenu__href {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--white);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.10);
  }
  .navigation__submenu {
    padding: 0;
}
  .submenu__href path {
    fill: var(--maincolor);
  }
  .submenu__href svg {
    transition: transform 0.4s ease-in-out;
  }
  .navigation__href_active {
    color: var(--white);
    background-color: var(--blue);
  }
  .navigation__href_active svg {
    transform: rotate(180deg);
  }
  .navigation__href_active svg path {
    stroke: var(--white);
  }
  .navigation__item:hover .navigation__href_active:hover {
    color: var(--white);
  }
  .navigation__href:hover {
    color: var(--maincolor);
  }
  .submenu__item {
    margin-bottom: 10px;
  }
  .navigation__submenu_col50 {
    flex-direction: row;
  }
  .navigation__submenu_col50 .submenu__item {
    max-width: calc(50% - 15px);
    width: 100%;
    margin-right: 15px;
  }
  .navigation__submenu_col50 .submenu__item:nth-child(even) {
    margin-right: 0;
  }
  .navigation__item:hover {
    padding-bottom: 0;
    margin-bottom: 22px;
  }
  .header__navigation {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 380px) {
  .main-title {
    font-size: 55px;
    line-height: 1;
  }
  .main-title span {
    font-size: 37px;
  }
}
@media screen and (min-width: 700px) and (max-width: 860px) {


  .docpay {
    margin-top: 30px;
  }

  .social {
    margin: 0 auto;
    margin-top: 50px;
  }

  .feedbackblock2__wrapp {
    align-items: flex-start;
  }
  .header {
    height: auto;
    background-image: url(../images/heading.jpg);
  }
  .help__forms {
    margin-left: 0;
    margin-top: 40px;
  }
  .main-title span {
    font-size: 60px;
  }
  .feedbackblock2__wrapp .social {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}


.header_ios_development {
  background-image: url(../images/header_development.jpg);
}



@media screen and (max-width:800px) {
  

  .footer__sitemap  {
    display: none;
  }

  .footer__sitemap {
    padding: 0 15px;
    margin-top: 45px;
}

.footer__right  {
  margin-top: 42px;
}

.footer__sitemapitems {
  margin-bottom: 30px;
  max-width: calc(19% - 15px);
  width: 100%;
}

}

@media screen and (max-width: 600px) {

  .footer__sitemap  {
    flex-direction: column;
  }

  .footer__sitemapitems {
    margin-bottom: 50px;
    max-width: 100%;
    text-align: center;
  }
  

  .footer__sitemaall  {
    margin-left: auto;
    margin-right: auto;
  }

  .supported_platforms__block1left {
    font-size: 14px;
  }

  .supported_platforms__sub {
    font-size: 16px;
  }

  .supported_platforms__card {
    flex-direction: column;
  }

  .supported_platforms__item {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .devhome__title {
    font-size: 52px;
    line-height: 1.2;
  }

  .devhome {
    padding: 55px 0;
  }

  .devhome__title span {
    display: block;
    font-size: 40px;
  }

  .dev_ios_android__section1 .dev_ios_android__section1__right .dev_ios_android__title, .dev_ios_android__section1 .dev_ios_android__section1__right .dev_ios_android__descr {
    text-align: left;
  }

  
  .dev_ios_android__header {
    margin-bottom: 40px;
  }

  .dev_ios_android__headercenter {
    padding-top: 82px;
  }

  .dev_ios_android__section1__left {
    order: 2;
  }

  .dev_ios_android__section1  {
    flex-direction: column;
  }

  .dev_ios_android__section1__left {
    margin-top: 35px;
  }

  .dev_ios_android__title {
    font-size: 30px;
    text-align: center;
  }

  .dev_ios_android__section2 {
    margin-bottom: 35px;
    padding: 35px 20px;
    flex-direction: column;
  }

  .dev_ios_android__header  {
    padding: 0 20px;
  }

  .dev_ios_android__headerleft {
    margin: 0;
    padding: 0 20px;
  }

  .dev_ios_android__headerright {
    margin-top: 36px;
  }

  .dev_ios_android__descr {
    font-size: 14px; 
    text-align: left;
    padding: 0px;
    line-height: 1.6;
  }

  .dev_ios_android__headerright {
    height: auto;
  }

  .dev_ios_android__header {
    height: auto;
  }
  .dev_ios_android__section4 .dev_ios_android__section1__right {
    max-width: 100%;
    text-align: center;
  }


  .dev_ios_android__headerleft {
    order: 2;
  }

  .dev_ios_android__header  {
    flex-direction: column;
  }

  .dev_ios_android__headerright img:last-child {
    display: none;
  }

  .privacy_policy__h1_full {
    font-size: 32px!important;
  }

  .privacy_policy {
    padding-top: 66px;
  }

  .privacy_policy__h1 {
    font-size: 52px;
  }

  .privacy_policy__wrapp  {
    flex-direction: column;
  }

  .privacy_policy__img {
    margin-top: 24px;
  }

  .privacy_policy2 {
    display: none;
  }

  .privacy_policy__heading {
    padding: 30px 0;
  }

  .privacy_policy__right, .privacy_policy__img, .privacy_policy__left {
    max-width: 100%;
  }

  .docpay {
    margin-top: 30px;
  }

  .social {
    margin: 0 auto;
    margin-top: 50px;
  }

  .feedbackblock3__wrapp {


    max-width: 100%;
  }

  .feedbackblock2__wrapp {
    padding: 40px 30px;
  }
  .about_us__companyinfo__item,
  .about_us__companyinfo__item:nth-child(1), .about_us__companyinfo__item:nth-child(4) {
    max-width: 100%;
  }


  .about_us__companyinfo {
    margin-top: -70px;
  }

  .langs__body {
    position: absolute;
    top: calc(100% + 26px);
    width: calc(100vw - 15px);
    right: calc(50% - 155px);
}

  .about_us__card__item {
    max-width: 100%;
    margin-right: 0;
  }

  .ecommerce__block3__pos2 .ecommerce__block3__img2 {
    position: static;
    display: block;
  }

  .ecommerce__block3__pos2 .ecommerce__block5__tt {
    font-size: 17px;
}

  .page404 .main-title {
    padding: 0;
    font-size: 42px;
  }
  .startup__section1__item1 {
    max-width: 100%;
    margin-right: 0;
  }
  .startup .main-title {
    font-size: 36px;
  }
  .startup__section1__icon {
    margin: 0;
    margin-top: 20px;
  }
  .startup__section1__item1__num {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .startup__section2__block1__img {
    max-width: 100%;
  }
  .startup__section1__white {
    display: block;
    padding: 20px 24px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .startup__section2__block1__info {
    margin: 0;
    margin-top: 30px;
  }
  .startup__section2__title {
    font-size: 20px;
  }
  .startup__section2__item2 {
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
  }
  .startup__section9__block1 {
    text-align: center;
    font-weight: normal;
  }
  .startup__section9__img2 {
    display: none;
  }
  .startup__section10__block1 {
    padding: 20px 10px;
  }
  .startup__section11__alert {
    padding: 20px 24px;
  }
  .startup__section12__alert {
    padding: 20px 24px;
  }
  .startup__section12__alert,
  .startup__section11__alert,
  .startup__section11__text,
  .startup__section10__block2__text,
  .startup__section10__block1,
  .startup__section9__block2__item,
  .startup__section9__block1,
  .startup__section8__right__text2,
  .startup__section8__right__text1,
  .startup__section7__text,
  .startup__section6__text1,
  .startup__section5__item,
  .startup__section5__text1,
  .startup__section4__block1__desc,
  .startup__section3__block1__right__alert,
  .startup__section2__text3 {
    font-size: 14px;
    line-height: 1.6;
  }
  .startup__section12__alert2 {
    margin-top: 30px;
    align-items: normal;
  }
  .startup__section12__wrapp2 {
    flex-direction: column;
  }
  .startup__section12__alert2__icon2 {
    width: 51px;
    flex-shrink: 0;
    height: auto;
  }
  .startup__section12__alert2__text {
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .startup__section9__block1::after {
    left: auto;
    right: 20px;
  }
  .startup__section12__img2 {
    margin-top: 30px;
  }
  .startup__section9__img1 {
    display: block;
    margin-top: 30px;
    position: static;
  }
  .startup__section12__img2 {
    display: block;
  }
  .startup__section10__block1__img {
    position: absolute;
    right: 0;
    top: 84px;
  }
  .startup__section11__item {
    max-width: 100%;
    margin-right: 0;
  }
  .startup__section10__block2__icon {
    flex-shrink: 0;
  }
  .startup__section11__card,
  .startup__section10__block2 {
    flex-direction: column;
  }
  .startup__section10__wrr .main-title {
    max-width: 50%;
  }
  .otherproject__item2 {
    min-height: auto;
  }
  .startup__section8__wrapp {
    flex-direction: column;
  }
  .startup__section2__block1__info {
    font-size: 14px;
  }
  .startup__section10::before,
  .startup__section10::after {
    display: none;
  }
  .startup__section2__block1 {
    flex-direction: column;
  }
  .startup__section5__img {
    display: none;
  }
  .startup__section7__img {
    display: block;
    margin: 0px auto;
  }
  .startup__section6__img {
    display: none;
  }
  .startup__section1__item1 {
    align-items: normal;
  }
  .startup__section1__item1__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .startup__section4__cardlist .portal__cardtext {
    font-size: 14px;
  }
  .startup__section1__item1__text {
    font-weight: normal;
  }
  .startup__section4__img1 {
    margin: 30px auto;
    display: block;
    position: static;
  }
  .startup__section4__cardlist .portal__carditem {
    max-width: 100%;
    margin-right: 0;
  }
  .startup__section4__img2 {
    display: block;
    position: static;
    margin-left: -15px;
    margin-top: -85px;
    margin-bottom: -37px;
  }
  .startup__section1__title2 {
    font-size: 19px;
  }
  .startup__section1__img {
    display: block;
    margin: 30px 0;
  }
  .startup__section5 {
    background-image: url("../images/startup11_mob.jpg");
  }
  .startup__section5__wrapp {
    flex-direction: column;
  }
  .startup__section3__block1 {
    flex-direction: column;
  }
  .startup__section1__text1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
  }
  .startup__section1__title1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .startup__section1__img {
    position: static;
  }
  .otherproject__block1__item {
    max-width: 100%;
  }
  .otherproject .main-title {
    font-size: 40px;
  }
  .otherproject__block1__item {
    margin-top: 15px;
  }
  .otherproject__block1 {
    flex-direction: column;
  }
  .ecommerce__topleft {
    background-size: 0;
  }
  .otherproject__block2__item {
    padding: 20px 10px;
  }
  .otherproject__block3__wrapp {
    flex-direction: column;
  }
  .otherproject__block3__img {
    margin-top: 25px;
  }
  .ecommerce__topicon {
    display: none;
  }
  .otherproject__alert2 {
    font-size: 14px;
    font-weight: normal;
  }
  .otherproject__block4__img {
    margin-left: 0;
  }
  .otherproject__block4__left {
    display: flex;
    align-items: center;
  }
  .otherproject__block4__left .main-title {
    margin-bottom: 0;
  }
  .otherproject__block4__left .otherproject__block4__left__icon {
    margin-left: 30px;
  }
  .otherproject__block5 {
    margin: -106px 0 75px;
    padding: 45px 10px;
    padding-top: 115px;
    padding-right: 0;
    font-size: 14px;
  }
  .otherproject__block4__img {
    margin-top: 40px;
  }
  .otherproject__block4__wrapp {
    flex-direction: column;
  }
  .practikle__list {
    flex-direction: column;
  }
  .ecommerce {
    padding-top: 60px;
  }
  .ecommerce__navi__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .ecommerce__navi__listitem {
    max-width: 100%;
  }
  .portal__section4__wrapp {
    flex-direction: column;
  }
  .portal__section4__wrapp img {
    display: none;
  }
  .otherproject__item1 {
    max-width: 100%;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .otherproject__block6 {
    font-size: 20px;
  }
  .otherproject__section2__left {
    max-width: 100%;
  }
  .otherproject__section2__right__img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .otherproject__section2__right {
    max-width: 100%;
    order: -1;
  }
  .portal__section4wrapp {
    flex-direction: column;
  }
  .otherproject__section2__wrapp {
    flex-direction: column;
  }
  .portal__section5right .main-title {
    font-size: 44px;
  }
  .portal__section5right {
    margin-top: 30px;
  }
  .portal__section5__bottom,
  .portal__section5rightdess,
  .portal__section5right,
  .portal__section4__block2,
  .portal__section4__right {
    max-width: 100%;
    font-size: 14px;
  }
  .portal__section4__img,
  .portal__section3__img {
    position: static;
    display: block;
  }
  .portal__section4 .main-title {
    font-size: 44px;
  }
  .featuredContainer__item {
    max-width: 100%;
    margin-right: 0;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
  }
  .ecommerce__main-title {
    line-height: 0.6;
    font-size: 44px;
  }
  .ecommerce__block {
    margin-top: 0;
  }
  .practikle__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .ecommerce__topleft {
    padding: 30px 20px;
  }
  .featuredContainer {
    margin-right: 0;
  }
  .partners__topblock__wrapp {
    flex-direction: column;
  }
  .partners__topblock__left {
    max-width: 100%;
  }
  .featuredContainer__name {
    font-size: 18px;
  }
  .tags {
    overflow: auto;
  }
  .practikle__btn {
    margin-top: 50px;
  }
  .vacancyinner__item {
    flex-direction: column;
  }
  .practikle {
    padding-bottom: 100px;
  }
  .successs__title {
    text-align: left;
  }
  .vacancyinner__content {
    max-width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .partners__carditem {
    max-width: 100%;
    margin-right: 0;
  }
  .partners__topblock__right {
    max-width: 100%;
  }
  .modalform__body {
    padding: 30px 15px;
  }
  .modalform__heading {
    padding-left: 20px;
    font-size: 20px;
  }
  .modalform__closes {
    margin-left: auto;
    padding: 14px;
  }
  .header_static {
    height: 100%;
    background-image: url("../images/heading_static_mob.jpg");
    background-size: cover;
  }
  .about_us__marker img {
    max-width: 115px;
    width: 100%;
  }
  .team__mores {
    display: flex;
  }
  .about_us__marker {
    position: absolute;
    left: calc(50% - 70px);
    flex-direction: column;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    text-shadow: 1px 1px #fff;
    margin-left: -7px;
    margin-top: -35px;
  }
  .team__main-title {
    text-align: left;
  }
  .header__content .main-title {
    font-size: 32px;
  }
  .header__content {
    height: auto;
  }
  .breadcrumps {
    margin-top: 40px;
  }
  .about_us__balls {
    display: block;
    position: relative;
    left: -15px;
  }
  .about_us__companyinfo__item:not(:last-child) {
    margin-right: 0;
  }
  .about_us .main-title {
    font-size: 44px;
  }
  .about_us__section1 {
    padding-top: 60px;
  }
  .about_us__companyinfo {
    padding: 40px 13px;
    align-items: center;
    justify-content: center;
  }
  .about_us__titles {
    font-size: 18px;
  }
  .about_us__companyinfo__item {
    margin-bottom: 30px;
  }
  .about_us__descr p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .about_us__companyinfo__item {
    text-align: center;
  }
  .about_us__companyinfo__value {
    margin-top: 18px;
  }
  .about_us__footer__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_us__footer__leftitem:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
  .about_us__footer__rightitem {
    flex-direction: column;
  }
  .about_us__footer__right {
    padding-top: 60px;
    margin: 0;
    text-align: center;
  }
  .about_us__footer__rightdescr {
    max-width: 100%;
  }
  .about_us__footer__righticon {
    margin-bottom: 28px;
  }
  .about_us__section1 {
    position: relative;
  }
  .about_us__section1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    display: block;
    width: calc(100% + 30px);
    height: 100%;
    background-color: rgba(245, 245, 245, 0.5);
    z-index: -1;
  }
  .about_us__section2 .about_us__maps {
    width: 100%;
  }
  .about_us__section2 img {
    width: 100%;
  }
  .team__main-title {
    display: block;
  }
  .team__item {
    max-width: 100%;
    margin-right: 0;
  }
  .vacancy__title {
    font-size: 40px;
  }
  .vacancy__conditions {
    flex-direction: column;
    align-items: flex-start;
  }
  .conditions__item:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .vacancy__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .vacancy__item,
  .vacancyform__wrapp {
    flex-direction: column;
  }
  .vacancy__arrow {
    margin-left: 0;
    margin-top: 15px;
  }
  .vacancyform__left .main-title {
    display: block;
    padding-right: 30px;
  }
  .vacancyform__left .main-title span {
    display: block;
  }
  .vacancyempty {
    margin-top: 50px;
  }
  .vacancyempty__alert {
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .vacancyempty__minidescr {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    color: var(--gray);
  }
  .vacancyempty__modalopen {
    width: 100%;
    margin: 40px 0 30px;
    padding: 20px 0px;
  }
  .vacancyform_main-title {
    font-size: 42px;
  }
  .breadcrumps__card {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .breadcrumps__item {
    flex-shrink: 0;
  }
  .direction__stepimage {
    margin-top: 0;
  }
  .service__explist {
    display: none;
  }
  .service__h2 {
    font-size: 40px;
  }
  .service__texts {
    margin-top: 40px;
  }
  .service__tabs {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .service__tabs__item {
    margin-bottom: 30px;
  }
  .service__tabs__item:nth-child(even) {
    margin-right: 0;
  }
  .service__blockdess {
    flex-direction: column;
  }
  .service__blockdess__image {
    margin: 0;
    margin-top: 30px;
  }
  .service__blockdess2 {
    margin-bottom: 0;
  }
  .service__image {
    display: none;
  }
  .porfolio__title {
    padding-top: 0;
  }
  .feedbackb__marker {
    position: absolute;
    left: calc(50% - 70px);
    flex-direction: column;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    text-shadow: 1px 1px #fff;
    margin-left: 24px;
    margin-top: 145px;
  }
  .main-title span.font44 {
    font-size: 28px;
  }
  .ecommerce__block3__img1,
  .ecommerce__block2__img {
    display: block;
    position: static;
  }
  .ecommerce__block2__descr {
    font-size: 14px;
  }
  .ecommerce__block3__content .main-title {
    font-size: 44px;
    text-align: left;
  }
  .ecommerce__block4 .main-title {
    font-size: 43px;
  }
  .ecommerce6_mob_1 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ecommerce__block4 {
    padding-bottom: 150px;
  }
  .ecommerce6_mob_2 {
    position: absolute;
    bottom: -146px;
    right: 0;
  }
  .ecommerce__block5__mob {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .ecommerce__block5__img {
    display: none;
  }
  .ecommerce__block5__mob,
  .ecommerce6_mob_1,
  .ecommerce6_mob_2 {
    display: block;
  }
  .ecommerce__block5 .ecommerce__block3__content .ecommerce__block2__white {
    margin-top: 120px;
  }
  .ecommerce__block5__tt {
    font-size: 22px;
  }
  .ecommerce__block6__title {
    font-size: 44px;
  }
  .ecommerce__block6__content,
  .ecommerce__block5__white,
  .ecommerce__block5__text {
    font-size: 14px;
  }
  .ecommerce__block6__textblue {
    margin-top: 40px;
    font-size: 20px;
  }
  .services {
    margin-top: 0;
  }
  .services__wrapp {
    flex-direction: column;
  }
  .services__text2 {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .services__right {
    display: block;
    position: static;
    margin-top: 20px;
    width: 100%;
    height: 100%;
  }
  .leeds__block1 {
    margin-top: 60px;
  }
  .leeds__block1__text1 {
    font-size: 14px;
    font-weight: normal;
  }
  .leeds .main-title {
    font-size: 44px;
  }
  .leeds__block6__wrapp {
    flex-direction: column;
  }
  .leeds__block5__block1,
  .leeds__block6__right {
    max-width: 100%;
  }
  .leeds__block1__img {
    display: block;
    margin-top: 30px;
    position: static;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leeds__block1__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .leeds__block2__text {
    margin: 30px 0;
    font-size: 20px;
  }
  .leeds__block4__title34 {
    font-size: 20px;
  }
  .leeds__block5__wrapp,
  .leeds__block3__wrapp {
    flex-direction: column;
  }
  .leeds__block4__item,
  .leeds__block3__text {
    font-size: 14px;
  }
  .leeds__block4__wrapp {
    flex-direction: column;
  }
  .leeds__block4__right__txt1 {
    margin-top: 30px;
  }
  .leeds__block6__item,
  .leeds__block5__text1 {
    font-size: 14px;
    font-weight: normal;
  }
  .leeds__block5__img {
    margin-top: 30px;
    margin-left: 0;
    order: -1;
  }
  .enterprise__block3__top__title {
    margin: 0;
  }
  .leeds__block5__wrapp {
    margin-bottom: 30px;
  }
  .web .main-title {
    font-size: 42px;
  }
  .web__block1__img {
    position: static;
  }
  .web__block1__img {
    width: 100%;
    height: 377px;
    background-image: url("../images/web2_mob.png");
    background-repeat: no-repeat;
  }
  .web__block1__img__text {
    margin-bottom: 34px;
    font-size: 16px;
  }
  .web .ecommerce__block2__white {
    margin-top: 0;
  }
  .web__block2 {
    flex-direction: column;
  }
  .web__block2__right {
    margin-top: 20px;
  }
  .web__block3__block5,
  .web__block3__block4 {
    flex-direction: column;
  }
  .web__block3__block5__img {
    order: -1;
  }
  .web__block3__block5__img {
    margin-top: 20px;
  }
  .web__block3__block4__text {
    max-width: 100%;
    margin-top: 35px;
  }
  .enterprise__block3__top__title {
    margin-top: 30px;
  }
  .web__block3__block7__title {
    font-size: 20px;
  }
  .web__section3__block1__right__title {
    font-size: 20px;
  }
  .web__section3__block2__item {
    max-width: 100%;
    margin-right: 0;
  }
  .web__section3__block3 {
    flex-direction: column;
  }
  .web__section3__block3__img {
    margin-top: 20px;
  }
  .web__section4__wrapp {
    flex-direction: column;
  }
  .web__section4__left1 .main-title img {
    max-width: 32px;
  }
  .web__section4__left4 {
    display: block;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
  .web__section4__left4 img {
    vertical-align: middle;
  }
  .web__section4__left2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .web__section4__item2 {
    max-width: 100%;
  }
  .web__section4__wrapp2 {
    flex-direction: column;
  }
  .web__section4__right5 {
    max-width: 100%;
  }
  .web__section4__alert2 {
    padding: 19px 0;
    font-size: 20px;
  }
  .web__section4__block10::after {
    display: none;
  }
  .web__section4__block10 {
    max-width: 100%;
  }
  .web__section4__block11 {
    flex-direction: column;
  }
  .web__section4__block10 {
    font-size: 19px;
  }
  .web__section4__block11__item {
    max-width: 100%;
  }
  .portal__cardtitle2 {
    font-size: 13px;
  }
  .web__section20__right {
    display: none;
  }
  .web__section20__title1 {
    font-size: 19px;
  }
  .web__section20__title2 {
    width: 100%;
  }
  .web__section20__title2 {
    font-size: 19px;
  }
  .web__section20__title2 {
    background-image: url(../images/web17_mob.png);
    justify-content: flex-start;
    padding-left: 25px;
  }
  .web__section20__title2 {
    background-image: url("../images/web17_mob.png");
  }
  .web__section20__title2_big {
    width: 100%;
    padding: 0px 0px 10px 32px;
    background-image: url("../images/web19_mob.png");
    background-position: center left;
  }
  .otherproject__section2__left {
    background-image: url(../images/other8_mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    border-radius: 0 40px 0 0;
  }
  .otherproject__section2__left__content {
    padding: 20px 10px;
  }
  .otherproject__section2__left {
    height: 630px;
  }
  .otherproject__item2 {
    max-width: 100%;
    font-size: 14px;
  }
  .otherproject__alert_blue {
    font-size: 14px;
    font-weight: normal;
  }
  .otherproject__item2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .otherproject__section3__block1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .otherproject__block6 {
    font-size: 16px;
  }
  .otherproject__block6 img {
    vertical-align: middle;
  }
  .otherproject__section3__img {
    position: static;
  }
  .software_development .main-title {
    font-size: 42px;
  }
  .software_development__img {
    margin: 0;
    order: -1;
  }
  .software_development__title1 {
    margin-top: 20px;
  }
  .software_development__item1 {
    font-size: 14px;
  }
  .software_development__title2 {
    font-size: 16px;
  }
  .ecommerce2 .ecommerce__top {
    margin-bottom: 30px;
  }
  .software_development__text1 {
    font-size: 14px;
  }
  .software_development__left {
    max-width: 100%;
  }
  .software_development__wrapp {
    flex-direction: column;
  }
  .bots .main-title {
    font-size: 40px;
  }
  .bots__block1__wrapp {
    margin-right: 0;
  }
  .bots__block1__wrapp {
    flex-direction: column;
  }
  .bots__block1__right {
    max-width: 100%;
  }
  .bots__block1__left {
    max-width: 100%;
    text-align: center;
  }
  .bots__block1__text1 {
    font-size: 14px;
  }
  .bots__block2__card {
    margin-top: 30px;
  }
  .bots__block1__title2 {
    padding: 16px 0;
    font-size: 16px;
  }
  .bots__block2__item {
    padding: 30px 10px;
    max-width: 100%;
    margin-right: 0;
  }
  .bots__img {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .bots__block3 {
    font-size: 16px;
  }
  .bots__block4__wrapp {
    flex-direction: column;
  }
  .bots__block4__left {
    text-align: center;
  }
  .bots__block4__text3 {
    display: block;
    margin-top: 30px;
    font-size: 16px;
  }
  .bots__item4 {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .bots__big {
    font-size: 16px;
    margin-top: 60px;
  }
  .ecommerce__topleft__image {
    display: none;
  }
  .site__block1__right {
    margin-left: 0;
  }
  .ecommerce__top {
    margin-bottom: 0;
  }
  .site .main-title {
    font-size: 40px;
  }
  .site__block1__wrapp {
    flex-direction: column;
  }
  .site__block1__image {
    display: block;
    margin-top: 30px;
  }
  .site__block1__text1 {
    font-size: 14px;
  }
  .site__block1__quote {
    display: flex;
    align-items: top;
    justify-content: center;
    font-size: 14px;
    padding-right: 20px;
    text-align: left;
    line-height: 1.4;
    padding-left: 20px;
  }
  .site__block1__quote img:last-child {
    height: 18px;
  }
  .site__block1__block2 {
    flex-direction: column;
  }
  .site__block1__item {
    max-width: 100%;
  }
  .site__block1__block2__item {
    padding: 20px;
    font-size: 14px;
  }
  .site__block1__block2__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .site__block1__item {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site__block1__block3 {
    font-size: 14px;
  }
  .site__blocks2__img {
    display: none;
  }
  .site__blocks2__alert {
    padding: 20px;
    font-size: 14px;
  }
  .site__blocks2__left {
    text-align: center;
  }
  .site__blocks2__wrapp {
    flex-direction: column;
  }
  .site__blocks2__titles {
    text-align: center;
  }
  .site__blocks2__item {
    padding: 20px;
    font-size: 14px;
  }
  .site__blocks2__quotemini {
    padding: 20px 14px;
  }
  .site__blocks3__alert {
    padding: 20px;
    font-size: 14px;
  }
  .site__blocks3 {
    background-image: none;
  }
  .site__blocks3__item {
    max-width: 100%;
    margin-right: 0;
    padding: 20px;
    font-size: 14px;
  }
  .site__blocks4__wrapp {
    flex-direction: column;
  }
  .site__blocks4__right .main-title {
    text-align: left;
  }
  .site__blocks4__text1 {
    font-size: 14px;
  }
  .site__blocks4__card {
    margin-top: 40px;
  }
  .site__blocks4__item {
    max-width: 100%;
    margin-right: 0;
    padding: 30px 10px;
    font-size: 14px;
  }
  .site__blocks4__alert {
    font-size: 14px;
    text-align: center;
  }
  .site__blocks5 .main-title {
    font-size: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site__blocks5 .main-title span {
    margin: 10px auto;
    font-size: 34px;
  }
  .site__blocks5__wrapp {
    flex-direction: column;
  }
  .site__blocks5__right, .site__blocks5__img {
    max-width: 100%;
  }
  .site__blocks5__text1 {
    display: block;
    margin: 30px 0;
  }
  .site__blocks5__alert {
    font-size: 14px;
  }
  .site__blocks5__item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .site__blocks5__card {
    flex-direction: column;
  }
  .site__blocks5__item_50 {
    max-width: 100%;
  }
  .site__blocks5__img {
    text-align: center;
  }
  .site__blocks6__wrapp {
    flex-direction: column;
  }
  .site__blocks6__right__icon {
    padding: 19px;
  }
  .site__blocks6__right__icon img {
    max-width: 62px;
  }
  .site__blocks6__right {
    order: -10;
  }
  .site__blocks6__right {
    margin-top: 30px;
  }
  .site__blocks6__alert {
    font-weight: normal;
    text-align: center;
  }
  .startup__section12__alert2__icon2 img {
    max-width: 28px;
  }
  .site__blocks8__top,
  .site__blocks8__top .main-title,
  .site__blocks7__top,
  .site__blocks7 .main-title {
    width: auto;
  }
  .site__blocks7__top::after {
    display: none;
  }
  .site__blocks7__text1 {
    font-size: 14px;
    font-weight: normal;
  }
  .site__blocks7__title1 {
    margin: 20px 0 30px;
    font-size: 16px;
  }
  .site__blocks7__title1 img {
    width: 20px;
  }
  .site__blocks7__item2,
  .site__blocks7__el1 {
    padding: 30px 10px;
    font-size: 14px;
  }
  .site__blocks7__alert2 {
    padding: 30px 10px;
    font-size: 14px;
    text-align: center;
  }
  .site__blocks8__wrapp {
    flex-direction: column;
  }
  .site__blocks8__img {
    margin-top: 30px;
    order: -1;
  }
  .site__blocks8__icon {
    display: none;
  }
  .site__blocks8__top .main-title {
    text-align: center;
  }
  .site__blocks8__left__title1 {
    font-size: 14px;
  }
  .site__blocks8__item__title {
    font-size: 14px;
    font-weight: 700;
  }
  .site__blocks8__card3 {
    flex-direction: column;
  }
  .site__blocks8__item2 {
    max-width: 100%;
    margin-right: 0;
  }
  .site__blocks8__end__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }
  .site__blocks8__end__text {
    font-size: 14px;
  }
  .site__blocks9 .main-title {
    text-align: center;
  }
  .site__blocks9__alert {
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
  }
  .site__blocks9__card {
    margin-top: 30px;
    flex-direction: column;
  }
  .site__blocks9__wrapp {
    flex-direction: column;
  }
  .site__blocks9__item {
    max-width: 100%;
    margin-right: 0;
  }
  .site__blocks9__img2 {
    margin-right: auto;
  }
  .site__blocks9__end {
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
  }
  .site__blocks10__img {
    display: block;
    max-width: 100%;
    order: -1;
  }
  .site__blocks10__wrapp {
    flex-direction: column;
  }
  .site__blocks10__alert2 {
    margin-top: 40px;
    font-size: 14px;
  }
  .site__blocks12 .main-title,
  .site__blocks11 .main-title,
  .site__blocks10 .main-title {
    text-align: center;
  }
  .site__blocks10__img {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .site__blocks11__title1 {
    font-size: 14px;
  }
  .site__blocks11__title2 {
    padding: 12px 0;
  }
  .site__blocks11__card {
    flex-direction: column;
  }
  .site__blocks11__item {
    max-width: 100%;
    margin-right: 0;
  }
  .site__blocks11__alert2 {
    font-size: 14px;
  }
  .site__blocks12__img {
    display: none;
  }
  .site__blocks12__wrapp {
    flex-direction: column;
  }
  .site__blocks12__right, .site__blocks12__left {
    max-width: 100%;
  }
  .site__blocks12__right {
    margin-top: 20px;
  }
  .site__blocks12__end {
    font-size: 14px;
  }
  .ecommerce__navi__list5050 .ecommerce__navi__listitem:nth-child(even),
  .ecommerce__navi__list6040 .ecommerce__navi__listitem,
  .ecommerce__navi__list5050 .ecommerce__navi__listitem {
    max-width: 100%;
  }
  .dev .main-title {
    font-size: 40px;
  }
  .dev__sections1 .main-title {
    font-size: 32px;
  }
  .dev__sections1__wrapp {
    flex-direction: column;
  }
  .dev__sections1__img {
    margin-bottom: 10px;
    order: -1;
  }
  .dev__sections1__text {
    font-size: 14px;
    margin-top: 30px;
  }
  .dev__sections1__title1 {
    padding: 20px 40px;
    text-align: center;
    font-size: 14px;
  }
  .dev__sections1__title1 img {
    position: relative;
    top: 3px;
    width: 19px;
  }
  .dev__sections1__card {
    flex-direction: column;
  }
  .dev__sections1__texts {
    padding: 0;
  }
  .dev__sections1__item {
    max-width: 100%;
    margin-right: 0;
  }
  .dev__sections1__item {
    align-items: flex-start;
  }
  .dev__sections1__icon {
    padding: 15px;
    width: 44px;
    font-size: 22px;
  }
  .dev__sections1__texts {
    max-width: calc(100% - 60px);
  }
  .dev__sections1__big {
    margin: 30px 0;
    font-size: 14px;
  }
  .dev__sections2__wrapp {
    flex-direction: column;
  }
  .dev__sections2__vk {
    font-size: 40px;
  }
  .dev__sections2__right {
    margin: 30px 0;
    max-width: 100%;
    font-size: 14px;
  }
  .dev__sections2__quote {
    margin: 30px 0 20px;
    display: block;
    text-align: center;
  }
  .dev__sections2__quote img {
    width: 18px;
    position: relative;
    top: 3px;
  }
  .dev__sections2__item {
    max-width: 100%;
    margin-right: 0;
  }
  .dev__sections2__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .dev__sections2__quote2 {
    font-size: 14px;
  }
  .dev__sections3__img {
    display: block;
    position: static;
  }
  .dev__sections3 .portal__quote {
    padding: 20px;
    text-align: center;
  }
  .dev__sections3 .portal__quote {
    margin-top: 35px;
  }
  .dev__sections4__righttop {
    margin-top: 30px;
  }
  .dev__sections7__text1,
  .dev__sections6__quote,
  .dev__sections6__text,
  .dev__sections5__end,
  .dev__sections5__text1,
  .dev__sections5__text2,
  .dev__sections4__quote,
  .dev__sections4__righttop,
  .dev__sections3__quote,
  .dev__sections3__item2,
  .dev__sections3__item,
  .dev__sections3__title,
  .dev__sections3__text {
    font-size: 14px;
  }
  .dev__sections5__wrapp,
  .dev__sections4__wrapp {
    flex-direction: column;
  }
  .dev__sections5__right {
    max-width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .dev__sections5__end {
    margin-top: 30px;
  }
  .dev__sections5__quote {
    padding: 20px;
  }
  .dev__sections5__quote img {
    width: 18px;
    position: relative;
    top: 3px;
  }
  .dev__sections6__img {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    left: auto;
    margin: 30px 0 40px;
  }
  .dev .main-title {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
  .dev .main-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .dev__sections7__img {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
  .dev__sections8__text1,
  .dev__sections7__quote {
    font-size: 14px;
  }
  .dev__sections8__img2 {
    display: block;
    text-align: center;
  }
  .dev__sections8__wrapps {
    flex-direction: column;
  }
  .dev__sections8__item {
    max-width: 100%;
    margin-right: 0;
  }
  .dev__sections8__card {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .dev__sections8__text {
    font-size: 14px;
  }
  .dev__sections8__item:last-child {
    margin-bottom: 0;
  }
  .dev__sections8__wrapps {
    margin-bottom: 30px;
  }
  .dev__sections9__end,
  .dev__sections8__end {
    font-size: 14px;
  }
  .dev__sections9__title {
    font-size: 20px;
  }
  .dev__sections10__wrapper,
  .dev__sections9__wrapp {
    flex-direction: column;
  }
  .dev__sections9__right {
    display: none;
  }
  .dev__sections9__mob {
    margin-top: 30px;
    display: block;
  }
  .dev__sections10__right {
    max-width: 100%;
  }
  .dev__sections10__img {
    display: block;
    text-align: center;
  }
  .dev__sections10__right {
    font-size: 14px;
    margin-top: 20px;
  }
  .dev__sections10__text2,
  .dev__sections10__text1 {
    font-size: 14px;
  }
  .dev__sections10__item {
    max-width: 100%;
    margin-right: 0;
  }
  .dev__sections10__item_last {
    font-size: 14px;
  }
  .dev__sections10__22 {
    display: block;
    text-align: center;
  }

  .footer__right {
    max-width: 100%;
  }

  .social {
    margin: 0 auto;
    margin-top: 0;
}

.footer__phone {
  margin-top: 30px;
}

.footer__copyright {
  margin: 0;
  margin-top: 14px;
}

}

.grid  {
  display: none;
}

@media screen and (min-width:1391px) and (max-width:1580px) {
  .prices__item {
    max-width: calc(34% - 35px);
  }
  .prices__item:nth-child(4n) {
    margin-right: 30px;
  }
  .prices__item:nth-child(6),
  .prices__item:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width:1680px) {
  .submenu {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    border-bottom: none;
}

.navigation__submenu {
  padding: 0 15px;
}

.submenu__href {
  padding: 16px 21px;
}

}

@media screen and (max-width:1000px) {
  .navigation__submenu {
    padding: 0;
  }
  .submenu__href {
    font-size: 14px;
  }
}