.d-table {
  display: table;
}

.d-none {
  display: none;
}

.d-i-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-i-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.border-none {
  border: none;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.m-0 {
  margin: 0;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

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

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.m-auto {
  margin: auto;
}

.transit-03 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Lazy load Animation */

.sk-spinner-pulse {
  -webkit-animation: sk-spinner-pulse 1s infinite ease-in-out;
  animation: sk-spinner-pulse 1s infinite ease-in-out;
  background-color: #337ab7;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

@-webkit-keyframes sk-spinner-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-spinner-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-spinner {
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.b-lazy.b-loaded {
  opacity: 1;
}

* {
  outline: none;
}

html,
body {
  height: 100%;
}

ul,
ol {
  margin-left: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style: none;
}

.img-object {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

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

a {
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1372px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.admin-bar .header .container {
  top: 32px;
}

._pc .menu-item:hover {
  color: #fff;
}
/*
.header .container {
  height: 104px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
*/
.header__wrap-site-branding {
  min-width: 177px;
  margin-right: 150px;
}

.header__burger {
  height: 32px;
  position: relative;
  width: 32px;
  z-index: 100;
}

.header__burger.active .header__burger-open {
  display: none;
}

.header__burger.active .header__burger-close {
  display: block;
}

.header__burger-open,
.header__burger-close {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.header__burger-open {
  opacity: 1;
}

.header__burger-close {
  display: none;
}

.header__arrow {
  bottom: 1px;
  margin-left: 5px;
  position: relative;
  padding: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__arrow svg {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.header__menu {
  padding-left: 20px;
  padding-right: 20px;
}

.header__menu .menu-item {
  color: #E3E3E3;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: table;
  margin: 6px 20px;
}

.header__menu .menu-item.current_page_item svg,
.header__menu .menu-item.current_page_item > a,
.header__menu .menu-item.current_page svg,
.header__menu .menu-item.current_page > a {
  color: #fff;
}

.header__menu .menu-item.menu-item-has-children {
  position: relative;
}

.header__menu .menu-item.menu-item-has-children .menu-item {
  color: #F75005;
}

.header__menu .menu-item.menu-item-has-children .menu-item.current_page_item svg,
.header__menu .menu-item.menu-item-has-children .menu-item.current_page_item > a,
.header__menu .menu-item.menu-item-has-children .menu-item.current_page svg,
.header__menu .menu-item.menu-item-has-children .menu-item.current_page > a {
  color: #f75005;
}

.header__menu .menu-item.menu-item-has-children.show-submenu .header__arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-left: 0;
  margin-right: 0;
}

.header__menu .menu-item.menu-item-has-children .sub-menu .menu-item .header__arrow svg {
  display: none;
}

.header__menu .menu-item a {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-first-screen {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  padding-bottom: 32px;
}

.home-first-screen .container {
  height: auto;
}

.home-first-screen__illustration-one,
.home-first-screen__illustration-two {
  z-index: 0;
}

.home-first-screen__illustration-one {
  left: 32%;
  top: 100px;
}

.home-first-screen__illustration-two {
  left: 46%;
  opacity: 0.3;
  top: 385px;
}

.home-first-screen__items {
  margin-top: 111px;
}

.home-first-screen__items-bottom {
  margin-left: -15px;
  margin-right: -15px;
}

.home-first-screen__item {
  width: 50%;
}

.home-first-screen__item:nth-child(1) {
  padding-top: 72px;
}

.home-first-screen__item-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 138px;
  padding-left: 6%;
  padding-right: 6%;
  width: calc(33.3333% - 30px);
}


.home-first-screen__item-bottom:nth-child(2) {
  position: relative;
}

.home-first-screen__item-bottom:nth-child(2)::before,
.home-first-screen__item-bottom:nth-child(2)::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 94px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 1px;
}

.home-first-screen__item-bottom:nth-child(2)::before {
  left: -15px;
}

.home-first-screen__item-bottom:nth-child(2)::after {
  right: -15px;
}

.home-first-screen__item-bottom-wrap-illustration {
  height: 80px;
  margin-bottom: 8px;
}

.home-first-screen__item-bottom-wrap-illustration img {
  max-height: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.home-first-screen__item-bottom-title,
.home-first-screen__item-bottom-text {
  margin: 0;
}

.home-first-screen__item-bottom-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}

.home-first-screen__item-bottom-text {
  color: #F3F3F3;
  font-size: 16px;
  line-height: 24px;
}

.home-first-screen__text-above-title {
  color: #ECECEC;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 16px;
}

.home-first-screen__title {
  color: #fff;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin: 0 0 25px;
}

.home-first-screen__text {
  color: #EEE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-right: 32px;
}

.home-first-screen__button {
  background-color: #fff;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 57px;
  line-height: 54px;
  min-width: 196px;
  margin-top: 31px;
  text-align: center;
}

.home-first-screen__button span {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-first-screen__button:hover {
  background-color: #f5f5f5 !important;
}

.home-first-screen__button:hover span {
  background: -o-linear-gradient(331.95deg, #F57B51 13.87%, #D63447 67.93%);
  background: linear-gradient(118.05deg, #F57B51 13.87%, #D63447 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-first-screen__image-big {
  min-height: 300px;
  top: -64px;
}

.usecases {
  margin-bottom: 85px;
  margin-top: 80px;
}

.usecases .container {
  padding-bottom: 50px;
}

.usecases__title {
  font-family: "Poppins",
 sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 64px;
}

.usecases__title span {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.usecases__item {
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  padding: 22px 10px 22px;
}

.usecases__item.active-item {
  cursor: default;
}

.usecases__item.active-item,
.usecases__item:hover {
  border: 1px solid #F57B51;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.usecases__item.active-item .usecases__image.show,
.usecases__item:hover .usecases__image.show {
  opacity: 0;
  visibility: hidden;
}

.usecases__item.active-item .usecases__image.hover,
.usecases__item:hover .usecases__image.hover {
  opacity: 1;
  visibility: visible;
}

.usecases__item.active-item .usecases__item-title span,
.usecases__item:hover .usecases__item-title span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%), #333;
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%), #333;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.usecases__item.active-item .usecases__item-text,
.usecases__item:hover .usecases__item-text {
  color: #737373;
}

.usecases__item-wrap-illustration {
  height: 124px;
}

.usecases__item-wrap-illustration img {
  max-height: 100%;
}

.usecases__item-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 25px 0;
}

.usecases__item-title-number {
  font-weight: 600;
}

.usecases__item-text {
  color: #BDBDBE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.usecases__image {
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  visibility: hidden;
}

.usecases__image.show {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination {
  margin-top: 18px;
  position: static !important;
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: #C4C4C4 !important;
  height: 6px !important;
  margin-left: 4px;
  margin-right: 4px;
  width: 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #E2504B !important;
  height: 8px !important;
  width: 8px !important;
}

.dev-scr {
  padding-bottom: 34px;
}

.dev-scr__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 28px;
}

.dev-scr__title span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dev-scr__title span strong {
  font-weight: 800;
}

.dev-scr__illustration-center {
  left: 0;
  right: 0;
  top: 45px;
}

.dev-scr__illustration-center.mobile {
  display: none;
}

.dev-scr__illustration-center.arrow-left,
.dev-scr__illustration-center.arrow-center,
.dev-scr__illustration-center.arrow-right {
  display: none;
}

.dev-scr__illustration-center.arrow-left {
  z-index: -1;
}

.dev-scr__illustration-left {
  right: -95px;
  top: 85px;
  z-index: -1;
}

.dev-scr__text-under-illustration {
  color: #737373;
  font-size: 20px;
  line-height: 32px;
  margin: 4px 0 0;
}

.dev-scr__wrap-items {
  margin-top: 10px;
  max-width: 1100px;
}

.dev-scr__wrap-items-two {
  max-width: 1100px;
}

.dev-scr__items {
  margin-left: -15px;
  margin-right: -15px;
}

.dev-scr__items-two {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 47px;
}

.dev-scr__item {
  margin-left: 15px;
  margin-right: 15px;
}

.dev-scr__item:nth-child(1) {
  width: calc(35% - 30px);
}

.dev-scr__item:nth-child(2) {
  width: calc(30% - 30px);
}

.dev-scr__item:nth-child(3) {
  width: calc(35% - 30px);
}

.dev-scr__item-two {
  margin-left: 15px;
  margin-right: 15px;
}

.dev-scr__item-two:nth-child(1) {
  width: calc(34% - 30px);
}

.dev-scr__item-two:nth-child(1) .dev-scr__illustration {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.dev-scr__item-two:nth-child(2),
.dev-scr__item-two:nth-child(3) {
  width: calc(32% - 30px);
}

.dev-scr__item-two:nth-child(2) .wrap-arrow-text,
.dev-scr__item-two:nth-child(3) .wrap-arrow-text {
  right: 85%;
  top: 10%;
  width: 320px;
  max-width: 100%;
  z-index: -1;
}

.dev-scr__item-two:nth-child(2) .wrap-arrow-text-two,
.dev-scr__item-two:nth-child(3) .wrap-arrow-text-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 88%;
  top: 6%;
  width: 150px;
  max-width: 100%;
}

.dev-scr__item-two:nth-child(2) .wrap-arrow-text-two .dev-scr__illustration-center-two,
.dev-scr__item-two:nth-child(3) .wrap-arrow-text-two .dev-scr__illustration-center-two {
  margin-top: 26px;
  max-width: 100%;
  width: 97px;
}

.dev-scr__item-two:nth-child(2) .wrap-arrow-text-two p,
.dev-scr__item-two:nth-child(3) .wrap-arrow-text-two p {
  color: #737373;
}

.dev-scr__item-two:nth-child(2) .wrap-arrow-text p,
.dev-scr__item-two:nth-child(3) .wrap-arrow-text p {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  max-width: 140px;
}

.dev-scr__item-two:nth-child(3) {
  width: calc(34% - 30px);
}

.dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
  -webkit-transform: translate(-28%, 0);
      -ms-transform: translate(-28%, 0);
          transform: translate(-28%, 0);
}

.dev-scr__item-two:first-child .dev-scr__item-title-two {
  margin-bottom: 0;
}

.dev-scr__item-two:nth-child(1),
.dev-scr__item-two:nth-child(3) {
  -webkit-transform: translate(0, -47px);
      -ms-transform: translate(0, -47px);
          transform: translate(0, -47px);
}

.dev-scr__item:first-child .dev-scr__item-title {
  color: #6B9E67;
}

.dev-scr__item:nth-child(3) .dev-scr__item-title {
  color: #D34738;
}

.dev-scr__item-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  margin: 0;
}

.dev-scr__item-title-two {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
}

.dev-scr__item-title-two-under-illustration {
  color: #E6622F;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 16px 0 0;
}

.dev-scr__item ul {
  padding-left: 8px;
}

.dev-scr__item ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-left: 22px;
}

.dev-scr__item ul li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 6px;
}

.dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 72px;
}

.dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) {
  margin-bottom: 98px;
}

.dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .dev-scr__illustration {
  margin-top: -28px;
  max-width: 190px;
}

.dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile-arrow {
  right: -45px;
  top: -71px;
  z-index: -1;
}

.dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile {
  background-color: #fff;
  border-radius: 8px;
  left: 175px;
  margin: -12px;
  padding: 12px;
  position: absolute;
  top: -10px;
  width: 66px;
  z-index: 100;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul,
.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul {
  padding-left: 0;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li,
.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li {
  padding-left: 0;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li::before,
.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li::before {
  display: none;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li h4,
.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li h4 {
  margin-bottom: 17px;
  margin-top: 17px;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li p,
.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) .dev-scr__item-two-wrap-content {
  margin-right: 35px;
  -webkit-transform: translateY(-38px);
      -ms-transform: translateY(-38px);
          transform: translateY(-38px);
}

.dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) .dev-scr__item-two-wrap-content {
  left: 45px;
  position: relative;
}

.dev-scr .usecases-content-tab-three .dev-scr__item:nth-child(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}

.dev-scr .usecases-content-tab-three .dev-scr__item-two:first-child .dev-scr__item-title-two {
  margin-bottom: 43px;
}

.dev-scr .usecases-content-tab-three .dev-scr__illustration-center {
  top: 27px;
}

.skinive-currently {
  background: radial-gradient(1009.05% 124.02% at 67.85% 174.35%, rgba(255, 214, 51, 0.51) 0%, rgba(251, 206, 183, 0.12) 93.23%);
  margin-bottom: 100px;
  margin-top: 100px;
  padding-bottom: 80px;
  padding-top: 80px;
}

.skinive-currently__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 64px;
}

.skinive-currently__title span {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.skinive-currently__items {
  max-width: 835px;
  padding-right: 25px;
}

.skinive-currently__item {
  width: 50%;
}

.skinive-currently__link-to-doc {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  border-radius: 30px;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  height: 56px;
  margin-top: 47px;
  min-width: 280px;
  padding: 0 12px;
}

.skinive-currently__link-to-doc:hover {
  background: -o-linear-gradient(341.83deg, #F57B51 -63.1%, #D63447 65.79%);
  background: linear-gradient(108.17deg, #F57B51 -63.1%, #D63447 65.79%);
}

.skinive-currently-accordion-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 17px;
}

.skinive-currently-accordion-header span::after {
  background: rgba(247, 80, 5, 0.12);
  border-radius: 1px;
  content: "";
  display: table;
  height: 2px;
  width: 100%;
}

.skinive-currently-accordion__item {
  margin-bottom: 48px;
}

.skinive-currently-accordion__item:last-child {
  margin-bottom: 0;
}

.skinive-currently-accordion__item.active .skinive-currently-accordion-header span::after {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
}

.skinive-currently-accordion__item.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.skinive-currently-accordion__item.active svg path {
  stroke: #F57B51;
}

.skinive-currently-accordion-body__contents {
  padding-left: 15px;
}

.skinive-currently-accordion-body__contents p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding-left: 10px;
  position: relative;
}

.skinive-currently-accordion-body__contents p:last-child {
  margin-bottom: 0;
}

.skinive-currently-accordion-body__contents p::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -4px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.skinive-currently__accordion svg {
  right: -25px;
  top: 15px;
}

.skinive-currently__accordion svg path {
  stroke: #333;
}

.competitors {
  margin-bottom: 125px;
  margin-top: 162px;
}

.competitors .container {
  max-width: 1132px;
}

.competitors__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 32px;
}

.competitors__title span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.competitors__table {
  background-color: #FBFBFB;
  border-radius: 32px;
  max-width: 800px;
  margin-bottom: 8px;
  margin-top: 31px;
  min-width: 992px;
}

.competitors__table-row {
  border-bottom: 2px solid #F5F4F4;
  counter-reset: section;
}

.competitors__table-row:last-child {
  border-bottom: 0;
}

.competitors__table-row:nth-child(1) .competitors__table-td-number::before,
.competitors__table-row:nth-child(2) .competitors__table-td-number::before,
.competitors__table-row:nth-child(3) .competitors__table-td-number::before,
.competitors__table-row:nth-child(4) .competitors__table-td-number::before,
.competitors__table-row:nth-child(5) .competitors__table-td-number::before,
.competitors__table-row:nth-child(6) .competitors__table-td-number::before,
.competitors__table-row:nth-child(7) .competitors__table-td-number::before,
.competitors__table-row:nth-child(8) .competitors__table-td-number::before,
.competitors__table-row:nth-child(9) .competitors__table-td-number::before,
.competitors__table-row:nth-child(10) .competitors__table-td-number::before {
  counter-increment: section;
  content: "0";
}

.competitors__table-th,
.competitors__table-td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  padding-right: 15px;
}

.competitors__table-th:first-child,
.competitors__table-td:first-child {
  padding-left: 24px;
  max-width: 310px;
  min-width: 310px;
}

.competitors__table-th:nth-child(2),
.competitors__table-td:nth-child(2) {
  max-width: 209px;
  min-width: 209px;
}

.competitors__table-th:nth-child(3),
.competitors__table-td:nth-child(3) {
  max-width: 265px;
  min-width: 265px;
}

.competitors__table-th:last-child,
.competitors__table-td:last-child {
  padding-right: 24px;
  width: 100%;
}

.competitors__table-th {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 22px;
  padding-top: 22px;
  text-transform: uppercase;
}

.competitors__table-th:first-child {
  font-size: 24px;
  text-transform: capitalize;
}

.competitors__table-th span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.competitors__table-td {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 77px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.competitors__table-td > img{
  margin-right: auto;
  margin-left: auto;
}

.competitors__table-param{
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.competitors__table-param > span:first-child{
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  width: 100%;

}

.competitors__table-param > span:last-child{
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.competitors__table-td:first-child {
  font-weight: 400;
}

.competitors__table-td-number {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 5px;
}

.competitors__wrapForm {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 116px;
}

.competitors__title-above-form {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.competitors .wpcf7-form p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.competitors .wpcf7-form .wpcf7-form-control-wrap {
  margin-right: 12px;
  width: 468px;
  max-width: 100%;
}

.competitors .wpcf7-form .wpcf7-form-control {
  margin-bottom: 5px;
  width: 100%;
}

.competitors .wpcf7-form .wpcf7-text {
  padding-top: 5px;
}

.competitors .wpcf7-form .wpcf7-form-control,
.competitors .wpcf7-form .wpcf7-text {
  background: #F5F5F5;
  border-radius: 32px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  padding-left: 16px;
  padding-right: 16px;
}

.competitors .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder, .competitors .wpcf7-form .wpcf7-text::-webkit-input-placeholder {
  color: #BDBDBE;
}

.competitors .wpcf7-form .wpcf7-form-control::-moz-placeholder, .competitors .wpcf7-form .wpcf7-text::-moz-placeholder {
  color: #BDBDBE;
}

.competitors .wpcf7-form .wpcf7-form-control:-ms-input-placeholder, .competitors .wpcf7-form .wpcf7-text:-ms-input-placeholder {
  color: #BDBDBE;
}

.competitors .wpcf7-form .wpcf7-form-control::-ms-input-placeholder, .competitors .wpcf7-form .wpcf7-text::-ms-input-placeholder {
  color: #BDBDBE;
}

.competitors .wpcf7-form .wpcf7-form-control::placeholder,
.competitors .wpcf7-form .wpcf7-text::placeholder {
  color: #BDBDBE;
}

.competitors .wpcf7-form textarea {
  overflow: hidden;
  resize: none;
  white-space: nowrap;
}

.competitors .wpcf7-form .wpcf7-submit {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 0;
  min-width: 196px;
  width: auto;
  text-align: center;
}

.competitors .wpcf7-form .wpcf7-submit:hover {
  background: -o-linear-gradient(341.83deg, #F57B51 -63.1%, #D63447 65.79%);
  background: linear-gradient(108.17deg, #F57B51 -63.1%, #D63447 65.79%);
}

.competitors .wpcf7-form .wpcf7-spinner {
  bottom: 60px;
  position: absolute;
  right: 186px;
}

.competitors .wpcf7-form .wpcf7-not-valid-tip {
  margin: 8px 0 0 1px;
}

.competitors .wpcf7-form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 40px;
  padding: 0;
  border: none;
}

.competitors__blockVideo {
  background-color: #FBFBFB;
  border-radius: 32px;
  margin-top: 40px;
  padding: 24px 30px;
}

.competitors__blockVideo-wrapPhoto {
  height: 194px;
  width: 174px;
}

.competitors__blockVideo-wrapPhoto img,
.competitors__blockVideo-wrapPhoto svg {
  max-width: 100%;
}

.competitors__blockVideo-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 1px auto 30px;
}

.competitors__blockVideo-title::after {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  content: "";
  display: block;
  height: 2px;
  margin-top: -8px;
  width: 100%;
}

.competitors__blockVideo-title span {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.competitors__blockVideo-text {
  color: #737373;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 830px;
}

.featured-on {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  margin-bottom: 100px;
  margin-top: 100px;
  padding-bottom: 48px;
  padding-top: 62px;
}

.featured-on__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 15px;
}

.featured-on__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 20%;
}

.featured-on__item img {
  max-height: 100%;
  max-width: 100%;
}

.dev-wrap-recommended {
  margin-bottom: 164px;
  margin-top: 124px;
  max-width: 1040px;
}

.recommended {
  margin-top: 65px;
}

.recommended__title {
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 0 23px !important;
}

.recommended__item {
  background: -o-radial-gradient(67.85% 174.35%, 1009.05% 124.02%, rgba(255, 214, 51, 0.51) 0%, rgba(251, 206, 183, 0.12) 93.23%);
  background: radial-gradient(1009.05% 124.02% at 67.85% 174.35%, rgba(255, 214, 51, 0.51) 0%, rgba(251, 206, 183, 0.12) 93.23%);
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recommended__info {
  padding: 16px;
}

.recommended__wrapImage {
  padding-bottom: 64%;
}

.recommended__date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 24px !important;
  margin: 0 0 9px !important;
}

.recommended__wrapTitle {
  height: 72px;
}

.recommended__item-title {
  color: #333;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  margin: 0 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recommended__text {
  padding-bottom: 8px;
  padding-top: 24px;
}

.recommended__text p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recommended__permalink {
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  height: 54px;
  min-width: 167px;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.recommended__permalink:hover {
  background-color: #f75005;
  border-color: #f75005;
  color: #fff;
}

.home-data-last-news-swiper-pagination {
  margin-top: 28px;
  position: static !important;
  width: 100%;
}

.home-data-last-news-swiper-pagination-bullet {
  background-color: #C4C4C4 !important;
  height: 6px !important;
  margin-left: 4px;
  margin-right: 4px;
  width: 6px !important;
}

.home-data-last-news-swiper-pagination-bullet-active {
  background-color: #E2504B !important;
  height: 8px !important;
  width: 8px !important;
}

.home-faq {
  margin-bottom: 164px;
  margin-top: 150px;
}

.home-faq__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 32px;
}

.home-faq__title span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#faq-load-more {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  height: 56px;
  padding: 0 20px;
  min-width: 253px;
}

#faq-load-more:hover {
  background: -o-linear-gradient(341.83deg, #F57B51 -63.1%, #D63447 65.79%);
  background: linear-gradient(108.17deg, #F57B51 -63.1%, #D63447 65.79%);
}

#faq-load-more.noContent {
  display: none;
}

.home-data-privacy {
  margin-bottom: 106px;
}

.home-data-privacy__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 33px;
}

.home-data-privacy__title span {
  background: -o-linear-gradient(341.83deg, #D63447 -63.1%, #F57B51 65.79%);
  background: linear-gradient(108.17deg, #D63447 -63.1%, #F57B51 65.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-data-privacy__text {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.home-data-privacy__items {
  margin-top: 63px;
}

.home-data-privacy__item-wrap-illustration {
  height: 124px;
  margin-bottom: 24px;
}

.home-data-privacy__item-wrap-illustration img {
  max-height: 100%;
}

.home-data-privacy__item-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 25px;
}

.home-data-privacy__item-title-number {
  background: -o-linear-gradient(331.95deg, #D63447 13.87%, #F57B51 67.93%);
  background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.home-data-privacy__item-text {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.home-data-privacy .home-data-privacy-swiper-pagination {
  margin-top: 28px;
}

.page__header {
  background: -o-linear-gradient(331.95deg, #d63447 13.87%, #f57b51 67.93%);
  background: linear-gradient(118.05deg, #d63447 13.87%, #f57b51 67.93%);
}

body .title-page {
  color: #fff;
  font-size: 40px;
  line-height: 64px;
  margin: auto;
  text-align: center;
}

body.post-template-default main.main .container,
body.page-template-default main.main .container {
  max-width: 960px;
  padding-bottom: 63px;
  padding-top: 22px;
}

body.post-template-default .page__header .container,
body.page-template-default .page__header .container,
body.category .page__header .container {
  height: 272px;
  text-align: center;
}

body.post-template-default .content-page .wp-block-quote,
body.page-template-default .content-page .wp-block-quote,
body.category .content-page .wp-block-quote {
  background-color: #f4f4f4;
  margin: 0;
  padding: 32px;
}

body.post-template-default .content-page .wp-block-quote p,
body.page-template-default .content-page .wp-block-quote p,
body.category .content-page .wp-block-quote p {
  font-size: 18px;
  line-height: 28px;
}

body.post-template-default .content-page ol,
body.post-template-default .content-page ul,
body.page-template-default .content-page ol,
body.page-template-default .content-page ul,
body.category .content-page ol,
body.category .content-page ul {
  margin-bottom: 23px;
  padding-left: 15px;
}

body.post-template-default .content-page ol li,
body.post-template-default .content-page ul li,
body.page-template-default .content-page ol li,
body.page-template-default .content-page ul li,
body.category .content-page ol li,
body.category .content-page ul li {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 15px;
}

body.post-template-default .content-page ol li,
body.page-template-default .content-page ol li,
body.category .content-page ol li {
  list-style-type: unset;
  list-style-position: inside;
}

body.post-template-default .content-page ul li,
body.page-template-default .content-page ul li,
body.category .content-page ul li {
  list-style: disc;
  list-style-position: inside;
}

body.post-template-default .content-page h1,
body.post-template-default .content-page h2,
body.post-template-default .content-page h3,
body.post-template-default .content-page h4,
body.post-template-default .content-page h5,
body.post-template-default .content-page h6,
body.page-template-default .content-page h1,
body.page-template-default .content-page h2,
body.page-template-default .content-page h3,
body.page-template-default .content-page h4,
body.page-template-default .content-page h5,
body.page-template-default .content-page h6,
body.category .content-page h1,
body.category .content-page h2,
body.category .content-page h3,
body.category .content-page h4,
body.category .content-page h5,
body.category .content-page h6 {
  margin: 43px 0 26px;
}

body.post-template-default .content-page h1,
body.page-template-default .content-page h1,
body.category .content-page h1 {
  font-size: 36px;
  line-height: 52px;
}

body.post-template-default .content-page h2,
body.page-template-default .content-page h2,
body.category .content-page h2 {
  font-size: 32px;
  line-height: 48px;
}

body.post-template-default .content-page h3,
body.page-template-default .content-page h3,
body.category .content-page h3 {
  font-size: 28px;
  line-height: 46px;
}

body.post-template-default .content-page h4,
body.page-template-default .content-page h4,
body.category .content-page h4 {
  font-size: 26px;
  line-height: 40px;
}

body.post-template-default .content-page h5,
body.page-template-default .content-page h5,
body.category .content-page h5 {
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}

body.post-template-default .content-page h6,
body.page-template-default .content-page h6,
body.category .content-page h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

body.post-template-default .content-page p,
body.page-template-default .content-page p,
body.category .content-page p {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 25px;
}

body.post-template-default .content-page p:last-child,
body.page-template-default .content-page p:last-child,
body.category .content-page p:last-child {
  margin-bottom: 0;
}

body.post-template-default .page__header .container {
  height: auto;
  text-align: left;
}

body.post-template-default .header-preview__title {
  font-size: 40px;
  line-height: 64px;
}

body.post-template-default .wp-block-image {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 48px;
  margin-top: 48px;
}

.footer {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 54px;
  padding-top: 23px;
}

.footer__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__item:nth-child(1) {
  padding-right: 15px;
  padding-top: 9px;
}

.footer__item:nth-child(1),
.footer__item:nth-child(3) {
  width: 25%;
}

.footer__item:nth-child(2) {
  width: 50%;
}

.footer__item:nth-child(3) {
  padding-left: 20px;
  padding-top: 29px;
}

.footer__mavmenu li {
  margin: 8px 13px;
  white-space: nowrap;
}

.footer__mavmenu li a {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__mavmenu li a:hover {
  color: #999;
}

.footer__mavmenu li.current_page_item a,
.footer__mavmenu li.current_page a {
  color: #f75005;
}

.footer__wrap-logo {
  margin-bottom: 4px;
}

.footer__copyright,
.footer__text-under-copyright {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}

.footer__wrap-project {
  max-width: 280px;
}

.footer__about-project p {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  margin: 0;
  margin-left: 13px;
}

.footer__social-link {
  background-color: #f75005;
  border-radius: 50px;
  height: 40px;
  margin: 8px 8px;
  width: 40px;
}

.footer__social-link:last-child {
  margin-right: 0;
}

.footer__social-link:hover svg {
  left: calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transform: scale(0.9) translate(-50%, -50%);
      -ms-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
}

.footer__social-link svg {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button[disabled] {
  cursor: not-allowed;
}

.header-bottom-container{
  display: none;
}

@media screen and (min-width: 481px) {
  .footer__mavmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 761px) {
  .home-first-screen__item-bottom:first-child{
    padding-left: 0;
  }
  .home-first-screen__item-bottom:last-child{
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile-arrow {
    display: none;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile {
    display: none;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two .dev-scr__illustration-left-mobile-arrow-two {
    display: none;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(1) .dev-scr__illustration-mobile {
    display: none;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__illustration-left-mobile-arrow {
    display: none;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(1) .dev-scr__illustration-mobile {
    display: none;
  }

  .recommended__text {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }

  .header__wrap-menu .footer__wrap-logo {
    display: none;
  }

  .header__wrap-menu .header__burger {
    display: none;
  }

  .header__menu .menu-item.menu-item-has-children.show-submenu .sub-menu {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
  }

  .header__menu .menu-item.menu-item-has-children .sub-menu {
    background-color: #fff;
    border: 1px solid rgba(247, 80, 5, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 6px rgba(247, 80, 5, 0.12), 0px 8px 8px rgba(247, 80, 5, 0.08);
            box-shadow: 0px 4px 6px rgba(247, 80, 5, 0.12), 0px 8px 8px rgba(247, 80, 5, 0.08);
    border-radius: 10px;
    left: -18px;
    padding: 8px 18px;
    position: absolute;
    pointer-events: none;
    top: 24px;
    width: 200px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-pagination {
    width: 100%;
  }

  .home-data-last-news-swiper-pagination {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 1300.98px) {
  .competitors__wrapTable {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1280.98px) {
  .home-first-screen__items-bottom {
    padding-top: 60px;
  }

  .home-first-screen__item-bottom {
    margin-top: 78px;
  }

  .home-first-screen__title {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 1200.98px) {
  .header__wrap-site-branding {
    margin-right: 80px;
    min-width: auto;
    min-width: 160px;
  }

  .home-first-screen__item-bottom {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-first-screen__image-big {
    top: -34px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) .dev-scr__item-two-wrap-content {
    left: 35px;
  }
}

@media screen and (max-width: 1100.98px) {
  .home-first-screen__title {
    font-size: 36px;
    line-height: 52px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text-two {
    left: 92%;
    top: 12%;
    width: 120px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two .dev-scr__illustration-center-two,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text-two .dev-scr__illustration-center-two {
    margin-top: 18px;
    width: 88px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-title-two-under-illustration {
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0 0;
  }

  .featured-on__item {
    width: 25%;
  }
}

@media screen and (max-width: 1024.98px) {
  .header__arrow {
    bottom: 3px;
    margin-left: 10px;
  }

  .header__arrow svg {
    height: 12px;
    width: 16px;
  }

  .header__wrap-menu .footer__wrap-logo {
    margin-left: 20px;
  }

  .header__wrap-menu .header__burger {
    position: absolute;
    right: 23px;
    top: 36px;
    z-index: -1;
  }
/*
  .header__wrap-menu {
    background-color: #fff;
    height: 98vh;
    left: -100%;
    padding-bottom: 40px;
    padding-top: 28px;
    position: absolute;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    width: 360px;
    max-width: 100%;
    z-index: 100;
  }
*/
  .header__wrap-menu.open-menu {
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header-bottom-container{
    display: block;
    position: absolute;
	left: 0;
	right: 0;
    bottom: 25px;
  }

  .header-bottom-container .content-socials{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .header-bottom-container .content-socials .footer__social-link {
    height: 40px;
    width: 40px;
    background-color: #f75005
  }

  .header-bottom-container .header__bottom-menu .menu-item{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .header-bottom-container .header__bottom-menu .menu-item a{
	  font-family: "Montserrat", sans-serif;
    font-size: 14px;
	  font-weight: 600;
    line-height: 24px;
    color: #606060;
  }

  .header__menu {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: calc(100vh - 335px);
    overflow: auto;
    margin-top: 49px;
    padding-bottom: 30px;
  }

  .header__menu .menu-item {
    color: #F75005;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
    font-weight: 700;
  }

  .header__menu .menu-item:last-child {
    margin-bottom: 0;
  }

  .header__menu .menu-item.current_page_item svg,
  .header__menu .menu-item.current_page_item > a,
  .header__menu .menu-item.current_page svg,
  .header__menu .menu-item.current_page > a {
    color: #f75005;
  }

  .header__menu .menu-item.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__menu .menu-item.menu-item-has-children.show-submenu .sub-menu {
    display: block;
  }

  .header__menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 5px;
    padding: 12px 18px;
    top: 35px;
    width: 300px;
  }

  .home-first-screen__items {
    margin-top: 50px;
  }

  .home-first-screen__item-bottom {
    margin-top: 30px;
  }

  .home-first-screen__image-big {
    top: 30px;
  }

  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text {
    width: 240px;
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }

  .dev-scr__item:nth-child(1),
  .dev-scr__item:nth-child(3) {
    margin-bottom: 50px;
  }

  .dev-scr__item-title {
    font-size: 21px;
    line-height: 33px;
  }

  .dev-scr__item-title-two {
    font-size: 20px;
    line-height: 28px;
  }

  .dev-scr__item ul li {
    font-size: 20px;
    line-height: 28px;
  }

  .dev-scr__item ul li::before {
    top: 10px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__items-two {
    margin-top: -10px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li h4,
  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li h4 {
    margin-bottom: 12px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li p,
  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li p {
    font-size: 18px;
    line-height: 26px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) .dev-scr__item-two-wrap-content {
    margin-right: 15px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) .dev-scr__item-two-wrap-content {
    left: 30px;
  }

  .featured-on__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333%;
  }

  .dev-wrap-recommended .home-data-last-news-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-data-privacy .home-data-privacy-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body .title-page {
    font-size: 32px;
    line-height: 56px;
  }

  body.post-template-default .page__header .container,
  body.page-template-default .page__header .container,
  body.category .page__header .container {
    height: 200px;
  }

  body.post-template-default .page__header .container {
    height: auto;
  }

  .footer__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__item:nth-child(1),
  .footer__item:nth-child(3) {
    width: 50%;
  }

  .footer__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 25px;
    width: 100%;
  }
	.page-template-template-for-developers .header .container{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width: 960.98px) {
  .home-first-screen__items {
    margin-top: 30px;
  }

  .dev-scr__illustration-left {
    max-width: 85%;
    top: 110px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text {
    right: 78%;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text-two {
    left: 95%;
    top: 15%;
    width: 100px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two .dev-scr__illustration-center-two,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text-two .dev-scr__illustration-center-two {
    margin-top: 12px;
    width: 65px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text p,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text p {
    position: relative;
    right: 7%;
    max-width: 100px;
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-18%, 0);
        -ms-transform: translate(-18%, 0);
            transform: translate(-18%, 0);
  }
}

@media screen and (max-width: 900.98px) {
  .home-first-screen__text-above-title {
    margin-bottom: 5px;
  }

  .home-first-screen__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
  }

  .home-first-screen__text {
    font-size: 14px;
    line-height: 18px;
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text {
    right: 75%;
    top: 18%;
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-16%, 0);
        -ms-transform: translate(-16%, 0);
            transform: translate(-16%, 0);
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) .dev-scr__item-two-wrap-content {
    left: 20px;
  }
}

@media screen and (max-width: 860.98px) {
  .dev-scr__item-two:nth-child(2) .wrap-arrow-text,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text {
    top: 15%;
    width: 200px;
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-14%, 0);
        -ms-transform: translate(-14%, 0);
            transform: translate(-14%, 0);
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(1),
  .dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(3) {
    margin-bottom: 0;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(1) {
    padding-left: 0;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__items-two {
    margin-top: 50px;
  }
}

@media screen and (max-width: 800.98px) {
  .home-first-screen__title {
    font-size: 28px;
    line-height: 44px;
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
}

@media screen and (max-width: 782.98px) {
  body.admin-bar .header .container {
    top: 46px;
  }
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .header .container {
    height: 95px;
  }

  .header__wrap-site-branding {
    max-width: 152px;
    min-width: 152px;
  }

  .header__wrap-menu .footer__wrap-logo .footer__logo {
    height: auto;
    right: 0 !important;
    top: 35px;
    max-width: 152px;
    min-width: 152px;
  }

  .usecases {
    margin-bottom: -16px;
  }

  .usecases {
    margin-top: 45px;
  }

  .usecases__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .usecases__item {
    padding: 25px 10px 20px;
  }

  .usecases__item-wrap-illustration {
    height: 100px;
  }

  .usecases__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0 7px;
  }

  .usecases__item-text {
    font-size: 14px;
    line-height: 18px;
  }

  .dev-scr {
    padding-bottom: 0;
  }

  .dev-scr__title {
    margin: 0 0 21px;
  }

  .dev-scr__title span{
    display: block;
    font-weight: 600;
	background: linear-gradient(118.05deg, #D63447 13.87%, #F57B51 67.93%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
  }

  .dev-scr__illustration.big {
    width: 250px;
  }

  .dev-scr__illustration-center.dekstop {
    display: none;
  }

  .dev-scr__illustration-center.mobile {
    display: table;
    margin-left: -8px;
    min-width: 48px;
    margin-top: -65px;
  }

  .dev-scr__illustration-center.arrow-left,
  .dev-scr__illustration-center.arrow-center,
  .dev-scr__illustration-center.arrow-right {
    display: table;
  }

  .dev-scr__illustration-center.arrow-left {
    left: -47px;
    top: -32px;
  }

  .dev-scr__illustration-center.arrow-center {
    left: 8px;
    top: 10px;
  }

  .dev-scr__illustration-center.arrow-right {
    left: 50px;
    top: -32px;
  }

  .dev-scr__illustration-left {
    display: none;
  }

  .dev-scr__illustration-title {
    margin-right: 4px;
    position: relative;
    top: 2px;
  }

  .dev-scr__text-under-illustration {
    font-size: 12px;
    line-height: 32px;
    margin-top: 0;
  }

  .dev-scr__wrap-items {
    margin-top: 70px;
    max-width: 380px;
  }

  .dev-scr__wrap-items-two {
    max-width: 380px;
  }

  .dev-scr__items {
    margin-left: -5px;
    margin-right: -5px;
  }

  .dev-scr__item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .dev-scr__item:nth-child(1) {
    width: calc(50% - 30px);
  }

  .dev-scr__item:nth-child(2) {
    width: calc(30px);
  }

  .dev-scr__item:nth-child(3) {
    width: calc(50% - 30px);
  }

  .dev-scr__item-two:nth-child(2) .wrap-arrow-text p,
  .dev-scr__item-two:nth-child(3) .wrap-arrow-text p {
    font-size: 14px;
    line-height: 18px;
    left: 55%;
    right: auto;
    max-width: 75px;
    top: 35px;
  }

  .dev-scr__item-two {
    width: calc(50% - 30px);
  }

  .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  .dev-scr__item-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }

  .dev-scr__item-title-two {
    font-size: 18px;
    line-height: 24px;
  }

  .dev-scr__item-title-two-under-illustration {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }

  .dev-scr__item ul {
    margin-top: 3px;
    padding-left: 0;
  }

  .dev-scr__item ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .dev-scr__item ul li::before {
    height: 4px;
    left: 9px;
    top: 7px;
    width: 4px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(1) {
    padding-left: 45px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__wrap-items-two {
    max-width: 335px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text {
    left: -85px;
    top: 222px;
    z-index: 0;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text p {
    background-color: #fff;
    border-radius: 20px;
    margin-top: -4px;
    padding: 7px 0;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__items-two {
    margin-top: 29px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(1) .dev-scr__illustration {
    display: none;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(1) .dev-scr__illustration-mobile {
    margin-top: 19px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(1),
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(3) {
    width: calc(50% - 30px);
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(3) .dev-scr__illustration-left-mobile-arrow-two {
    left: -5px;
    top: -38px;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(3) .dev-scr__illustration {
    margin-top: -31px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__items-two {
    margin-top: 35px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items {
    max-width: 500px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(1) .dev-scr__illustration-mobile {
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(1) .dev-scr__illustration {
    display: none;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two {
    left: 35%;
    top: 125%;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two img,
  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two p {
    background-color: #fff;
    z-index: 1;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two img {
    border-radius: 6px;
    padding: 8px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two p {
    border-radius: 20px;
    margin-top: -3px;
    padding: 0;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two .dev-scr__illustration-center-arrow {
    display: none;
  }

  .dev-scr .usecases-content-tab-two .wrap-arrow-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
            transform: translateX(-16%);
    top: 230px;
    z-index: 0;
  }

  .dev-scr .usecases-content-tab-two .wrap-arrow-text .dev-scr__illustration-left-mobile-arrow {
    -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }

  .dev-scr .usecases-content-tab-two .wrap-arrow-text p {
    display: none;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1),
  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) {
    margin-bottom: 15px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) ul li p,
  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(3) ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:first-child .dev-scr__item-two-wrap-content {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two {
    margin-top: -88px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) .dev-scr__item-two-wrap-content {
    left: 0;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(1),
  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(3) {
    width: calc(50% - 30px);
  }

  .dev-scr .usecases-content-tab-two .dev-scr__wrap-items-two .dev-scr__item-two:nth-child(2) {
    margin-bottom: 94px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% - 30px);
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-title-two-under-illustration {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0 0;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item:nth-child(1),
  .dev-scr .usecases-content-tab-three .dev-scr__item:nth-child(3) {
    margin-bottom: 20px;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__items-two {
    margin-top: -18px;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item-two:first-child {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item-two:nth-child(1),
  .dev-scr .usecases-content-tab-three .dev-scr__item-two:nth-child(2) {
    width: calc(50% - 30px);
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item-two:nth-child(1) .dev-scr__illustration {
    margin-top: -12px;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item-two:nth-child(2) .dev-scr__illustration {
    margin-top: -5px;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__illustration-center.arrow-left,
  .dev-scr .usecases-content-tab-three .dev-scr__illustration-center.arrow-right {
    top: -32px;
  }

  .skinive-currently {
    margin-bottom: 50px;
    margin-top: 45px;
    padding-bottom: 36px;
    padding-top: 38px;
  }

  .skinive-currently__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .skinive-currently__link-to-doc {
    height: 65px;
    line-height: 64px;
    min-width: 325px;
    margin-top: 32px;
	box-sizing: border-box;
  }

  .skinive-currently-accordion-header {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .skinive-currently-accordion-header span::after {
    margin-top: 3px;
  }

  .skinive-currently-accordion__item {
    margin-bottom: 17px;
  }

  .skinive-currently-accordion-body__contents p {
    margin-bottom: 6px;
  }

  .skinive-currently__accordion svg {
    top: 10px;
  }

  .competitors {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .competitors__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }

  .competitors__table {
    min-width: 820px;
    margin-top: 23px;
  }

  .competitors__table-th:first-child,
  .competitors__table-td:first-child {
    max-width: 241px;
    min-width: 241px;
  }

  .competitors__table-th:nth-child(2),
  .competitors__table-td:nth-child(2) {
    max-width: 160px;
    min-width: 160px;
  }

  .competitors__table-th:nth-child(3),
  .competitors__table-td:nth-child(3) {
    max-width: 220px;
    min-width: 220px;
  }

  .competitors__table-th {
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .competitors__table-td {
    font-size: 14px;
    line-height: 20px;
    min-height: 52px;
  }

  .competitors__wrapForm {
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .competitors__title-above-form {
    margin-bottom: 19px;
    text-align: center;
  }

  .competitors .wpcf7-form p {
    display: block;
  }

  .competitors .wpcf7-form .wpcf7-form-control,
  .competitors .wpcf7-form .wpcf7-text {
    font-size: 14px;
    height: 55px;
    line-height: 50px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .competitors .wpcf7-form .wpcf7-submit {
    height: 65px;
    margin-top: 15px;
    width: 100%;
  }

  .competitors .wpcf7-form .wpcf7-spinner {
    bottom: 68px;
    right: -32px;
  }

  .competitors .wpcf7-form .wpcf7-not-valid-tip {
    margin: 2px 0 0 4px;
  }

  .competitors__blockVideo {
    margin-top: 20px;
    padding: 24px 15px 30px;
  }

  .competitors__blockVideo-wrapPhoto {
    height: 124px;
    width: 112px;
  }

  .competitors__blockVideo-title {
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto 17px;
  }

  .competitors__blockVideo-title::after {
    height: 1px;
    margin-top: -5px;
  }

  .competitors__blockVideo-text {
    font-size: 14px;
    line-height: 18px;
  }

  .featured-on {
    background: -o-linear-gradient(230.41deg, #D63447 -54.67%, #F57B51 111.63%);
    background: linear-gradient(219.59deg, #D63447 -54.67%, #F57B51 111.63%);
    margin-bottom: 8px;
    margin-top: 45px;
    padding-bottom: 28px;
    padding-top: 32px;
  }

  .featured-on__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .featured-on__item {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .dev-wrap-recommended {
    margin-bottom: 48px;
    margin-top: 8px;
  }

  .recommended {
    margin-top: 48px;
  }

  .recommended__title {
    margin: 0 0 31px !important;
  }

  .recommended__info {
    padding: 16px 16px 24px;
  }

  .recommended__date {
    margin: 0 0 17px !important;
  }

  .recommended__wrapTitle {
    height: auto;
  }

  .home-faq {
    margin-bottom: 45px;
    margin-top: 48px;
  }

  .home-faq__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }

  #faq-load-more {
    height: 65px;
    line-height: 64px;
    min-width: 325px;
    margin-top: 25px;
  }

  .home-data-privacy {
    margin-bottom: 23px;
  }

  .home-data-privacy__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .home-data-privacy__text {
    line-height: 20px;
  }

  .home-data-privacy__items {
    margin-top: 45px;
  }

  .home-data-privacy__item-wrap-illustration {
    height: 108px;
  }

  .home-data-privacy__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .home-data-privacy__item-text {
    font-size: 14px;
    line-height: 18px;
  }

  body .title-page {
    font-size: 24px;
    line-height: 32px;
  }

  body.post-template-default .page__header .container,
  body.page-template-default .page__header .container,
  body.category .page__header .container {
    height: 128px;
  }

  body.post-template-default .content-page .wp-block-quote,
  body.page-template-default .content-page .wp-block-quote,
  body.category .content-page .wp-block-quote {
    padding: 20px;
  }

  body.post-template-default .content-page .wp-block-quote p,
  body.page-template-default .content-page .wp-block-quote p,
  body.category .content-page .wp-block-quote p {
    font-size: 14px;
    line-height: 22px;
  }

  body.post-template-default .content-page ol,
  body.post-template-default .content-page ul,
  body.page-template-default .content-page ol,
  body.page-template-default .content-page ul,
  body.category .content-page ol,
  body.category .content-page ul {
    padding-left: 8px;
  }

  body.post-template-default .content-page ol li,
  body.post-template-default .content-page ul li,
  body.page-template-default .content-page ol li,
  body.page-template-default .content-page ul li,
  body.category .content-page ol li,
  body.category .content-page ul li {
    font-size: 16px;
    line-height: 24px;
  }

  body.post-template-default .content-page h1,
  body.page-template-default .content-page h1,
  body.category .content-page h1 {
    font-size: 24px;
    line-height: 32px;
  }

  body.post-template-default .content-page h2,
  body.page-template-default .content-page h2,
  body.category .content-page h2 {
    font-size: 22px;
    line-height: 30px;
  }

  body.post-template-default .content-page h3,
  body.page-template-default .content-page h3,
  body.category .content-page h3 {
    font-size: 20px;
    line-height: 28px;
  }

  body.post-template-default .content-page h4,
  body.page-template-default .content-page h4,
  body.category .content-page h4 {
    font-size: 18px;
    line-height: 26px;
  }

  body.post-template-default .content-page h5,
  body.page-template-default .content-page h5,
  body.category .content-page h5 {
    font-size: 16px;
    line-height: 24px;
  }

  body.post-template-default .content-page h6,
  body.page-template-default .content-page h6,
  body.category .content-page h6 {
    font-size: 14px;
    line-height: 22px;
  }

  body.post-template-default .content-page p,
  body.page-template-default .content-page p,
  body.category .content-page p {
    font-size: 16px;
    line-height: 24px;
  }

  body.post-template-default .page__header .container {
    height: auto;
  }

  body.post-template-default .header-preview__title {
    font-size: 24px;
    line-height: 32px;
  }

  body.post-template-default .wp-block-image {
    margin-bottom: 33px;
    margin-top: 31px;
  }

  .footer__item:nth-child(1) {
    width: 100%;
  }

  .footer__item:nth-child(3) {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: auto;
  }

  .footer__mavmenu ul {
    margin: 0;
  }

  .footer__wrap-logo {
    margin-bottom: 22px;
  }

  .footer__wrap-logo img {
    height: 32px;
  }

  .footer__wrap-project {
    margin-top: 18px;
  }

  .footer__social-link {
    height: 32px;
    margin: 10px;
    width: 32px;
  }

  .footer__social-link.instagram svg {
    height: 18px;
  }

  .footer__social-link.facebook svg {
    height: 16px;
  }

  .footer__social-link.youtube svg {
    height: 14px;
  }
}

@media screen and (max-width: 767.98px) and (max-width: 360.98px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text p {
    left: 48%;
    margin-top: 0;
    padding: 3px 0;
  }
}

@media screen and (max-width: 767.98px) and (max-width: 350.98px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text p {
    left: 45%;
  }
}

@media screen and (max-width: 767.98px) {
	.header-bottom-container .content-socials .footer__social-link {
    	margin: 8px;
	}
}

@media screen and (max-width: 760.98px) {
  .home-first-screen {
    padding-bottom: 25px;
  }

  .home-first-screen__illustration-one,
  .home-first-screen__illustration-two {
    display: none;
  }

  .home-first-screen__items {
    margin-top: 46px;
  }

  .home-first-screen__items-bottom {
    margin-left: 0;
    margin-right: 0;
    margin-top: -18px;
  }

  .home-first-screen__item:nth-child(1) {
    padding-top: 59px;
  }

  .home-first-screen__item-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .home-first-screen__item-bottom:nth-child(2)::before,
  .home-first-screen__item-bottom:nth-child(2)::after {
    display: none;
  }

  .home-first-screen__item-bottom-wrap-illustration {
    height: 46px;
    min-width: 46px;
    padding-right: 19px;
  }

  .home-first-screen__item-bottom-wrap-illustration::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 42px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 1px;
  }

  .home-first-screen__item-bottom-info {
    margin-bottom: 20px;
    padding-left: 17px;
  }

  .home-first-screen__item-bottom-title,
  .home-first-screen__item-bottom-text {
    text-align: left;
  }

  .home-first-screen__item-bottom-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 3px;
  }

  .home-first-screen__item-bottom-text {
    font-size: 14px;
    line-height: 18px;
  }

  .home-first-screen__item {
    width: 100%;
  }

  .home-first-screen__text-above-title {
    display: none;
  }

  .home-first-screen__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    text-align: center;
  }

  .home-first-screen__text {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    max-width: 600px;
    padding-right: 0;
    text-align: center;
  }

  .home-first-screen__button {
    display: table;
    height: 65px;
    line-height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    min-width: 325px;
  }

  .home-first-screen__image-big {
    left: 50%;
    position: relative;
    -webkit-transform: translate(-48%, 0);
        -ms-transform: translate(-48%, 0);
            transform: translate(-48%, 0);
    top: 0;
  }
}

@media screen and (max-width: 640.98px) {
  .home-first-screen__items {
    padding-bottom: 30px;
  }

  .home-first-screen__items-bottom {
    padding-top: 35px;
  }
	
	body.page-template-template-for-developers .footer .footer__wrap-logo {
    	margin-bottom: 7px;
	}
	body.page-template-template-for-developers .footer .footer__wrap-project {
    	margin-top: 17px;
	}
	body.page-template-template-for-developers .footer .footer__about-project p {
    	margin-left: 32px;
	}
	
	body.page-template-template-for-developers .footer {
		background: linear-gradient(219.59deg, #D63447 -54.67%, #F57B51 111.63%);
	}
	.header-2 .footer .custom-logo-link svg .logo-letter{
		fill: #ffffff;
	}
	body.page-template-template-for-developers .footer__copyright,
	body.page-template-template-for-developers .footer__text-under-copyright,
	body.page-template-template-for-developers .footer__about-project p {
    	color: #fff;
	}
	body.page-template-template-for-developers .footer__mavmenu{
		display: none;
	}
	body.page-template-template-for-developers .footer .footer__social-link {
		background: none;
	}
	body.page-template-template-for-developers .footer__item:nth-child(3) {
		flex-direction: column;
	}
	body.page-template-template-for-developers .footer__item:nth-child(3) {
		flex-direction: column;
	}
	body.page-template-template-for-developers .footer .footer__social-link.facebook {
		order: -1;
	}
	body.page-template-template-for-developers .footer .footer__social-link.instagram {
		order: 1;
	}
	body.page-template-template-for-developers .footer .footer__social-link.youtube {
		order: -2;
	}
	body.page-template-template-for-developers .footer .footer__social-link {
    	margin: 2px;
	}
}

@media screen and (max-width: 430.98px) {
	body.page-template-template-for-developers .footer .footer__social-link {
    	margin: 11px 2px;
	}
}

@media screen and (max-width: 576.98px) {
  .skinive-currently__item {
    width: 100%;
  }

  .featured-on__item {
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

@media screen and (max-width: 540.98px) {
  .dev-scr .usecases-content-tab-two .dev-scr__items-two {
    margin-top: 80px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 80px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) .dev-scr__item-two-wrap-content {
    display: none;
  }
}

@media screen and (max-width: 480.98px) {
  .header__wrap-menu .header__burger {
    z-index: 0;
  }

  .header__wrap-menu {
    width: 100%;
  }

  .dev-scr__illustration.big {
    width: 108px;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item:nth-child(1) {
    padding-left: 0;
  }

  .footer {
    padding-bottom: 48px;
  }

  .footer__item:nth-child(2) {
    margin-top: 12px;
  }

  .footer__mavmenu li {
    margin: 12px 0;
  }

  .footer__wrap-project {
    margin-left: 0;
    margin-top: 33px;
  }
}

@media screen and (max-width: 460.98px) {
  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two {
    left: 32%;
    top: 128%;
  }
}

@media screen and (max-width: 430.98px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item:nth-child(1) {
    padding-left: 0;
  }

  .dev-scr .usecases-content-tab-three .dev-scr__item:nth-child(1) {
    padding-left: 0;
  }

  .footer{
    background: linear-gradient(219.59deg, #D63447 -54.67%, #F57B51 111.63%);
  }
  .footer__about-project p,
  .footer__copyright,
  .footer__text-under-copyright {
    color: #fff;
  }
  .footer__copyright,
  .footer__text-under-copyright {
    max-width: 100%;
	  padding-right: 20px;
  }
  .footer__mavmenu{
    display: none;
  }
  .footer__item:nth-child(3){
    flex-direction: column;
  }
  .footer__social-link {
    height: 15px;
    margin-bottom: 15px;
    width: 15px;
    background: none;
  }
  .footer .custom-logo-link .cls-3{
    fill: #fff;
  }
}

@media screen and (max-width: 400.98px) {
  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two {
    left: 30%;
  }
}

@media screen and (max-width: 372.98px) {
  .home-first-screen__button {
    min-width: 250px;
  }

  .skinive-currently__link-to-doc {
    min-width: 250px;
  }

  #faq-load-more {
    min-width: 250px;
  }
}

@media screen and (max-width: 360.98px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile-arrow {
    right: -18%;
  }

  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile {
    margin: -8px;
    padding: 8px;
    left: 80%;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two {
    left: 28%;
  }
}

@media screen and (max-width: 350.98px) {
  .dev-scr .usecases-content-tab-one .dev-scr__item-two:nth-child(2) .wrap-arrow-text .dev-scr__illustration-left-mobile-arrow {
    right: -10%;
  }

  .dev-scr .usecases-content-tab-two .dev-scr__item-two:nth-child(2) .wrap-arrow-text-two {
    left: 25%;
  }
}