@charset "UTF-8";

@import '/fonts/icomoon/style.css';

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.header {
  background: rgba(41, 51, 67, 0.5);
  border-bottom: 1px solid rgb(51, 66, 88);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 4;
}

.header .container {
  gap: 64px;
}

.navbar-toggler {
  display: none;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.header-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav .dropdown-opener {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

.header-nav .dropdown-opener.active {
  background: #2F3B4E;
}

.header-nav .dropdown-opener::after {
  font-family: "icomoon";
  content: "\e916";
  display: inline-block;
  vertical-align: middle;
  color: rgb(80, 255, 234);
  margin-left: 6px;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav .dropdown-opener:hover {
  color: rgb(80, 255, 234);
}

.header-nav .dropdown-sec-nav {
  padding: 20px 26px;
  border-radius: 20px;
  border: 1px solid #334258;
  background: #2F3B4E;
  text-align: left;
}

.header-nav .dropdown-sec-nav li {
  margin-bottom: 18px;
}

.header-nav .dropdown-sec-nav li:last-child {
  margin-bottom: 0px;
}

.header-nav .dropdown-sec-nav a:not(.btn) {
  white-space: nowrap;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  display: block;
}

.header-nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.header-nav ul.menu li {
  display: block;
  position: relative;
}

.header-nav ul.menu li > span {
  padding: 9.5px 10px;
  white-space: nowrap;
  font-weight: 500;
}

.header-nav ul.menu li > a {
  padding: 6px 10px;
  font-weight: 500;
  white-space: nowrap;
}

.header-nav ul.menu li ul.dropdown-ul {
  position: absolute;
  left: 0px;
  top: 200%;
}

.header-nav-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.navbar-lk {
  font-size: 0px;
}

.navbar-lk::before {
  font-family: "icomoon";
  content: "\e91c";
  font-size: 24px;
}

.header-products {
  position: absolute;
  left: 0px;
  top: 200%;
  background: #334258;
  padding: 0px;
  width: 930px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.header-products .header-products-nav {
  width: 320px;
  padding: 40px;
  background: #344155;
}

.header-products .header-products-nav-item {
  position: relative;
  display: block;
  text-align: left;
  padding: 0px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 50px;
}

.header-products .header-products-nav-item:last-child {
  margin-bottom: 0px;
}

.header-products .header-products-nav-item:hover h4,
.header-products .header-products-nav-item:hover .header-products-nav__title {
  color: rgb(80, 255, 234);
}

.header-products .header-products-nav-item h4,
.header-products .header-products-nav-item .header-products-nav__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}

.header-products .header-products-nav-item p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0px 0px 0px;
}

.header-products .header-products-blocks {
  width: calc(100% - 320px);
  background: #2A374B;
  padding: 40px 33px;
}

.header-products .header-products-blocks .header-products-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  text-align: left;
}

.header-products .header-products-blocks .header-products-block-item {
  text-align: left;
  line-height: 150%;
  width: calc(50% - 20px);
}

.header-products .header-products-blocks .header-products-block-item__fullwidth {
  width: 100%;
}

.header-products .header-products-blocks .header-products-block-item__fullwidth .header-link__title a.header-link {
  padding: 0px;
  background: none;
}

.header-products .header-products-blocks .header-products-block-item__fullwidth .header-link__title a.header-link:hover {
  color: rgb(80, 255, 234);
}

.header-products .header-products-blocks .header-products-block-item__fullwidth p {
  font-size: 12px;
  margin: 9px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.6);
}

.header-products .header-products-blocks .header-products-block-item__fullwidth .list-item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  gap: 12px 10px;
}

.header-products .header-products-blocks .header-products-block-item__fullwidth .list-item-links .btn {
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border: 1px solid rgb(80, 255, 234);
  border-radius: 10px;
}

.header-products .header-products-blocks .header-products-block-item__fullwidth .list-item-links .btn:hover {
  background: rgb(80, 255, 234);
  color: #000;
}

.header-products .header-products-blocks .header-products-block-item_all {
  width: 100%;
  border-bottom: 2px solid #3B4B63;
}

.header-products .header-products-blocks .header-products-block-item_all p {
  font-size: 12px;
  margin: 9px 0px 16px 0px;
  color: rgba(255, 255, 255, 0.6);
}

.header-products .header-products-blocks .header-products-block-item_all .row .btn {
  text-align: center;
  padding: 9px 25px;
}

.header-products .header-products-blocks .header-products-block-item.active h4 {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.header-products .header-products-blocks .header-products-block-item a:not(.btn) {
  display: block;
}

.header-products .header-products-blocks .header-products-block-item a:not(.btn) p {
  font-size: 12px;
  margin: 8px 0px 0px 0px;
  color: rgba(255, 255, 255, 0.6);
}

.header-products .header-products-blocks .header-products-block-item a:not(.btn):hover {
  color: #fff;
}

.header-products .header-products-blocks .header-products-block-item a:not(.btn):hover h4,
.header-products .header-products-blocks .header-products-block-item a:not(.btn):hover .header-link__title {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.header-products .header-products-blocks .header-products-block-item h4,
.header-products .header-products-blocks .header-products-block-item .header-link__title,
.header-products .header-products-blocks .header-products-block-item .header-products-block__title {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.header-products .header-products-blocks .header-products-block-item-mobile {
  display: none;
}

.header-products .header-products-blocks .header-products-block-item-mobile .header-products-block-item-mobile__title,
.header-products .header-products-blocks .header-products-block-item-mobile h2 {
  font-size: 24px;
  margin: 20px 0px 12px 0px;
  font-weight: 500;
}

.header-products .header-products-blocks .header-products-block-item-mobile .header-products-block-item-mobile__subtitle,
.header-products .header-products-blocks .header-products-block-item-mobile h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  color: rgb(80, 255, 234);
}

.header-products .header-products-blocks .header-products-block-item-mobile p {
  font-size: 15px;
  color: #61728B;
  margin: 12px 0px;
}

.header-products .header-products-blocks .header-products-block-item-close {
  font-size: 15px;
}

.header-only-mobile {
  display: none;
  width: 100%;
}

.header-only-mobile .header-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.header-only-mobile .header-subnav a {
  font-size: 16px;
  color: #61728B;
}

.header-only-mobile .header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 35px;
}

.header-contacts-p p {
  font-size: 14px;
  margin: 0px 0px 8px 0px;
}

.header-contacts-p p a {
  color: rgb(80, 255, 234);
  white-space: nowrap;
}

.header-contacts-p p br {
  display: block !important;
}

.header-contacts-form {
  border-top: 2px solid #334258;
  margin: 10px -24px 0px -24px;
  padding: 35px 24px 0px 24px;
}

.header-contacts-form h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  color: rgb(80, 255, 234);
}

.header-contacts-form .form form input:not([type=checkbox]) {
  background: #2F3B4E;
}

.header-contacts-form .form form button {
  margin-top: 17px;
}

.header-contacts-form .form-footer {
  margin-top: 32px;
}

.header-phone {
  font-size: 15px;
  font-weight: 500;
}

.cases-section .cases-subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}

.cases-section h1 {
  text-align: center;
  font-size: 40px;
  margin: 10px 0px 80px 0px;
  font-weight: 700;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
}

.case-item {
  border: 1px solid #334258;
  max-width: 450px;
  border-radius: 20px;
  padding: 20px 20px 42px 20px;
  position: relative;
}

.case-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8997AD;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

.case-item-timerread {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTk5ODQgMS42NjYwMkM4LjM1MTY2IDEuNjY2MDIgNi43NDA1IDIuMTU0NzYgNS4zNzAwOSAzLjA3MDQ0QzMuOTk5NjggMy45ODYxMSAyLjkzMTU4IDUuMjg3NiAyLjMwMDg0IDYuODEwMzJDMS42NzAxMSA4LjMzMzA0IDEuNTA1MDkgMTAuMDA4NiAxLjgyNjYzIDExLjYyNTFDMi4xNDgxNyAxMy4yNDE2IDIuOTQxODUgMTQuNzI2NSA0LjEwNzI4IDE1Ljg5MTlDNS4yNzI3MiAxNy4wNTczIDYuNzU3NTggMTcuODUxIDguMzc0MDkgMTguMTcyNkM5Ljk5MDYgMTguNDk0MSAxMS42NjYyIDE4LjMyOTEgMTMuMTg4OSAxNy42OTgzQzE0LjcxMTYgMTcuMDY3NiAxNi4wMTMxIDE1Ljk5OTUgMTYuOTI4OCAxNC42MjkxQzE3Ljg0NDQgMTMuMjU4NyAxOC4zMzMyIDExLjY0NzUgMTguMzMzMiA5Ljk5OTM1QzE4LjMzMzIgOC45MDUgMTguMTE3NiA3LjgyMTM3IDE3LjY5ODggNi44MTAzMkMxNy4yOCA1Ljc5OTI3IDE2LjY2NjIgNC44ODA2MSAxNS44OTI0IDQuMTA2NzlDMTUuMTE4NiAzLjMzMjk3IDE0LjE5OTkgMi43MTkxNCAxMy4xODg5IDIuMzAwMzVDMTIuMTc3OCAxLjg4MTU2IDExLjA5NDIgMS42NjYwMiA5Ljk5OTg0IDEuNjY2MDJaTTkuOTk5ODQgMTYuNjY2QzguNjgxMyAxNi42NjYgNy4zOTIzNyAxNi4yNzUgNi4yOTYwNCAxNS41NDI1QzUuMTk5NzEgMTQuODA5OSA0LjM0NTIzIDEzLjc2ODcgMy44NDA2NCAxMi41NTA2QzMuMzM2MDYgMTEuMzMyNCAzLjIwNDA0IDkuOTkxOTUgMy40NjEyNyA4LjY5ODc1QzMuNzE4NTEgNy40MDU1NCA0LjM1MzQ1IDYuMjE3NjUgNS4yODU4IDUuMjg1M0M2LjIxODE1IDQuMzUyOTUgNy40MDYwMyAzLjcxODAyIDguNjk5MjQgMy40NjA3OEM5Ljk5MjQ1IDMuMjAzNTUgMTEuMzMyOSAzLjMzNTU3IDEyLjU1MTEgMy44NDAxNUMxMy43NjkyIDQuMzQ0NzQgMTQuODEwNCA1LjE5OTIyIDE1LjU0MyA2LjI5NTU1QzE2LjI3NTUgNy4zOTE4OCAxNi42NjY1IDguNjgwODEgMTYuNjY2NSA5Ljk5OTM1QzE2LjY2NjUgMTEuNzY3NSAxNS45NjQxIDEzLjQ2MzIgMTQuNzEzOSAxNC43MTM0QzEzLjQ2MzYgMTUuOTYzNiAxMS43NjggMTYuNjY2IDkuOTk5ODQgMTYuNjY2Wk0xMi41ODMyIDEwLjUyNDNMMTAuODMzMiA5LjUxNjAyVjUuODMyNjhDMTAuODMzMiA1LjYxMTY3IDEwLjc0NTQgNS4zOTk3MSAxMC41ODkxIDUuMjQzNDNDMTAuNDMyOCA1LjA4NzE1IDEwLjIyMDkgNC45OTkzNSA5Ljk5OTg0IDQuOTk5MzVDOS43Nzg4MyA0Ljk5OTM1IDkuNTY2ODcgNS4wODcxNSA5LjQxMDU5IDUuMjQzNDNDOS4yNTQzMSA1LjM5OTcxIDkuMTY2NTEgNS42MTE2NyA5LjE2NjUxIDUuODMyNjhWOS45OTkzNUM5LjE2NjUxIDkuOTk5MzUgOS4xNjY1MSAxMC4wNjYgOS4xNjY1MSAxMC4wOTkzQzkuMTcxNDQgMTAuMTU2OCA5LjE4NTUxIDEwLjIxMyA5LjIwODE3IDEwLjI2NkM5LjIyNTM0IDEwLjMxNTUgOS4yNDc2OCAxMC4zNjI5IDkuMjc0ODQgMTAuNDA3N0M5LjI5NzY0IDEwLjQ1NSA5LjMyNTU5IDEwLjQ5OTggOS4zNTgxNyAxMC41NDFMOS40OTE1MSAxMC42NDkzTDkuNTY2NTEgMTAuNzI0M0wxMS43MzMyIDExLjk3NDNDMTEuODYwMiAxMi4wNDYzIDEyLjAwMzkgMTIuMDgzNyAxMi4xNDk4IDEyLjA4MjdDMTIuMzM0NCAxMi4wODQgMTIuNTE0MSAxMi4wMjQgMTIuNjYwOCAxMS45MTIxQzEyLjgwNzYgMTEuODAwMyAxMi45MTMxIDExLjY0MjkgMTIuOTYwNyAxMS40NjQ2QzEzLjAwODQgMTEuMjg2NCAxMi45OTU1IDExLjA5NzMgMTIuOTI0MiAxMC45MjcyQzEyLjg1MjggMTAuNzU3IDEyLjcyNyAxMC42MTUzIDEyLjU2NjUgMTAuNTI0M0gxMi41ODMyWiIgZmlsbD0iIzg5OTdBRCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.cases-nav {
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cases-nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 24px;
  border: 2px solid #2F3B4E;
  white-space: nowrap;
  border-radius: 100px;
}

.cases-nav a.active {
  background: rgb(80, 255, 234);
  color: #293343;
}

.cases-nav::-webkit-scrollbar,
.main-products-cateroties::-webkit-scrollbar,
.auth-systems-advantages-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cases-nav,
.main-products-cateroties,
.auth-systems-advantages-nav {
  -ms-overflow-style: none;
}

.cases-nav,
.main-products-cateroties,
.auth-systems-advantages-nav {
  overflow: -moz-scrollbars-none;
}

.col-4,
.col-tablet-6,
.col-mobile-12 {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.col-4.hide,
.col-tablet-6.hide,
.col-mobile-12.hide {
  opacity: 0;
}

.col-4.hidden,
.col-tablet-6.hidden,
.col-mobile-12.hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.dialog-case-img {
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
  height: 245px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 47px;
}

.dialog-case-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0px;
}

.dialog-case h2,
.dialog-case h3,
.dialog-case .case-item-title {
  margin: 0px;
  color: rgb(80, 255, 234);
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}

.dialog-case-service {
  margin-bottom: 50px;
}

.dialog-case-service h4 {
  margin-top: 0px;
  color: rgb(80, 255, 234);
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
}

.dialog-case-service ul {
  margin: 0px;
  padding: 0px;
}

.dialog-case-service ul li {
  display: block;
  padding-left: 18px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  line-height: 155%;
}

.dialog-case-service ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  background: rgb(80, 255, 234);
}

.dialog-case-service ul li:last-child {
  margin-bottom: 0px;
}

.dialog-case-service:last-child {
  margin-bottom: 0px;
}

.dialog-case ol {
  padding: 0px 20px;
}

.dialog-case ol li {
  font-size: 16px;
  line-height: 160%;
  margin: 0px 0px 24px 0px;
}

.dialog-case ol li > ul {
  padding: 12px 0px 0px 20px;
}

.dialog-case ol li > ul > li {
  font-size: 16px;
  line-height: 160%;
  margin: 0px 0px 12px 0px;
}

.dialog-case > ul {
  margin: 0px;
  padding: 0px;
}

.dialog-case > ul > li {
  display: block;
  padding-left: 18px;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  line-height: 155%;
}

.dialog-case > ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  background: #fff;
}

.dialog-case ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.dialog-case ul li {
  display: block;
  padding-left: 18px;
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
  line-height: 155%;
}

.dialog-case ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  background: #fff;
}

.dialog-case .btn {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.dialog-case .btn.btn-download {
  margin: -20px 0px 40px 0px;
}

.section-index_main {
  padding: 90px 0px;
  background: url(../img/index/map-main.png) bottom right no-repeat;
  background-size: 50%;
  border-bottom: 1px solid #3D5172;
  position: relative;
}

.section-index_main::after {
  content: "";
  background: url(../img/index/right-vertor-main.svg) no-repeat right;
  position: absolute;
  right: 0px;
  width: 30%;
  height: 100%;
  top: 0px;
}

.section-index_main::before {
  content: "";
  background: url(../img/index/left-vertor-main.png) no-repeat left center;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 60%;
  bottom: 0px;
}

.section-index_main h1 {
  font-size: 74px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-family: "Unbounded", cursive;
  margin: 0px;
}

.section-index_main h1 span {
  color: #fff;
}

.section-index_main .col-8 p {
  font-size: 30px;
  color: #fff;
  margin: 70px 0px 0px 0px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
}

.section-index_main .col-8 p span {
  display: block;
}

.section-index_main .btn.btn-primary {
  margin-top: 70px;
  max-width:370px;
  width: 100%; 	
  text-align: center;
}

.section-index_main__right {
  position: absolute;
  right: 0px;
  bottom: -20px;
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}

.main-index-label {
  background: #283242;
  border: 1px solid #334258;
  padding: 65px 40px 40px 40px;
  border-radius: 20px;
  max-width: 265px;
  width: 100%;
  position: absolute;
  right: 108px;
  text-align:center;
  top: 34px;
}

.main-index-label h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  margin: 0px;
}

.main-index-label .btn {
  margin: 2rem 0px;
}

.main-index-label p {
  font-size: 16px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

.main-index-label p a {
  color: rgb(80, 255, 234);
}

.main-index-label img {
  margin-top: 2rem;
  width: 141px;
}

.main-index-label img.desctop-boy {
  position: absolute;
  width: 113px;
  bottom: -167.5px;
  right: -33px;
}

.section-index_products {
  margin: 40px 0px;
}

.section-index_products_item {
  border: 1px solid #3D5172;
  border-radius: 10px;
  padding: 28px 20px;
  height: 100%;
}

.section-index_products_item div {
  font-size: 48px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
}

.section-index_products_item p {
  font-size: 20px;
  color: #61728B;
  margin: 32px 0px 0px 0px;
  line-height: 130%;
}

.section-index_cascade .card-gradient-reverse {
  padding: 60px;
  border-radius: 20px;
  position: relative;
}

.section-index_cascade .card-gradient-reverse::before {
  content: "";
  background: url(../img/index/decor-card.png) no-repeat right top;
  width: 100%;
  height: 90%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.section-index_cascade .card-gradient-reverse .title {
  text-align: left;
  margin-bottom: 53px;
}

.section-index_cascade .card-gradient-reverse p {
  margin: 0px 0px 30px 0px;
  font-size: 20px;
  line-height: 170%;
}

.section-index_cascade .card-gradient-reverse .btn {
  max-width: 420px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.section-index_banner .banner-img .index-form-mark-logo img {
  width: 26px;
  height: 26px;
  border-radius: 0px;
  position: relative;
}

.section-index_banner .form p {
  max-width: none;
}

.section-index_banner .form-footer {
  max-width: 600px;
}

.sectin-index_auth-systems {
  position: relative;
}

.sectin-index_auth-systems_blur::before {
  content: "";
  background: -o-linear-gradient(180.01deg, #2B706B 18.71%, #293D4A 51.45%, #2B706B 81.86%);
  background: linear-gradient(269.99deg, #2B706B 18.71%, #293D4A 51.45%, #2B706B 81.86%);
  opacity: 0.2;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 20px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
}

.sectin-index_auth-systems .container {
  position: relative;
  z-index: 2;
}

.sectin-index_auth-systems .auth-systems-advantages {
  background: none;
  border-radius: 0px;
  padding: 36px 0px 0px 0px;
}

.sectin-index_auth-systems .auth-systems-advantages-head {
  background: #293343;
}

.sectin-index_auth-systems .auth-systems-advantages p {
  font-size: 18px;
}

.sectin-index_auth-systems .auth-systems-advantages-slide-border {
  border-top: 1px solid #3D5172;
}

.section-index_banner-2 .banner-help-auth {
  background: -webkit-gradient(linear, left top, right top, from(#2f3b4e), to(#304355));
  background: -o-linear-gradient(left, #2f3b4e, #304355);
  background: linear-gradient(90deg, #2f3b4e, #304355);
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
}

.section-index_banner-2 .banner-help-auth_info {
  text-align: center;
}

.section-index_banner-2 .banner-help-auth_info .form form {
  margin: 0 auto;
}

.section-index_banner-2 .banner-help-auth_info .form p {
  max-width: none;
}

.section-index_other-products .col-3:nth-child(1) > * {
  background: rgb(249, 238, 180);
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 238, 180)), to(rgb(255, 232, 114)));
  background: -o-linear-gradient(left, rgb(249, 238, 180) 0%, rgb(255, 232, 114) 100%);
  background: linear-gradient(90deg, rgb(249, 238, 180) 0%, rgb(255, 232, 114) 100%);
}

.section-index_other-products .col-3:nth-child(2) > * {
  background: rgb(194, 255, 248);
  background: -webkit-gradient(linear, left top, right top, from(rgb(194, 255, 248)), to(rgb(114, 255, 238)));
  background: -o-linear-gradient(left, rgb(194, 255, 248) 0%, rgb(114, 255, 238) 100%);
  background: linear-gradient(90deg, rgb(194, 255, 248) 0%, rgb(114, 255, 238) 100%);
}

.section-index_other-products .col-3:nth-child(3) > * {
  background: rgb(172, 233, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(172, 233, 255)), to(rgb(119, 215, 251)));
  background: -o-linear-gradient(left, rgb(172, 233, 255) 0%, rgb(119, 215, 251) 100%);
  background: linear-gradient(90deg, rgb(172, 233, 255) 0%, rgb(119, 215, 251) 100%);
}

.section-index_other-products .col-3:nth-child(4) > * {
  background: rgb(177, 242, 197);
  background: -o-linear-gradient(142deg, rgb(177, 242, 197) 0%, rgb(243, 250, 233) 100%);
  background: linear-gradient(308deg, rgb(177, 242, 197) 0%, rgb(243, 250, 233) 100%);
}

.section-index_other-products_item {
  border-radius: 16px;
  padding: 40px 20px 98px 25px;
  color: #293343;
  height: 100%;
  position: relative;
}

.section-index_other-products_item_title {
  font-family: "Unbounded", cursive;
  font-size: 22px;
  line-height: 150%;
  height: 64px;
  margin: 0px;
  font-weight: 400;
}

.section-index_other-products_item p {
  font-size: 16px;
  line-height: 165%;
  margin: 20px 0px 50px 0px;
}

.section-index_other-products_item .btn {
  color: #293343;
  border-color: #293343;
  position: absolute;
  bottom: 40px;
  width: calc(100% - 50px);
}

.main-index-second-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-index-second-section-separator {
  height: 60px;
  width: 1px;
  background: #334258;
  margin: 9px 40px;
}

.main-index-second-section > div:not(.main-index-second-section-separator) {
  width: calc(50% - 40.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media (min-width:993px) {
	.main-index-second-section > div:not(.main-index-second-section-separator):first-child {
		 width: calc(35% - 40.5px);
	}
}
@media (min-width:993px) {
	.main-index-second-section > div:not(.main-index-second-section-separator):last-child {
		 width: calc(65% - 40.5px);
	}
}

.main-index-second-section > div:not(.main-index-second-section-separator) span {
  font-size: 66px;
  font-family: "Unbounded", cursive;
}

.main-index-second-section > div:not(.main-index-second-section-separator) p {
  font-size: 20px;
  margin: 0px;
  line-height: 140%;
}

.new-card.main-index-block-video {
  position: relative;
  padding: 50px 60px;
}

.new-card.main-index-block-video::after {
  content: "";
  background: url(../img/faq-bg.svg) no-repeat;
  position: absolute;
  background-size: 130%;
  right: 0px;
  width: 40%;
  height: 100%;
  top: 0px;
}

.new-card.main-index-block-video .row {
  margin-top: -20px;
}

.new-card.main-index-block-video h3 {
  font-size: 44px;
  margin-bottom: 40px;
}

.new-card.main-index-block-video h3 span {
  display: block;
}

.new-card.main-index-block-video p {
  font-size: 20px;
}

.new-card.main-index-block-video .video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.new-card.main-index-block-video .video:hover::after {
  opacity: 0.7;
}

.new-card.main-index-block-video .video::after {
  content: "";
  background: url(../img/index/play.svg) no-repeat center;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.new-card.main-index-block-video .video p {
  position: absolute;
  font-size: 17px;
  font-weight: 500;
  right: 70px;
  top: calc(50% - 35px);
  line-height: 130%;
  max-width: 145px;
  margin: 0px;
}

.new-card.main-index-block-video .main-index-video-man {
  position: absolute;
  right: 30%;
  bottom: 0px;
  z-index: 3;
}

.new-card.main-index-price-card h3 {
  font-size: 24px;
}

.new-card.main-index-price-card .main-index-price {
  margin: 2rem 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: "Unbounded", cursive;
}

.new-card.main-index-price-card a {
  margin-top: 2rem;
}

.new-card.main-index-price-card .col-5 {
  position: relative;
}

.new-card.main-index-price-card .col-5 img {
  max-height: 244px;
}

.new-card.main-index-price-card .marker-label {
  position: absolute;
  bottom: 37px;
  left: 10px;
}

.main-index-voice-col-text h3 {
  font-size: 58px;
  margin: 0px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-family: "Unbounded", cursive;
}

.new-card.main-index-constructor h3 {
  font-size: 28px;
}

.new-card.main-index-constructor p {
  font-size: 24px;
}

.new-card.main-index-sale-item {
  position: relative;
}

.new-card.main-index-sale-item .main-index-sale-item-sale {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 20px;
  font-weight: 600;
}

.new-card.main-index-sale-item .main-index-sale-item-month {
  font-size: 20px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
}

.new-card.main-index-sale-item p {
  font-size: 44px;
  margin: 24px 0px 0px 0px;
  line-height: 100%;
}

.call-back-man {
  background: url(../img/call-back/bg-main.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  min-height: 255px;
  margin-top: 10px;
}

.call-back-man img {
  margin: 0 auto;
  display: block;
}

.section-call-back_cascade .card-gradient-reverse {
  padding: 60px;
  border-radius: 20px;
  position: relative;
}

.section-call-back_cascade .card-gradient-reverse::before {
  content: "";
  background: url(../img/index/decor-card.png) no-repeat right top;
  width: 100%;
  height: 90%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.section-call-back_cascade .card-gradient-reverse .title {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px;
}

.section-call-back_cascade .card-gradient-reverse p {
  margin: 0px 0px 30px 0px;
  font-size: 20px;
  line-height: 170%;
}

.section-call-back_cascade .card-gradient-reverse .btn {
  max-width: 420px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.section-call-back_cascade .col-6.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-call-back_cascade .col-6.flex-right img {
  width: auto;
}

.banner-auth .banner-img img {
  border-radius: 0px;
}

.red-text {
  color: #FF5050;
}

.brz-text {
  color: rgb(80, 255, 234);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.m-0 {
  margin: 0px;
}

.mt-32 {
  margin-top: 2rem;
}

.text-semibold {
  font-weight: 600;
}

.img-center {
  display: block;
  margin: 0 auto;
}

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

.col-fullheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-fullheight > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.fz-22 {
  font-size: 22px;
}

p.mt-32 {
  margin-top: 2rem;
}

.alert.alert-warning {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 8px;
  padding: 15px;
  font-size: 14px;
  margin: 15px 0;
  text-align: center;
}

.second-font {
  font-family: "Unbounded", cursive;
}

.buruz-text {
  color: rgb(80, 255, 234);
}

.gradient-text {
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.new-card {
  background: #2F3B4E;
  border-radius: 20px;
  height: 100%;
}

.new-card-60 {
  padding: 60px 40px;
}

.new-card-40 {
  padding: 40px;
}

.new-card-24-40 {
  padding: 24px 40px;
}

.new-card-24 {
  padding: 24px;
}

.new-card-32 {
  padding: 32px 24px;
}

.new-card-34 {
  padding: 34px 20px;
}

.new-card--theme-second {
  background: none;
  border: 1px solid #3A4B65;
}

.new-card--theme-second .btn {
  min-width: 180px;
  text-align: center;
}

.new-card--theme-gradient {
  border: 1px solid #334258;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F3B4E), color-stop(25%, #2F3B4E), color-stop(75%, #304355), to(#304355));
  background: -o-linear-gradient(top, #2F3B4E 0%, #2F3B4E 25%, #304355 75%, #304355 100%);
  background: linear-gradient(180deg, #2F3B4E 0%, #2F3B4E 25%, #304355 75%, #304355 100%);
}

.new-card--theme-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#293343), to(#2a3b49));
  background: -o-linear-gradient(top, #293343, #2a3b49);
  background: linear-gradient(180deg, #293343, #2a3b49);
  border: 1px solid #334258;
}

.new-card.height-auto {
  height: auto;
}

.new-card h2 {
  font-size: 24px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-family: "Unbounded", cursive;
  line-height: 145%;
}

.new-card h2.fz-30 {
  font-size: 30px;
}

.new-card h3 {
  color: rgb(80, 255, 234);
  margin: 0px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  line-height: 145%;
  font-size: 20px;
}

.new-card h4 {
  line-height: 145%;
  font-weight: 400;
}

.new-card h4 a {
  border-bottom: 1px solid;
}

.new-card h4 a:hover {
  border-bottom: 1px solid transparent;
}

.new-card p {
  margin: 16px 0px 0px 0px;
  font-size: 16px;
  line-height: 160%;
}

.new-card p.mt-8 {
  margin: 8px 0px 0px 0px;
}

.new-card ul {
  padding: 0px 0px 0px 24px;
}

.new-card ul li {
  margin-bottom: 8px;
}

.new-card > *:first-child:not(.row) {
  margin-top: 0px;
}

.gradient-card {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 20px;
  --angle: 0deg;
}

.gradient-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.6px;
  background: conic-gradient(from var(--angle) at 50% 50%, #50FFEA 1%, #9572D3 25.31%, #50FFEA 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: --angle 0.6s ease;
}

.main-section {
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #3D5172;
  position: relative;
  overflow: hidden;
  background: url(../img/simular-bg.svg) no-repeat bottom center;
}

.main-section .section-main-row {
  position: initial;
  padding: 0px;
}

.main-section::after {
  content: "";
  position: absolute;
  right: -30%;
  top: 20%;
  background: #50FFEA;
  opacity: 0.2;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 256px;
  width: 1200px;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: 1;
}

.main-section h1 {
  font-size: 44px;
  font-family: "Unbounded", cursive;
  margin: 0px;
  font-weight: 400;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: #50FFEA;
  line-height: 135%;
}

.main-section-description {
  margin-top: 60px;
  font-size: 22px;
  line-height: 155%;
}

.main-section-description b {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.main-section .btn {
  margin-top: 60px;
  display: block;
  max-width: 375px;
  text-align: center;
}

.main-section .custom-table-border__horizontal {
  font-size: 18px;
}

.custom-table-border__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.custom-table-border__horizontal > div {
  padding: 40px 24px;
  position: relative;
  left: -1px;
  border: 1px solid #3A4B65;
}

.custom-table-border__horizontal > div:first-child {
  left: 0px;
  border-radius: 20px 0px 0px 20px;
}

.custom-table-border__horizontal > div:last-child {
  border-radius: 0px 20px 20px 0px;
}

.custom-table-border__horizontal p {
  margin: 0px;
}

.custom-table-border__horizontal p span {
  font-weight: 700;
  color: rgb(80, 255, 234);
}

.custom-table-border__vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  flex-direction: column;
}

.custom-table-border__vertical > div {
  padding: 36px 24px;
  position: relative;
  top: -1px;
  border: 1px solid #3A4B65;
  width: 100%;
}

.custom-table-border__vertical > div:first-child {
  top: 0px;
  border-radius: 20px 20px 0px 0px;
}

.custom-table-border__vertical > div:last-child {
  border-radius: 0px 0px 20px 20px;
}

.custom-table-border__vertical > div h3 {
  font-family: "Unbounded", cursive;
  margin: 0px;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 400;
  font-size: 20px;
}

.custom-table-border__vertical > div p {
  margin: 8px 0px 0px 0px;
}

.section.normal-section {
  margin: 80px 0px;
}

.section.normal-section.pt-40 {
  padding-top: 40px;
}

.section.normal-section.mt-40 {
  margin-top: 40px;
}

.section.normal-section.mt-50 {
  margin-top: 50px;
}

.section.normal-section.mt-60 {
  margin-top: 60px;
}

.section.normal-section.mb-50 {
  margin-bottom: 50px;
}

.section.normal-section.mb-60 {
  margin-bottom: 60px;
}

.section.normal-section.mb-40 {
  margin-bottom: 40px;
}

.section.normal-section.m-20 {
  margin: 20px 0px;
}

.section.normal-section .title {
  color: rgb(80, 255, 234);
  margin: 0px 0px 50px 0px;
  line-height: 150%;
}

.section.normal-section .title.title-faq {
  color: #fff;
  background: url(../img/question-line.svg) no-repeat left top;
  min-height: 40px;
  padding-left: 48px;
  text-align: left;
}

.section.normal-section .title.title-ok {
  color: #fff;
  background: url(../img/vp/curcle-gal.svg) no-repeat left top;
  min-height: 40px;
  padding-left: 48px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 24px;
}

.section.normal-section .title.title-white {
  color: #fff;
}

.section.normal-section .title.title-fz-40 {
  font-size: 40px;
}

.section.normal-section.border-desctop {
  border-top: 1px solid #3D5172;
  border-bottom: 1px solid #3D5172;
  padding: 60px 0px 60px 0px;
}

.section.normal-section.border-desctop-p-80 {
  padding: 80px 0px 80px 0px;
}

.section.normal-section.border-top-desctop {
  border-top: 1px solid #3D5172;
  padding: 60px 0px 0px 0px;
}

.section.normal-s-section {
  padding: 24px 0px;
}

.section.border-bottom-section {
  border-bottom: 1px solid #3D5172;
}

.demo-product {
  background: #2F3B4E;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.demo-product--info {
  padding: 76px 40px;
}

.demo-product--title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #3D5172;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 145%;
}

.demo-product--title--mobile {
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #fff;
}

.demo-product--title--mobile div {
  font-size: 28px;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 16px;
}

.demo-product--text {
  line-height: 160%;
  font-size: 16px;
}

.demo-product--text ol {
  padding: 0px 0px 0px 24px;
  margin: 0px;
}

.demo-product--text ol li {
  margin-bottom: 0.7rem;
}

.demo-product--text ol li:last-child {
  margin-bottom: 0px;
}

.demo-product--steps {
  height: 100%;
}

.demo-product--step {
  height: 100%;
}

.demo-product--step--title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.demo-product--step--phone {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: rgb(80, 255, 234);
}

.demo-product--step-1 {
  background: url(../img/call-back/demo-bg.png) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 60px 20px 30px 20px;
}

.demo-product--step-1 h3 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0px 0px 30px 0px;
}

.demo-product--step-2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto;
  background: #334258;
  padding: 20px 30px;
  position: relative;
}

.demo-product--step-2 p {
  text-align: center;
  margin: 0px;
  line-height: 170%;
}

.demo-product--step-2--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 320px;
  gap: 16px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-product--step-2--form {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 26px;
  width: 100%;
}

.demo-product--step-2--form input {
  height: 54px;
  border-radius: 15px;
  font-size: 18px;
  padding: 0px 1rem;
  font-weight: 600;
  border: none;
}

.demo-product--step-2--form .btn-l {
  padding: 16px 26px;
}

.demo-product--step-2--form p {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}

.demo-product--step-2--vp {
  gap: 16px;
}

.demo-product--step-2--vp .demo-product--step--phone {
  margin-top: 6px;
}

.demo-product--input-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.demo-product--input-nums input {
  width: 23%;
  height: 63px;
  font-size: 26px;
  text-align: center;
}

.demo-product--vp .demo-product--step-2 {
  min-height: 530px;
}

.demo-product--vp .demo-product--step-1 {
  min-height: 530px;
}

.demo-product--fc .demo-product--step-2 {
  min-height: 640px;
}

.demo-product--fc .demo-product--step-2 .demo-product--step--title {
  font-size: 22px;
  margin-bottom: 8px;
}

.demo-product--fc .demo-product--step-1 {
  min-height: 640px;
}

.demo-product--name-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.demo-product--tosters {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: none;
  z-index: 99;
}

.demo-product--tosters.active {
  display: block;
}

.demo-product--tosters .toster {
  max-width: 430px;
  border-radius: 20px;
  margin-top: 0.5rem;
  padding: 1rem;
  color: #192941;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}

.demo-product--tosters .toster img {
  min-width: 24px;
  min-height: 24px;
}

.demo-product--tosters .toster.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.demo-product--tosters .toster p {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
}

.demo-product--tosters .toster-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.demo-product--tosters .toster-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(../img/vp+sms/close.svg) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.demo-product--tosters .toster--tg {
  background: #CAF1FF;
}

.demo-product--tosters .toster--alert {
  background: #FFD4D4;
}

.demo-product--tosters .toster--sms {
  background: #AEFFBA;
}

.section.cases-section {
  border-top: 1px solid #3D5172;
  border-bottom: 1px solid #3D5172;
  padding: 60px 0px 60px 0px;
}

.section.cases-section.cases-section-page {
	margin-bottom: 60px;
	border-top: 0px;
}

.section.cases-section .cases-header-subtitle {
  font-size: 20px;
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.section.cases-section .cases-header-title {
  margin-top: 24px;
  font-size: 30px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
}

.section.cases-section .col-4 .cases-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

.section.cases-section .index-cases-list .slick-list {
  margin: 0px -10px;
}

.banner-type-1 {
  position: relative;
  margin-bottom: 73px;
}

.banner-type-1 h2 {
  font-size: 44px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
  font-weight: 400;
  margin: 0px;
}

.banner-type-1 p {
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 0px;
}

.banner-type-2 {
  position: relative;
  margin-bottom: 24px;
}

.banner-type-2 h2 {
  font-size: 44px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
  font-weight: 400;
  margin: 0px;
}

.banner-type-2 p {
  margin-top: 50px;
  font-size: 22px;
  margin-bottom: 0px;
  font-family: "Unbounded", cursive;
}

.banner-type-section .vp-cascade-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-type-section .vp-cascade-item {
  height: auto;
  width: calc(25% - 34px);
  position: relative;
}

.banner-type-section .vp-cascade-item::after {
  content: "";
  width: 14px;
  height: 42px;
  background: url(../img/vp/arrow-right.svg) no-repeat;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -21px;
}

.banner-type-section .vp-cascade-item:last-child::after {
  display: none;
}

.banner-type-section .vp-cascade-btn {
  margin-top: 3rem;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 36px;
}

.banner-type-section .vp-cascade-btn--mobile {
  display: none;
}

.section.normal-section.faq-section {
  background: url(../img/faq-bg.svg) no-repeat right center;
  background-size: 50%;
}

.normal-section.simular-section {
  background: url(../img/simular-bg.svg) no-repeat bottom center;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.banner-type-section {
  background: url(../img/why-unibell-bg.svg) no-repeat right top;
}

.help-deno-product-mobile {
  display: none;
}

#dialog-demo-call-back.fancybox-content,
#dialog-demo-vp.fancybox-content,
#dialog-demo-call-me.fancybox-content,
#dialog-demo-fc.fancybox-content {
  padding: 24px;
}

#dialog-demo-call-back.fancybox-content .demo-product--info,
#dialog-demo-vp.fancybox-content .demo-product--info,
#dialog-demo-call-me.fancybox-content .demo-product--info,
#dialog-demo-fc.fancybox-content .demo-product--info {
  padding: 0px;
}

#dialog-demo-call-back.fancybox-content .demo-product--info .demo-product--text,
#dialog-demo-vp.fancybox-content .demo-product--info .demo-product--text,
#dialog-demo-call-me.fancybox-content .demo-product--info .demo-product--text,
#dialog-demo-fc.fancybox-content .demo-product--info .demo-product--text {
  max-height: none;
  text-align: left;
}

.steps-container {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open-btn-container {
  display: none;
}

.title-seo {
  margin: 16px 0px;
  text-align: center;
  color: #61728B;
  font-weight: 600;
  font-size: 18px;
}

.text-seo {
  font-size: 14px;
  text-align: justify;
  line-height: 160%;
  margin: 16px 0px;
  color: #61728B;
}

.form-section {
  background-color: #2F3B4E;
  background-image: url(../img/vp/form-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  border-radius: 20px;
  padding: 40px;
}

.form-section.pr-0 {
  padding-right: 0px;
}

.form-section h3.title {
  text-align: left;
  margin: 0px 0px 24px 0px;
  font-size: 24px;
  line-height: 145%;
}

.form-section h3.title.white-text {
  color: #fff;
}

.form-section h3.title.fz-30 {
  font-size: 30px;
}

.form-section p {
  margin: 24px 0px;
}

.form-section .form-footer {
  color: #61728B;
}

.form-section .form-footer a {
  color: #61728B;
}

.form-section input {
  font-weight: 400;
}

.form-section input::-webkit-input-placeholder {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.form-section input::-moz-placeholder {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.form-section input:-ms-input-placeholder {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.form-section input::-ms-input-placeholder {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.form-section input::placeholder {
  color: rgb(80, 255, 234);
  font-weight: 400;
}

.fc-different-price {
  font-size: 40px;
  font-family: "Unbounded", cursive;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.algoritm-number {
  color: rgb(80, 255, 234);
  font-size: 40px;
  font-family: "Unbounded", cursive;
}

.col-6 > .new-card:not(:last-child) {
  margin-bottom: 16px;
}

.cascade--dops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
  font-size: 20px;
  gap: 16px;
  font-family: "Unbounded", cursive;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-table-border__horizontal > div.cascade--dop-item {
  width: 50%;
  padding: 24px 40px;
}

.custom-table-border__horizontal > div.cascade--dop-item h3 {
  font-size: 18px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
  margin: 0px;
  font-weight: 400;
}

.custom-table-border__horizontal > div.cascade--dop-item p {
  margin: 16px 0px 0px 0px;
}

.banner.banner-label {
  padding: 40px;
  background-color: #2F3B4E;
  background-image: url(../img/vp+sms/banner-label-bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: relative;
}

.banner.banner-label .banner-label-info {
  max-width: 589px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.banner.banner-label .banner-label-info h2 {
  font-size: 28px;
  font-family: "Unbounded", cursive;
  margin: 0px;
  font-weight: 400;
}

.banner.banner-label .banner-label-info p {
  margin: 1rem 0rem 0rem 0rem;
}

.banner.banner-label .banner-label-info .btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.banner.banner-label .banner-label-info .tag {
  background: #6250FF;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 12px;
  line-height: 170%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.banner.banner-label .banner-label-img img {
  display: block;
}

.banner.banner-label .banner-label-img-phone {
  position: absolute;
  right: 61px;
  top: 70px;
}

.banner.banner-label .banner-label-img-start {
  position: absolute;
  right: 0px;
  bottom: 60px;
}

.banner.banner-label .banner-label-img-start--marker {
  bottom: 40px;
}

.row [class^=col].about-auth-by-call {
  margin-bottom: 4px;
}

.row [class^=col].about-auth-by-call .new-card {
  gap: 20px;
}

.row [class^=col].about-auth-by-call img {
  min-width: 120px;
}

.advange-item-type-2.advange-item-yellow,
.advange-item.advange-item-yellow {
  background: #F9EEB4;
}

.advange-item-type-2.advange-item-blue,
.advange-item.advange-item-blue {
  background: #C2FFF8;
}

.advange-item-type-2.advange-item-blue2,
.advange-item.advange-item-blue2 {
  background: #ACE9FF;
}

.row [class^=col] .new-card:not(:last-child) {
  margin-bottom: 16px;
}

.connect-mass-outs-section {
  padding: 140px 0px;
  position: relative;
}

.connect-mass-outs-section:after {
  content: "";
  position: absolute;
  background: url(../img/out-calls/bottom-light.svg) no-repeat bottom center;
  width: 100%;
  height: 225px;
  bottom: 0px;
}

.connect-mass-outs-section:before {
  content: "";
  top: 0px;
  position: absolute;
  background: url(../img/out-calls/top-light.svg) no-repeat top center;
  width: 100%;
  height: 225px;
}

.speach-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.speach-partners p {
  margin: 0px;
}

.possibilites-ivr-col {
  border-radius: 20px;
  background: #2F3B4E;
  border: 1px solid #3A4B65;
  overflow: hidden;
}

.possibilites-ivr-item {
  padding: 24px 40px;
  border-bottom: 1px solid #3A4B65;
}

.possibilites-ivr-item p {
  margin: 0px;
}

.section.normal-section .title.possibilites-ivr-title {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.what-u-business .gradient-text {
  font-size: 20px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  line-height: 155%;
}

.what-u-business .btn {
  width: 100%;
  text-align: center;
}

.section.normal-section.tts-syntez-section {
  padding: 100px 0px;
  position: relative;
  margin: 40px 0px;
}

.section.normal-section.tts-syntez-section:before {
  content: "";
  top: 0px;
  position: absolute;
  background: url(../img/out-calls/top-light.svg) no-repeat top center;
  width: 100%;
  height: 225px;
}

.section.normal-section.tts-syntez-section.border-bottom {
  border-bottom: 1px solid #3D5172;
}

.philanthropy-main {
  padding-left: 40px;
  padding-right: 40px;
}

.philanthropy-main h1 {
  font-weight: 400;
  margin: 2.5rem 0px;
  font-size: 44px;
  font-family: "Unbounded", cursive;
}

.philanthropy-main p {
  font-size: 18px;
  margin: 2.5rem 0px 0px 0px;
  max-width: 700px;
}

.philanthropy-why h2 {
  font-size: 30px;
  margin: 0px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  color: rgb(80, 255, 234);
}

.philanthropy-why .gradient-card {
  height: 100%;
}

.philanthropy-why .gradient-text {
  font-size: 18px;
  font-weight: 600;
}

.philanthropy-why .custom-table-border__vertical {
  margin: 40px 0px 0px 0px;
  height: auto;
}

.philanthropy-why .custom-table-border__vertical > div {
  padding: 16px 24px;
  line-height: 160%;
}

.philanthropy-why .row {
  margin-left: -20px;
  margin-right: -20px;
}

.philanthropy-why .row [class^=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.philantropy-slider .slick-list {
  margin: 0 -22px;
}

.philantropy-slider .slick-slide > div {
  margin: 0 22px;
}

.sphers-label-section h2 {
  margin: 0px 0px 2rem 0px;
}

.sphers-label-section ul {
  padding: 0px 0px 0px 24px;
}

.sphers-label-section ul li {
  font-size: 18px;
  margin-bottom: 0.6rem;
}

.sphers-label-section ul li:last-child {
  margin-bottom: 0px;
}

.sphers-label-section img {
  max-width: 357px;
}

.hlr-algoritm-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hlr-algoritm-item {
  height: auto;
  width: calc(33% - 30.7px);
  position: relative;
}

.hlr-algoritm-item:after {
  content: "";
  width: 14px;
  height: 42px;
  background: url(../img/vp/arrow-right.svg) no-repeat;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -21px;
}

.hlr-algoritm-item:last-child::after {
  display: none;
}

.hlr-form-img {
  position: absolute;
  right: 0px;
}

.sms-price-description {
  text-align: center;
  font-size: 18px;
  margin: 0px;
  color: #8997AD;
}

.sms-price-description a {
  color: rgb(80, 255, 234);
  text-decoration: none;
  border-bottom: 1px solid;
}

.sms-price-description a:hover {
  border-bottom: 1px solid transparent;
}

.sms-price-desctop-container {
  margin-top: 50px;
}

.sms-price-desctop-container p {
  color: #61728B;
  margin: 26px 0px 0px 0px;
  font-size: 14px;
  padding: 0px 16px;
}

.sms-price-desctop-container p span {
  font-weight: 600;
}

.sale-sms-section .btn {
  margin-top: 2rem;
  max-width: 400px;
  text-align: center;
  width: 100%;
}

.sale-sms-section img {
  position: absolute;
  bottom: 0px;
  right: 24px;
  max-width: 330px;
}

.short-links-container {
  position: relative;
}

.short-links-container::before {
  content: "";
  background: url(../img/sms/sms-bg.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.short-links-container .custom-table-border {
  max-width: 567px;
  line-height: 145%;
}

.short-links-container .custom-table-border span {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.sms-table-mobile-scroll {
  overflow: auto;
  margin: 0px -24px;
  padding: 0px 24px;
  margin-bottom: 24px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.sms-table-mobile-scroll .new-card {
  min-width: 600px;
}

.sms-table-mobile-scroll .new-card table tr th {
  text-align: left;
}

.sms-table-mobile-scroll .new-card table tr td {
  text-align: left;
}

.sms-table-mobile-scroll .new-card.scroll-100 {
  min-width: auto;
}

.sms-table-mobile-scroll .new-card.scroll-100 table tr td {
  text-align: left;
}

.sms-table-mobile-scroll .new-card.scroll-100 table tr td:first-child {
  color: #fff;
}

.sms-table-mobile-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sms-tariffs-footer {
  font-size: 12px;
  color: #61728B;
  margin: 0px;
}

.custom-table-border__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #3A4B65;
  border-right: 0px;
}

.custom-table-border__2col .new-card {
  height: auto;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
}

.custom-table-border__2col .new-card:last-child {
  border-bottom: 0px;
}

.custom-table-border__2col .custom-table-border--item-50 {
  width: 50%;
}

.custom-table-border__2col .custom-table-border--item-100 {
  width: 100%;
}

.section.normal-section .infopartners-formats {
  margin-bottom: 16px;
}

.section.normal-section .infopartners-formats h3.title {
  text-align: left;
  margin: 0px;
  padding-left: 20px;
}

.section.normal-section .infopartners-formats p {
  font-size: 22px;
  margin: 32px 0px 0px 0px;
  padding-left: 20px;
}

.infopartners-format-item h3 {
  margin-bottom: 24px;
}

.infopartners-format-item p {
  font-size: 18px;
  font-weight: 600;
}

.infopartners-format-item ul.gal-list {
  margin: 24px 0px;
}

.infopartners-format-item ul.gal-list:last-child {
  margin-bottom: 0px;
}

.infopartner-partner {
  padding: 16px;
}

.infopartner-partner img {
  margin: 0 auto;
  display: block;
}

ul.gal-list {
  padding: 0px;
}

ul.gal-list li {
  background: url(../img/call-back/gal.svg) no-repeat left top;
  min-height: 24px;
  padding-left: 32px;
  list-style: none;
  line-height: 145%;
  margin-bottom: 8px;
}

ul.gal-list li:last-child {
  margin-bottom: 0px;
}

ul.gal-list:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.partner-infopartner {
  position: relative;
}

.partner-infopartner-text {
  padding: 32px 0px 32px 40px;
}

.partner-infopartner-text h2 {
  margin: 0px;
  font-size: 28px;
}

.partner-infopartner-text p {
  margin: 32px 0px;
}

.partner-infopartner .col-5 {
  position: absolute;
  top: 0px;
  right: -30px;
}

.partner-infopartner .col-5 img {
  max-width: 447px;
}

.step-title {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 600;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.step-title .btn {
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.logo-concenta {
  max-width: 150px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.banner-partners .btn {
  margin-top: 20px;
}

.banner-partners .banner-img {
  width: 40%;
}

.marker-label {
  padding: 8px 16px;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600;
}

.marker-label-hit {
  background: #FF5050;
}

.section-inner {
  margin: 50px 0px;
}

.section-inner:last-child {
  margin-bottom: 0px;
}

.not-revover-pass {
  max-width: 505px;
  padding: 16px;
  border: 1px solid #3A4B65;
  border-radius: 20px;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
  margin-top: 36px;
}

.not-revover-pass span {
  font-size: 34px;
  color: #FF5050;
}

*,
*::before,
*::after,
*:focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  background: rgb(41, 51, 67);
}

input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
}

.container {
  margin: 0 auto;
  padding: 0px 24px;
  max-width: 1272px;
}

.container-small {
  max-width: 1200px;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: rgb(80, 255, 234);
}

p {
  line-height: 150%;
}

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

.gap-10 {
  gap: 10px;
}

.gap-16 {
  gap: 16px;
}

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

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

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

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

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

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

.relative {
  position: relative;
}

.inline {
  display: inline !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1-5 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.height-auto {
  height: auto !important;
}

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

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

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

.bold-font {
  font-weight: 700;
}

.semibold-font {
  font-weight: 600;
}

.ancor {
  position: relative;
  top: -120px;
  width: 100%;
  height: 1px;
}

.wrapper {
  margin-top: 104px;
}

.hidden {
  display: none !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(41, 51, 67);
  /* Задний фон */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

#preloader.hiddenp {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  background: url(../img/preload.png) no-repeat center;
  width: 64px;
  height: 64px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.btn {
  height: 43px;
  width: auto;
  padding: 12px 25px;
  border-radius: 33px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.btn:hover {
  color: rgb(47, 59, 78);
}

.btn:hover::after {
  width: 680px;
  height: 560px;
}

.btn > span {
  position: relative;
  z-index: 1;
}

.btn-s {
  font-size: 14px;
  height: 38px;
  padding: 10px 24px;
  font-weight: 500;
}

.btn-l {
  font-size: 18px;
  height: 56px;
  padding: 16px 56px;
  font-weight: 600;
}

.btn-xl {
  height: 66px;
  padding: 21px 56px;
  font-size: 20px;
  font-weight: 600;
}

.btn-xxl {
  height: 80px;
  padding: 27px 43px;
  font-size: 20px;
  border-radius: 46px;
  font-weight: 600;
}

.btn-center {
  display: table;
  margin: 0 auto;
}

.btn-primary {
  background: rgb(80, 255, 234);
  color: rgb(47, 59, 78);
}

.btn-primary:after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-gamma,
.btn-secondary {
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  --angle: 0deg;
}

.btn-gamma::before,
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--angle) at 50% 50%, #50FFEA 1%, #9572D3 25.31%, #50FFEA 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: --angle 0.6s ease;
}

.btn-gamma:hover,
.btn-secondary:hover {
  color: #fff;
}

.btn-gamma:hover span,
.btn-secondary:hover span {
  color: #fff;
}

.btn-gamma:hover::before,
.btn-secondary:hover::before {
  --angle: 180deg;
}

.btn-gamma-2,
.btn-secondary-2 {
  border: 1px solid #293343;
  color: #293343;
}

.btn-gamma-2:hover,
.btn-secondary-2:hover {
  background: #293343;
  border-color: #293343;
  color: #fff;
}

.btn-secondary {
  border-radius: 10px;
}

.btn-back {
  font-size: 15px;
  color: #fff;
  height: 40px;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  gap: 14px;
  background: rgb(47, 59, 78);
}

.btn-back::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 12px;
  color: rgb(80, 255, 234);
}

.btn-fullwidth {
  width: 100%;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-curcle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50ffea;
}

.btn-curcle:hover {
  background: #fff;
}

.btn-curcle.disabled {
  pointer-events: none;
  background: #293343;
}

.btn.btn-download {
  border: 1px solid #50FFEA;
  border-radius: 10px;
  padding: 6px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}

.btn.btn-download .icon-download {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjQ5OTggMTIuMTY2QzE3LjI3ODggMTIuMTY2IDE3LjA2NjkgMTIuMjUzOCAxNi45MTA2IDEyLjQxMDFDMTYuNzU0MyAxMi41NjY0IDE2LjY2NjUgMTIuNzc4MyAxNi42NjY1IDEyLjk5OTNWMTYuMzMyN0MxNi42NjY1IDE2LjU1MzcgMTYuNTc4NyAxNi43NjU3IDE2LjQyMjQgMTYuOTIxOUMxNi4yNjYxIDE3LjA3ODIgMTYuMDU0MiAxNy4xNjYgMTUuODMzMiAxNy4xNjZINC4xNjY1QzMuOTQ1NDkgMTcuMTY2IDMuNzMzNTMgMTcuMDc4MiAzLjU3NzI1IDE2LjkyMTlDMy40MjA5NyAxNi43NjU3IDMuMzMzMTcgMTYuNTUzNyAzLjMzMzE3IDE2LjMzMjdWMTIuOTk5M0MzLjMzMzE3IDEyLjc3ODMgMy4yNDUzNyAxMi41NjY0IDMuMDg5MDkgMTIuNDEwMUMyLjkzMjgxIDEyLjI1MzggMi43MjA4NSAxMi4xNjYgMi40OTk4NCAxMi4xNjZDMi4yNzg4MiAxMi4xNjYgMi4wNjY4NiAxMi4yNTM4IDEuOTEwNTggMTIuNDEwMUMxLjc1NDMgMTIuNTY2NCAxLjY2NjUgMTIuNzc4MyAxLjY2NjUgMTIuOTk5M1YxNi4zMzI3QzEuNjY2NSAxNi45OTU3IDEuOTI5OSAxNy42MzE2IDIuMzk4NzQgMTguMTAwNUMyLjg2NzU4IDE4LjU2OTMgMy41MDM0NiAxOC44MzI3IDQuMTY2NSAxOC44MzI3SDE1LjgzMzJDMTYuNDk2MiAxOC44MzI3IDE3LjEzMjEgMTguNTY5MyAxNy42MDA5IDE4LjEwMDVDMTguMDY5OCAxNy42MzE2IDE4LjMzMzIgMTYuOTk1NyAxOC4zMzMyIDE2LjMzMjdWMTIuOTk5M0MxOC4zMzMyIDEyLjc3ODMgMTguMjQ1NCAxMi41NjY0IDE4LjA4OTEgMTIuNDEwMUMxNy45MzI4IDEyLjI1MzggMTcuNzIwOSAxMi4xNjYgMTcuNDk5OCAxMi4xNjZaTTkuNDA4MTcgMTMuNTkxQzkuNDg3NDIgMTMuNjY2OSA5LjU4MDg4IDEzLjcyNjQgOS42ODMxNyAxMy43NjZDOS43ODI5MiAxMy44MTAxIDkuODkwNzggMTMuODMyOSA5Ljk5OTg0IDEzLjgzMjlDMTAuMTA4OSAxMy44MzI5IDEwLjIxNjggMTMuODEwMSAxMC4zMTY1IDEzLjc2NkMxMC40MTg4IDEzLjcyNjQgMTAuNTEyMyAxMy42NjY5IDEwLjU5MTUgMTMuNTkxTDEzLjkyNDggMTAuMjU3N0MxNC4wODE4IDEwLjEwMDggMTQuMTY5OSA5Ljg4NzkzIDE0LjE2OTkgOS42NjYwMkMxNC4xNjk5IDkuNDQ0MSAxNC4wODE4IDkuMjMxMjcgMTMuOTI0OCA5LjA3NDM1QzEzLjc2NzkgOC45MTc0MyAxMy41NTUxIDguODI5MjcgMTMuMzMzMiA4LjgyOTI3QzEzLjExMTMgOC44MjkyNyAxMi44OTg0IDguOTE3NDMgMTIuNzQxNSA5LjA3NDM1TDEwLjgzMzIgMTAuOTkxVjIuOTk5MzVDMTAuODMzMiAyLjc3ODM0IDEwLjc0NTQgMi41NjYzNyAxMC41ODkxIDIuNDEwMDlDMTAuNDMyOCAyLjI1MzgxIDEwLjIyMDkgMi4xNjYwMiA5Ljk5OTg0IDIuMTY2MDJDOS43Nzg4MiAyLjE2NjAyIDkuNTY2ODYgMi4yNTM4MSA5LjQxMDU4IDIuNDEwMDlDOS4yNTQzIDIuNTY2MzcgOS4xNjY1IDIuNzc4MzQgOS4xNjY1IDIuOTk5MzVWMTAuOTkxTDcuMjU4MTcgOS4wNzQzNUM3LjE4MDQ3IDguOTk2NjUgNy4wODgyMyA4LjkzNTAyIDYuOTg2NzEgOC44OTI5N0M2Ljg4NTE5IDguODUwOTIgNi43NzYzOSA4LjgyOTI3IDYuNjY2NSA4LjgyOTI3QzYuNTU2NjIgOC44MjkyNyA2LjQ0NzgxIDguODUwOTIgNi4zNDYzIDguODkyOTdDNi4yNDQ3OCA4LjkzNTAyIDYuMTUyNTQgOC45OTY2NSA2LjA3NDg0IDkuMDc0MzVDNS45OTcxNCA5LjE1MjA1IDUuOTM1NSA5LjI0NDI5IDUuODkzNDUgOS4zNDU4MUM1Ljg1MTQgOS40NDczMyA1LjgyOTc2IDkuNTU2MTMgNS44Mjk3NiA5LjY2NjAyQzUuODI5NzYgOS43NzU5IDUuODUxNCA5Ljg4NDcxIDUuODkzNDUgOS45ODYyMkM1LjkzNTUgMTAuMDg3NyA1Ljk5NzE0IDEwLjE4IDYuMDc0ODQgMTAuMjU3N0w5LjQwODE3IDEzLjU5MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.btn.btn-download:hover {
  background: #50FFEA;
  color: #000;
}

.btn.btn-download:hover .icon-download {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjQ5OTggMTIuMTY2QzE3LjI3ODggMTIuMTY2IDE3LjA2NjkgMTIuMjUzOCAxNi45MTA2IDEyLjQxMDFDMTYuNzU0MyAxMi41NjY0IDE2LjY2NjUgMTIuNzc4MyAxNi42NjY1IDEyLjk5OTNWMTYuMzMyN0MxNi42NjY1IDE2LjU1MzcgMTYuNTc4NyAxNi43NjU3IDE2LjQyMjQgMTYuOTIxOUMxNi4yNjYxIDE3LjA3ODIgMTYuMDU0MiAxNy4xNjYgMTUuODMzMiAxNy4xNjZINC4xNjY1QzMuOTQ1NDkgMTcuMTY2IDMuNzMzNTMgMTcuMDc4MiAzLjU3NzI1IDE2LjkyMTlDMy40MjA5NyAxNi43NjU3IDMuMzMzMTcgMTYuNTUzNyAzLjMzMzE3IDE2LjMzMjdWMTIuOTk5M0MzLjMzMzE3IDEyLjc3ODMgMy4yNDUzNyAxMi41NjY0IDMuMDg5MDkgMTIuNDEwMUMyLjkzMjgxIDEyLjI1MzggMi43MjA4NSAxMi4xNjYgMi40OTk4NCAxMi4xNjZDMi4yNzg4MiAxMi4xNjYgMi4wNjY4NiAxMi4yNTM4IDEuOTEwNTggMTIuNDEwMUMxLjc1NDMgMTIuNTY2NCAxLjY2NjUgMTIuNzc4MyAxLjY2NjUgMTIuOTk5M1YxNi4zMzI3QzEuNjY2NSAxNi45OTU3IDEuOTI5OSAxNy42MzE2IDIuMzk4NzQgMTguMTAwNUMyLjg2NzU4IDE4LjU2OTMgMy41MDM0NiAxOC44MzI3IDQuMTY2NSAxOC44MzI3SDE1LjgzMzJDMTYuNDk2MiAxOC44MzI3IDE3LjEzMjEgMTguNTY5MyAxNy42MDA5IDE4LjEwMDVDMTguMDY5OCAxNy42MzE2IDE4LjMzMzIgMTYuOTk1NyAxOC4zMzMyIDE2LjMzMjdWMTIuOTk5M0MxOC4zMzMyIDEyLjc3ODMgMTguMjQ1NCAxMi41NjY0IDE4LjA4OTEgMTIuNDEwMUMxNy45MzI4IDEyLjI1MzggMTcuNzIwOSAxMi4xNjYgMTcuNDk5OCAxMi4xNjZaTTkuNDA4MTcgMTMuNTkxQzkuNDg3NDIgMTMuNjY2OSA5LjU4MDg4IDEzLjcyNjQgOS42ODMxNyAxMy43NjZDOS43ODI5MiAxMy44MTAxIDkuODkwNzggMTMuODMyOSA5Ljk5OTg0IDEzLjgzMjlDMTAuMTA4OSAxMy44MzI5IDEwLjIxNjggMTMuODEwMSAxMC4zMTY1IDEzLjc2NkMxMC40MTg4IDEzLjcyNjQgMTAuNTEyMyAxMy42NjY5IDEwLjU5MTUgMTMuNTkxTDEzLjkyNDggMTAuMjU3N0MxNC4wODE4IDEwLjEwMDggMTQuMTY5OSA5Ljg4NzkzIDE0LjE2OTkgOS42NjYwMkMxNC4xNjk5IDkuNDQ0MSAxNC4wODE4IDkuMjMxMjcgMTMuOTI0OCA5LjA3NDM1QzEzLjc2NzkgOC45MTc0MyAxMy41NTUxIDguODI5MjcgMTMuMzMzMiA4LjgyOTI3QzEzLjExMTMgOC44MjkyNyAxMi44OTg0IDguOTE3NDMgMTIuNzQxNSA5LjA3NDM1TDEwLjgzMzIgMTAuOTkxVjIuOTk5MzVDMTAuODMzMiAyLjc3ODM0IDEwLjc0NTQgMi41NjYzNyAxMC41ODkxIDIuNDEwMDlDMTAuNDMyOCAyLjI1MzgxIDEwLjIyMDkgMi4xNjYwMiA5Ljk5OTg0IDIuMTY2MDJDOS43Nzg4MiAyLjE2NjAyIDkuNTY2ODYgMi4yNTM4MSA5LjQxMDU4IDIuNDEwMDlDOS4yNTQzIDIuNTY2MzcgOS4xNjY1IDIuNzc4MzQgOS4xNjY1IDIuOTk5MzVWMTAuOTkxTDcuMjU4MTcgOS4wNzQzNUM3LjE4MDQ3IDguOTk2NjUgNy4wODgyMyA4LjkzNTAyIDYuOTg2NzEgOC44OTI5N0M2Ljg4NTE5IDguODUwOTIgNi43NzYzOSA4LjgyOTI3IDYuNjY2NSA4LjgyOTI3QzYuNTU2NjIgOC44MjkyNyA2LjQ0NzgxIDguODUwOTIgNi4zNDYzIDguODkyOTdDNi4yNDQ3OCA4LjkzNTAyIDYuMTUyNTQgOC45OTY2NSA2LjA3NDg0IDkuMDc0MzVDNS45OTcxNCA5LjE1MjA1IDUuOTM1NSA5LjI0NDI5IDUuODkzNDUgOS4zNDU4MUM1Ljg1MTQgOS40NDczMyA1LjgyOTc2IDkuNTU2MTMgNS44Mjk3NiA5LjY2NjAyQzUuODI5NzYgOS43NzU5IDUuODUxNCA5Ljg4NDcxIDUuODkzNDUgOS45ODYyMkM1LjkzNTUgMTAuMDg3NyA1Ljk5NzE0IDEwLjE4IDYuMDc0ODQgMTAuMjU3N0w5LjQwODE3IDEzLjU5MVoiIGZpbGw9IiMwMDAiLz4KPC9zdmc+Cg==);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* grid */

.row.mt-90 {
  margin-top: 90px;
}

.row.gap-bottom {
  gap: 20px 0px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.row [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  margin-top: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}

.col-7-5 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%;
}

.col-6-5 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}

.col-5-5 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}

.col-5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-4-5 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%;
}

.col-3-5 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}

.col-2-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.col-10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.tablet-visible {
  display: none;
}

.tablet-v-visible {
  display: none;
}

.footer {
  background: rgb(41, 51, 67);
  padding: 60px 0px 72px 0px;
  line-height: 150%;
  border-top: 2px solid rgb(51, 66, 88);
}

.footer .footer-nav__title {
  font-size: 24px;
  color: rgb(80, 255, 234);
  font-weight: 600;
  margin: 0px 0px 22px 0px;
}

.footer a.no-link {
  display: table;
  font-size: 16px;
  color: rgb(97, 114, 139);
  margin-bottom: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.footer a.no-link:hover {
  color: rgb(80, 255, 234);
}

.footer a:not(.no-link) {
  color: rgb(80, 255, 234);
  white-space: nowrap;
}

.footer p {
  font-size: 16px;
  color: rgb(97, 114, 139);
  margin: 0px 0px 12px 0px;
  line-height: 145%;
}

.footer p br {
  display: block !important;
}

.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.section-main {
  padding: 90px 0px 0px 0px;
}

.section-main-row {
  position: relative;
}

.section-main h1 {
  font-size: 60px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
  margin: 15px 0px 0px 0px;
}

.section-main h1 span {
  color: #fff;
}

.section-main p {
  max-width: 466px;
  margin: 40px 0px 40px 0px;
  font-size: 24px;
  font-weight: 500;
}

.section-main p span {
  color: rgb(80, 255, 234);
}

.section-main-imgs {
  max-width: 500px;
}

.section-main-imgs.m-auto {
  margin: 0 auto;
}

.logo-container {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 25px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgb(43, 112, 107)), color-stop(100%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 25%, rgba(41, 61, 74, 0.1) 100%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 25%, rgba(41, 61, 74, 0.1) 100%, rgba(41, 51, 67, 0) 100%);
}

.logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  gap: 50px;
}

.logo-slider img {
  width: 150px;
  height: auto;
  margin: 0 10px;
}

.main-products {
  padding: 100px 0px 50px 0px;
  background: rgb(47, 59, 78);
}

.main-products .about-info-row {
  margin-left: 30px;
  margin-right: 30px;
}

.main-products .about-info div {
  font-size: 40px;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
  font-weight: 700;
}

.main-products .about-info p {
  font-size: 20px;
  color: rgb(97, 114, 139);
  margin: 12px 0px 0px 0px;
  line-height: 135%;
}

.main-products-container {
  margin-top: 60px;
  padding-top: 47px;
  border-top: 2px solid rgb(51, 66, 88);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-products-cateroties {
  width: 35%;
}

.main-products-categoty {
  padding: 26px;
  border-radius: 14px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.main-products-categoty.active {
  background: rgb(41, 51, 67);
}

.main-products-categoty:hover {
  background: rgb(41, 51, 67);
}

.main-products-categoty-title {
  font-size: 20px;
  color: rgb(80, 255, 234);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-weight: 600;
}

.main-products-categoty-title [class^=icon-] {
  font-size: 30px;
}

.main-products-categoty p {
  margin: 15px 0px 0px 0px;
  font-size: 18px;
}

.main-products-block {
  background: rgb(41, 51, 67);
  border-radius: 14px;
  width: calc(65% - 20px);
  padding: 33px 40px;
}

.main-products-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(51, 66, 88);
  margin-bottom: 25px;
}

.main-products-block-title img {
  width: 110px;
  height: auto;
}

.main-products-block-title p {
  width: calc(100% - 128px);
  font-size: 20px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  margin: 0px;
}

.main-products-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-products-block-item {
  width: calc(50% - 15px);
}

.main-products-block-item:hover h4::after {
  opacity: 1;
}

.main-products-block-item:hover p {
  color: #fff;
}

.main-products-block-item h4 {
  margin: 0px 0px 16px 0px;
  font-size: 20px;
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.main-products-block-item h4::after {
  margin-left: 10px;
  font-family: "icomoon";
  content: "\e911";
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  height: 14px;
  display: inline-block;
}

.main-products-block-item p {
  font-size: 16px;
  margin: 12px 0px 0px 0px;
}

.index-cases {
  padding: 86px 0px;
  background: rgb(34, 44, 61);
}

.index-cases.mt-0 {
  margin-top: 0px;
}

.index-cases.mb-0 {
  margin-bottom: 0px;
}

.index-cases.pb-56 {
  padding-bottom: 56px;
}

.index-cases .cases-header-subtitle {
  color: #50ffea;
  font-weight: 700;
  font-size: 18px;
}

.index-cases .cases-header-title {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 400;
}

.index-cases .cases-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 75px;
  gap: 16px;
}

.index-cases-list {
  margin-top: 20px;
}

.index-cases-list .slick-list {
  margin: 0px -30px;
}

.index-cases-list.index-cases-list-platform {
  margin-top: 30px;
  margin-bottom: 47px;
}

.index-cases-list.index-cases-list-platform .slick-list {
  margin: 0px -10px;
}

.case-item {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.case-item-no-hover {
  cursor: default;
}

.case-item-no-hover .tag {
  pointer-events: none;
}

.case-item .case-item-img {
  width: 100%;
  padding-top: 68.5%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

.case-item .case-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
}

.case-item h2,
.case-item h3,
.case-item .case-item-title {
  color: rgb(80, 255, 234);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 20px 0px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.case-item h2 > a,
.case-item h3 > a,
.case-item .case-item-title > a {
  color: rgb(80, 255, 234);
  display: block;
}

.case-item p {
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  min-height: 72px;
}

.case-item-platform {
  background: rgb(47, 59, 78);
  padding: 25px 20px;
}

.case-item-platform:hover {
  background: #202a3a;
}

.case-item-platform .case-item-img {
  width: 78px;
  height: 78px;
  padding-top: 0px;
  border-radius: 50%;
}

.case-item-platform h2 {
  margin: 24px 0px 16px 0px;
  min-height: 49px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.case-item-platform p {
  margin: 0px;
}

.section-platform-main-imgs {
  max-width: 577px;
  margin: 0 auto;
}

.case-item-tags {
  margin: 15px 0px 20px 0px;
}

.case-item-tags a {
  font-size: 13px;
  color: rgb(97, 114, 139);
  line-height: 115%;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgb(97, 114, 139);
  display: inline-block;
}

.case-item-tags a:hover {
  color: rgb(80, 255, 234);
  border-color: rgb(80, 255, 234);
}

.cases-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.cases-button,
.similar-button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgb(41, 51, 67);
  position: initial;
  margin: 0px;
  cursor: pointer;
}

.cases-button.slick-disabled,
.similar-button.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cases-button-type-2,
.similar-button-type-2 {
  background: rgb(47, 59, 78);
}

.cases-button span,
.similar-button span {
  color: rgba(97, 114, 139, 0.5);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cases-button::after,
.similar-button::after {
  display: none;
}

.cases-button:hover span,
.similar-button:hover span {
  color: rgb(97, 114, 139);
}

.similar-button {
  background: rgb(47, 59, 78);
}

.section-index-form {
  padding: 80px 0px;
  background: rgb(41, 51, 67);
}

.index-form-container {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 50px 74px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 59, 78)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(90deg, rgb(47, 59, 78) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
}

.index-form-container::after {
  content: "";
  background: url(../img/bg-form.svg) no-repeat center;
  width: 325px;
  height: 315px;
  position: absolute;
  top: 64px;
  right: 25%;
}

.index-form-mark {
  position: absolute;
  right: 0px;
  bottom: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  border-radius: 120px 0px 0px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 350px;
  padding: 7px;
}

.index-form-mark-logo {
  width: 56px;
  height: 56px;
  background: rgb(47, 59, 78);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-form-mark p {
  color: rgb(34, 44, 61);
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.form h2 {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  margin: 0px 0px 24px 0px;
}

.form p {
  font-size: 20px;
  margin: 24px 0px 36px 0px;
  color: rgb(80, 255, 234);
  font-weight: 500;
  max-width: 440px;
}

.form .form-subtitle {
  font-size: 20px;
  color: rgb(80, 255, 234);
  font-weight: 500;
}

.form .form-subtitle.mb-24 {
  margin-bottom: 24px;
}

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

.form form input:not([type=checkbox]) {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  background: rgb(41, 51, 67);
  border-radius: 14px;
  height: 54px;
  border: none;
  color: #fff;
  padding: 0px 20px;
  font-weight: 600;
  font-size: 18px;
}

.form form button {
  margin-top: 24px;
  width: 100%;
  display: block;
}

.index-form-img img {
  max-width: 420px;
  width: 100%;
}

.form-footer {
  margin-top: 24px;
  font-size: 13px;
  color: #697a82;
  line-height: 150%;
}

.form-footer .custom-checkbox {
  display: inline-block;
  margin-right: 8px;
  margin-top: 0px;
}

.form-footer a {
  color: #697a82;
  text-decoration: none;
  border-bottom: 1px solid;
}

.form-footer a:hover {
  border-bottom: 1px solid transparent;
}

.sberbanner {
  margin-top: 80px;
}

.sberbanner img {
  border-radius: 14px;
}

.fancybox-content {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  position: initial;
  padding: 44px 52px;
  width: 100%;
}

.fancybox-content .fancybox-close-small {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background: rgb(47, 59, 78);
  border-radius: 50%;
}

.fancybox-slide--image .fancybox-content {
  border-radius: 0px;
}

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

.dialog-contacts h2 {
  font-size: 30px;
  color: #fff;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}

.dialog-contacts .dialog-contacts-info {
  margin: 30px 0px 24px 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #334258;
}

.dialog-contacts .dialog-contacts-info p {
  margin: 4px 0px;
}

.dialog-contacts .dialog-contacts-info p a {
  color: rgb(80, 255, 234);
}

.dialog-contacts .dialog-contacts-form h3 {
  text-align: center;
  color: rgb(80, 255, 234);
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 29px 0px;
}

.dialog-contacts .dialog-contacts-form form {
  margin: 0 auto;
}

.page-main {
  padding: 100px 0px 72px 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(50%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
}

.page-main.pt-72 {
  padding: 72px 0px;
}

.page-main h1 {
  font-size: 40px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
  margin: 0px;
}

.page-main p {
  margin: 36px 0px 44px 0px;
  font-size: 20px;
  font-weight: 500;
  max-width: 570px;
}

.page-main p b {
  color: rgb(80, 255, 234);
  font-weight: 600;
  white-space: nowrap;
}

.page-main .btn {
  min-width: 375px;
  text-align: center;
}

.page-main-single-price {
  font-family: "Unbounded", cursive;
  font-size: 20px;
  color: rgb(97, 114, 139);
  margin: 44px 0px;
}

.page-main-single-price span {
  color: rgb(80, 255, 234);
  font-weight: 500;
}

.page-main-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -18px 0px 32px 0px;
}

.page-main-prices .page-main-price {
  padding: 16px 14px;
  background: rgb(47, 59, 78);
  border-radius: 18px;
  font-family: "Unbounded", cursive;
}

.page-main-prices .page-main-price-title {
  font-size: 14px;
  margin-bottom: 6px;
}

.page-main-prices .page-main-price p {
  font-size: 15px;
  margin: 0px;
  color: rgb(97, 114, 139);
  font-weight: 400;
}

.page-main-prices .page-main-price p span {
  color: rgb(80, 255, 234);
}

.list-item {
  width: 100%;
  background: rgb(47, 59, 78);
  border-radius: 20px 0px 20px 0px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-align: left;
  min-height: 100px;
  padding: 12px 20px 12px 60px;
  position: relative;
}

.list-item-num {
  width: 46px;
  height: 40px;
  border-radius: 20px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: rgb(41, 51, 67);
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 0px;
}

.list-item-num-birz {
  background: #50ffea;
}

.list-item-num-yellow {
  background: #ffe872;
}

.list-item-num-lblue {
  background: #8fdffc;
}

.list-item-num-pink {
  background: #e18cbf;
}

.list-item-num-green {
  background: #86ef6c;
}

.list-item-num-h-blue {
  background: #00aeef;
}

.list-item p {
  font-size: 16px;
  margin: 0px;
  line-height: 150%;
}

.list-item.mb-40 {
  margin-bottom: 40px;
}

.list-item-type-2 {
  display: block;
  padding: 115px 30px 10px 30px;
  height: 100%;
}

.list-item-type-2 .list-item-num {
  font-size: 36px;
  padding: 19px 22px;
  width: auto;
  height: auto;
}

.list-item-type-2 h4 {
  margin: 0px 0px 14px 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
}

.list-item-type-2 p {
  font-size: 16px;
  color: rgb(97, 114, 139);
}

.list-item-type-3 {
  display: block;
  padding: 100px 30px 10px 30px;
  height: 100%;
}

.list-item-type-3 .list-item-num {
  font-size: 36px;
  padding: 12px 16px;
  width: auto;
  border-radius: 20px 0px 34.5px 0px;
  height: auto;
}

.list-item-type-4 {
  display: block;
  padding: 54px 30px 0px 30px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.list-item-type-4 .list-item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
  gap: 14px;
}

.list-item-type-4 .list-item-links a {
  font-weight: 600;
  font-size: 16px;
  height: 36px;
  padding: 8px 10px;
}

.list-item-type-4 .list-item-num {
  font-size: 36px;
  padding: 17px 20px;
  width: auto;
  border-radius: 0px 20px 0px 34.5px;
  height: auto;
  right: 0px;
  left: auto;
}

.list-item-type-4 h3 {
  font-size: 26px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  line-height: 150%;
  color: rgb(80, 255, 234);
  margin: 0px 0px 30px 0px;
}

.list-item-type-4 p {
  font-size: 16px;
  line-height: 160%;
}

.list-item-flex-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 150px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-item-price {
  background: #2B3647;
  border-top: 2px solid #3D5172;
  text-align: center;
  padding: 37px 0px;
  height: 125px;
  margin: 24px -30px 0px -30px;
}

.list-item-price div {
  font-size: 24px;
  font-family: "Unbounded", cursive;
}

.list-item-price p {
  font-size: 15px;
}

.title {
  text-align: center;
  margin: 0px 0px 70px 0px;
  font-family: "Unbounded", cursive;
  font-size: 30px;
  font-weight: 400;
}

.title span {
  color: rgb(80, 255, 234);
}

.title__colored {
  color: rgb(80, 255, 234);
}

.title.title-left {
  text-align: left;
}

.title-biruz {
  color: rgb(80, 255, 234);
}

.title.title-monserat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

.title.mb-50 {
  margin-bottom: 50px;
}

.subtitle {
  text-align: center;
  margin: 45px 0px 45px 0px;
  font-size: 18px;
  line-height: 160%;
}

.subtitle span {
  color: rgb(80, 255, 234);
}

.subtitle-type-2 {
  color: rgb(97, 114, 139);
  text-align: center;
  font-size: 18px;
  margin: -10px 0px 50px 0px;
}

.section.normal-section .section-header-type-1 {
  margin-bottom: 50px;
}

.section.normal-section .section-header-type-1 .title {
  margin-bottom: 0px;
  background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
  background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.section-type-grey {
  background: rgb(47, 59, 78);
}

.section-type-blue {
  background: rgb(34, 44, 61);
}

.section-right-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 60, 82)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(left, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(90deg, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
}

.section.center-gradient {
  overflow: hidden;
  position: relative;
}

.section.center-gradient .container {
  position: relative;
  z-index: 2;
}

.section.center-gradient::after {
  content: "";
  position: absolute;
  width: 1212px;
  height: 250px;
  background: #2A6463;
  opacity: 0.6;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  left: 50%;
  top: 300px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.gradient-section {
  padding: 83px 0px 0px 0px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(50%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
}

.gradient-section.pb-80 {
  padding-bottom: 80px;
}

.gradient-section.pb-50 {
  padding-bottom: 56px;
}

.gradient-section::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#50ffea), color-stop(50%, #fee875), to(#8fdffc));
  background: -o-linear-gradient(left, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  background: linear-gradient(90deg, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

.gradient-section::after {
  content: "";
  display: block;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url(../img/confCall/second-bg-man.png) no-repeat center;
}

.gradient-section .row {
  position: relative;
  z-index: 2;
}

.gradient-type-2-section {
  padding: 83px 0px 0px 0px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(50%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
}

.gradient-type-2-section.pb-80 {
  padding-bottom: 80px;
}

.gradient-type-2-section::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#50ffea), color-stop(50%, #fee875), to(#8fdffc));
  background: -o-linear-gradient(left, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  background: linear-gradient(90deg, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

.gradient-type-2-section::after {
  content: "";
  display: block;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-130%, 0%);
      -ms-transform: translate(-130%, 0%);
          transform: translate(-130%, 0%);
  background: url(../img/confCall/second-bg-man.png) no-repeat center;
}

.gradient-type-2-section .row {
  position: relative;
  z-index: 2;
}

.gradient-type-2-section .container {
  max-width: 1100px;
}

.gradient-type-2-section .container .title {
  margin-bottom: 50px;
}

.gradient-type-3-section {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(50%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
}

.gradient-type-4-section {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(50%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
  background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
  background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 50%, rgba(41, 51, 67, 0) 100%);
}

.gradient-type-4-section::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#50ffea), color-stop(50%, #fee875), to(#8fdffc));
  background: -o-linear-gradient(left, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  background: linear-gradient(90deg, #50ffea 0%, #fee875 50%, #8fdffc 100%);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.vp-man {
  background: url(../img/vp/bg-man.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  min-height: 255px;
  margin-top: 10px;
}

.vp-man img {
  margin: 0 auto;
  display: block;
}

.conf-call-man {
  background: url(../img/confCall/bg-man.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 412px;
  margin: 0 auto;
  min-height: 255px;
  margin-top: 10px;
}

.conf-call-man img {
  margin: 0 auto;
  display: block;
}

.call-password-man {
  background: url(../img/call-password/bg-main.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  min-height: 255px;
  margin-top: 10px;
}

.call-password-man img {
  margin: 0 auto;
  display: block;
}

.small-section {
  margin: 56px 0px;
}

.small-section.mb-0 {
  margin-bottom: 0px;
}

.small-section.pb-mobile-56 {
  margin-bottom: 56px;
}

.extra-small-section {
  margin: 40px 0px;
}

.extra-small-section.mb-0 {
  margin-bottom: 0px;
}

.medium-section {
  margin: 80px 0px;
}

.medium-section .title {
  margin-bottom: 50px;
}

.medium-section.mb-0 {
  margin-bottom: 0px;
}

.medium-section.pt-80 {
  padding-top: 80px;
}

.medium-section.pb-80 {
  padding-bottom: 80px;
}

.medium-section.mb-56 {
  margin-bottom: 56px;
}

.medium-section.pb-56 {
  padding-bottom: 56px;
}

.medium-section.mt-0 {
  margin-top: 0px;
}

.medium-section.pb-80 {
  padding-bottom: 80px;
}

.medium-section.mt-64 {
  margin-top: 64px;
}

.medium-section.mt-50 {
  margin: 50px 0px 0px 0px;
}

.medium-section.medium-padding {
  padding: 56px 0px;
}

.advange-item {
  border-radius: 20px;
  padding: 18px 18px 36px 36px;
  color: rgb(41, 51, 67);
  height: 100%;
}

.advange-item p {
  font-size: 16px;
  margin: 0px;
  font-weight: 500;
}

.advange-item-type-2 {
  padding: 25px 23px 25px 23px;
}

.advange-item-type-2 p {
  font-size: 18px;
  text-align: center;
}

.advange-item-type-2 .advange-item-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advange-item-type-2 .advange-item-head .advange-item-icon {
  margin-bottom: 0px;
}

.advange-item-head {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 52px;
}

.advange-item-title {
  font-size: 20px;
  font-weight: 600;
}

.advange-item-icon span {
  font-size: 52px;
}

.advange-item-type-2 {
  text-align: center;
}

.advange-item-type-2 .advange-item-icon {
  text-align: center;
  margin-bottom: 28px;
}

.use-item {
  background: rgb(34, 44, 61);
  border-radius: 20px;
  position: relative;
  padding: 20px 20px 20px 74px;
  min-height: 116px;
}

.use-item::before {
  content: "\e90f";
  font-family: "icomoon" !important;
  font-size: 40px;
  color: #ffe872;
  position: absolute;
  left: 20px;
  top: 20px;
}

.use-item p {
  margin: 0px;
  font-size: 16px;
}

.banner {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(47, 59, 78);
  position: relative;
}

.banner.mb-80 {
  margin-bottom: 80px;
}

.banner-subtitle {
  margin: -25px 0px 34px 0px;
  font-weight: 500;
  font-size: 20px;
  color: rgb(80, 255, 234);
}

.banner-info {
  width: 63%;
  padding: 55px 0px 55px 84px;
}

.banner-info h4,
.banner-info h2 {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  max-width: 570px;
  margin: 0px 0px 50px 0px;
  line-height: 145%;
  font-weight: 400;
}

.banner-info h4 span,
.banner-info h2 span {
  color: rgb(80, 255, 234);
}

.banner-info h4.fz-24,
.banner-info h2.fz-24 {
  font-size: 24px;
}

.banner-info .btn {
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.banner-img {
  position: absolute;
  right: 0px;
  width: 37%;
  top: 0px;
  height: 100%;
}

.banner-img .auth-success {
  background: #fff;
  position: absolute;
  top: 55px;
  left: -80px;
  height: 64px;
  border-radius: 116px;
  padding: 8px 18px 8px 8px;
  color: rgb(34, 44, 61);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 2;
}

.banner-img .auth-success-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgb(80, 255, 234);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-img .auth-success p {
  font-size: 16px;
  font-weight: 600;
  min-width: 124px;
}

.banner-img .auth-success-dots {
  width: 4px;
  height: 4px;
  min-width: 4px;
  position: relative;
  border-radius: 50%;
  background: #bababa;
}

.banner-img .auth-success-dots::after,
.banner-img .auth-success-dots::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bababa;
}

.banner-img .auth-success-dots::after {
  top: -8px;
}

.banner-img .auth-success-dots::before {
  top: 8px;
}

.banner-img img {
  border-radius: 0px 20px 20px 100px;
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 32px 40px;
  border: 1px solid #334258;
  position: relative;
}

.faq:first-child {
  border-radius: 20px 20px 0px 0px;
  bottom: -1px;
}

.faq:last-child {
  border-radius: 0px 0px 20px 20px;
  top: -1px;
}

.faq h5,
.faq h3 {
  font-size: 18px;
  margin: 0px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
}

.faq p {
  font-size: 16px;
  color: #fff;
  margin: 1rem 0px 0px 0px;
}

.faq-text a {
  color: #50FFEA;
  text-decoration: underline;
}

.faq-text a:hover {
  text-decoration: none;
}

.slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.similar-item {
  width: auto;
  border-radius: 20px;
  padding: 36px;
  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: 240px;
  margin: 0px 10px;
  border: 1px solid #334258;
}

.similar-item-title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
}

.similar-item-text {
  margin-top: 24px;
}

.similar-item-text p {
  margin: 0px;
  margin-bottom: 24px;
}

.similar-item-tag {
  position: absolute;
  top: 32px;
  right: 40px;
  background: #EC008C;
  padding: 2px 12px;
  color: #fff;
  font-weight: 600;
  line-height: 170%;
  border-radius: 16px;
}

.similar-item--no-marging {
  margin: 0px;
}

.similar-slider .slick-list {
  margin: 0px -8px;
}

.sms-calc-container {
  margin: 54px 0px;
  background: rgb(34, 44, 61);
  border-radius: 20px;
  padding: 60px 100px;
  width: 100%;
}

.sms-calc-container .title {
  margin-bottom: 40px;
}

.sms-calc-container p {
  text-align: center;
  font-size: 20px;
  color: #8997AD;
}

.sms-calc-container p.sms-calc-footer {
  font-size: 14px;
  margin-bottom: 0px;
}

.sms-calc-container p a {
  color: rgb(80, 255, 234);
  border-bottom: 1px solid;
}

.sms-calc-container p a:hover {
  border-bottom: 1px solid transparent;
}

.sms-calc-container .btn {
  display: block;
  text-align: center;
  margin: 40px auto 0px auto;
  max-width: 400px;
  width: 100%;
}

.sms-calc-table-scroll {
  margin-bottom: 40px;
  border: 2px solid #2F3C52;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
}

.sms-calc-table table {
  width: 100%;
}

.sms-calc-table table tr th {
  font-size: 18px;
  color: #61728B;
  text-align: right;
  font-weight: 500;
  padding: 8px 16px 8px 16px;
  white-space: nowrap;
}

.sms-calc-table table tr th:first-child {
  text-align: left;
}

.sms-calc-table table tr td {
  color: #fff;
  font-size: 20px;
  padding: 8px 16px;
  text-align: right;
  white-space: nowrap;
}

.sms-calc-table table tr td:first-child {
  text-align: left;
  color: rgb(80, 255, 234);
}

.sms-calc-form .btn {
  margin: 50px auto 0px auto;
  max-width: 400px;
  width: 100%;
  display: block;
}

.calc-row {
  max-width: 812px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.calc-row-label {
  width: 330px;
  font-size: 20px;
  font-weight: 500;
}

.calc-row-radios {
  height: 50px;
  width: calc(100% - 342px);
  border-radius: 100px;
  border: 1px solid rgb(97, 114, 139);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc-row-radios label {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  cursor: pointer;
}

.calc-row-radios input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.calc-row-radios span {
  font-size: 16px;
  color: rgb(97, 114, 139);
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 0px 12px;
}

.calc-row-radios input[type=radio]:checked + span {
  background-color: rgb(80, 255, 234);
  color: rgb(47, 59, 78);
  border-color: rgb(80, 255, 234);
}

.calc-row-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-input {
  background: none;
  border-radius: 100px;
  padding: 10px 25px;
  height: 50px;
  border: 1px solid rgb(97, 114, 139);
  color: rgb(80, 255, 234);
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  text-align: left;
  width: 188px;
}

.calc-slider {
  -webkit-appearance: none;
  width: 250px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#76e56b), to(#fff799));
  background: -o-linear-gradient(left, #76e56b, #fff799);
  background: linear-gradient(to right, #76e56b, #fff799);
  outline: none;
  border-radius: 5px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #b3f37d;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #2f3b4e;
}

.calc-slider::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #b3f37d;
  border-radius: 50%;
  cursor: pointer;
}

.banner-w-form {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 40px 84px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(47, 59, 78)), color-stop(30.66%, #293d4a), color-stop(140%, #2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 1%, #293d4a 30.66%, #2b706b 140%);
  background: linear-gradient(to right, rgb(47, 59, 78) 1%, #293d4a 30.66%, #2b706b 140%);
  position: relative;
  overflow: hidden;
}

.banner-w-form.m-30 {
  margin: 30px 0px;
}

.banner-w-form.mt-0 {
  margin-top: 0px;
}

.banner-w-form-no-gradient {
  background: rgb(47, 59, 78);
}

.banner-w-form .row {
  position: relative;
  z-index: 2;
}

.banner-w-form .title {
  text-align: left;
  margin-bottom: 0px;
}

.banner-w-form .title.mb-24 {
  margin-bottom: 24px;
}

.banner-w-form .title.mb-36 {
  margin-bottom: 36px;
}

.banner-w-form form {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

.banner-w-form::after {
  content: "";
  display: block;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url(../img/confCall/second-bg-man.png) no-repeat center;
}

.banner-w-form .sms-banner-man {
  position: relative;
  height: 100%;
}

.banner-w-form .sms-banner-man .sms-banner-man-img {
  height: 110%;
  position: absolute;
  width: auto;
  max-width: none;
  bottom: -40px;
  right: -40px;
}

.banner-w-form .banner-w-form-now {
  position: absolute;
  width: 350px;
  right: -84px;
  bottom: -20px;
  background: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  border-radius: 123px 0px 0px 123px;
  color: rgb(34, 44, 61);
  font-size: 18px;
  padding: 7px;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.banner-w-form .banner-w-form-now .logo-unibell {
  width: 56px;
  height: 56px;
  background: rgb(47, 59, 78);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-w-form .banner-w-form-now p {
  font-weight: 500;
}

.banner-w-form-type-2 {
  margin: 72px 0px 0px 0px;
}

.banner-w-form .sms-banner-numlook {
  padding-top: 36px;
}

.banner-w-form .sms-banner-numlook p {
  font-size: 20px;
  margin: 49px 0px 16px 0px;
  font-weight: 500;
}

.banner-w-form .sms-banner-numlook img.sbn {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.banner-w-form .sms-banner-numlook ul {
  margin: 16px 0px;
  padding: 0px;
}

.banner-w-form .sms-banner-numlook ul li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.banner-w-form .sms-banner-numlook ul li::before {
  font-family: "icomoon";
  content: "\e90e";
  font-size: 17px;
  color: rgb(80, 255, 234);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.banner-w-form .sms-banner-numlook-container {
  position: relative;
  display: inline;
}

.banner-w-form .sms-banner-numlook-container .cbc {
  position: absolute;
  right: -30px;
  bottom: -40px;
}

.fancybox-content {
  width: 100%;
}

.dialog-calc h3 {
  margin-bottom: 38px;
}

.dialog-calc .dialog-subtitle {
  font-size: 16px;
  color: #8997ad;
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.dialog-calc-table {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #334258;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-left: -44px;
  margin-right: -44px;
  padding-left: 44px;
  padding-right: 44px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dialog-calc-table table {
  width: 100%;
}

.dialog-calc-table table th {
  font-weight: 500;
  color: rgb(80, 255, 234);
  padding: 15px;
}

.dialog-calc-table table td {
  padding: 15px;
  white-space: nowrap;
}

.dialog-calc-table table td:first-child {
  color: rgb(80, 255, 234);
  white-space: inherit;
  min-width: 270px;
}

.dialog-calc-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.dialog-calc-form h3 {
  font-size: 24px;
  margin: 25px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  margin-top: 0px;
  font-family: "Unbounded", cursive;
}

.dialog-calc-form form {
  margin: 0 auto;
}

.vp-banner-code {
  position: relative;
  height: 100%;
  padding-top: 10px;
}

.vp-banner-code .enter-code {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
}

.vp-banner-code .code {
  position: absolute;
  top: -80px;
  left: -90px;
}

.reports-slider {
  margin-bottom: 67px;
}

.reports-slider .slick-slide img {
  border-radius: 10px;
}

.comparison-item {
  background: rgb(41, 51, 67);
  border-radius: 20px;
  padding: 30px 42px 42px 42px;
}

.comparison-item-tag {
  font-weight: 600;
  color: rgb(97, 114, 139);
  font-size: 13px;
  border: 1px solid #3a4b65;
  padding: 6px 12px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 16px;
}

.comparison-item-title {
  margin: 0px 0px 44px 0px;
  font-size: 26px;
  font-family: "Unbounded", cursive;
}

.comparison-item-list-title {
  color: rgb(80, 255, 234);
  font-size: 16px;
  margin: 0px 0px 28px 0px;
}

.comparison-item-list-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  min-height: 24px;
}

.comparison-item-list-i-ok::before {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 22px;
  color: rgb(80, 255, 234);
}

.comparison-item-list-i-failt::before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 22px;
  color: #fc5c5c;
}

.comparison-item-list-i div {
  font-size: 16px;
}

.comparison-item-list-i span {
  display: block;
  color: rgb(97, 114, 139);
}

.comparison-item-price {
  margin: 64px 0px 0px 0px;
  font-size: 20px;
  color: rgb(97, 114, 139);
  font-family: "Unbounded", cursive;
  line-height: 150%;
}

.comparison-item-price span {
  color: rgb(80, 255, 234);
}

.hlr-banner {
  position: relative;
  height: 100%;
}

.hlr-banner-img {
  position: absolute;
  right: 0px;
  height: 353px;
  width: auto;
  top: 40px;
  max-width: none;
}

.benefit {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 58px 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.benefit-title {
  text-align: center;
  font-size: 30px;
  color: rgb(80, 255, 234);
  margin-bottom: 28px;
  font-family: "Unbounded", cursive;
}

.benefit-img {
  margin: 0 auto;
  text-align: center;
}

.benefit-img img {
  display: block;
  margin: 0 auto;
}

.benefit .btn {
  margin-top: 40px;
  text-align: center;
}

.benefit-list {
  margin-top: 35px;
}

.benefit-list ul {
  margin: 0px;
  padding: 0px;
}

.benefit-list ul li {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 27px;
  line-height: 155%;
}

.benefit-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(80, 255, 234);
  display: inline-block;
  margin-right: 6px;
  left: 0px;
  top: 6px;
  position: absolute;
}

.what-can {
  background: rgb(34, 44, 61);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 24px 30px;
}

.what-can p {
  margin: 0px;
}

.what-can-icon {
  font-size: 20px;
  color: rgb(80, 255, 234);
}

.banner-simple {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 60px 24px;
  text-align: center;
}

.banner-simple .title {
  margin-bottom: 15px;
}

.banner-simple p {
  font-size: 16px;
  margin: 16px 0px 0px 0px;
}

.banner-simple .btn {
  margin-top: 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.stat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
}

.stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stat-item-num {
  font-size: 56px;
  color: rgb(80, 255, 234);
  font-weight: 700;
  white-space: nowrap;
}

.stat-item p {
  margin: 0px;
  font-size: 16px;
}

.card {
  background: rgb(34, 44, 61);
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.card-big {
  padding: 50px;
}

.card:last-child {
  margin-bottom: 0px;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  color: rgb(80, 255, 234);
}

.card p {
  font-size: 16px;
  margin: 10px 0px 0px 0px;
}

.card-footer {
  color: #536175;
  margin: 0px;
  line-height: 150%;
}

.card-2 {
  background: rgb(47, 59, 78);
  padding: 30px;
  border-radius: 20px;
}

.banner-ivr {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 70px 57px 70px 84px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.33%, rgb(47, 59, 78)), color-stop(40.66%, #293d4a), to(#2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 25.33%, #293d4a 40.66%, #2b706b 100%);
  background: linear-gradient(to right, rgb(47, 59, 78) 25.33%, #293d4a 40.66%, #2b706b 100%);
  position: relative;
  margin: 56px 0px 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}

.banner-ivr.m-30 {
  margin: 30px 0px;
}

.banner-ivr.mb-0 {
  margin-bottom: 0px;
}

.banner-ivr::after {
  content: "";
  background: url(../img/ivr/ivr-banner-img.png) no-repeat;
  background-size: cover;
  z-index: 1;
  width: 560px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.banner-ivr-text {
  text-align: left;
  width: 68%;
}

.banner-ivr-text .title {
  text-align: left;
  margin-bottom: 24px;
}

.banner-ivr-text p {
  margin: 0px;
  line-height: 160%;
  max-width: 580px;
}

.banner-ivr-logos {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-ivr-img {
  width: 32%;
  text-align: center;
}

.banner-ivr-img img {
  display: block;
  margin: 0 auto;
}

.ivr-robot img {
  display: block;
  margin: 0 auto;
}

.ivr-banner-man {
  position: relative;
  bottom: -40px;
}

.ivr-banner-man .man {
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 400px;
}

.ivr-banner-man .man-speach {
  position: absolute;
  bottom: 95px;
  left: -55px;
}

.abonent-img img {
  border-radius: 20px;
}

.nps-opr {
  max-width: 364px;
  margin: 0 auto;
}

.nps-opr p {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}

.nps-opr img {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.employ-table {
  width: 100%;
  border: 1px solid #334258;
  border-radius: 20px;
  overflow: hidden;
}

.employ-table table {
  width: 100%;
  border-collapse: collapse;
}

.employ-table table tr:nth-child(2) td {
  padding-top: 40px;
  color: #61728B;
  font-weight: 600;
}

.employ-table table tr:nth-last-child(2) td {
  padding-bottom: 40px;
}

.employ-table table th {
  background: rgb(47, 59, 78);
  padding: 36px 40px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  line-height: 150%;
  color: rgb(80, 255, 234);
}

.employ-table table td:not(.employ-table-footer) {
  padding: 16px 40px;
  font-size: 16px;
  width: 33.3333%;
  vertical-align: top;
}

.employ-table table td:not(.employ-table-footer):not(.employ-table-footer):first-child {
  font-size: 18px;
  font-weight: 600;
}

.employ-table table td:not(.employ-table-footer):not(.employ-table-footer) span {
  display: block;
  font-size: 18px;
  color: #8997ad;
}

.employ-table-footer {
  background: rgb(47, 59, 78);
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 24px;
}

.employ-table-footer span {
  color: rgb(80, 255, 234);
  display: inline-block;
}

.outg-call-banner {
  position: relative;
  height: 100%;
  padding-top: 20px;
}

.table-overflow .employ-table {
  overflow: auto;
  width: auto;
  -webkit-overflow-scrolling: touch;
}

.form-thx {
  max-width: 400px;
  background: #283346;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px;
}

.form-thx-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(80, 255, 234);
  color: rgb(47, 59, 78);
  font-size: 24px;
}

.form-thx p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0px 0px 0px;
}

#cases .swiper-slide {
  margin: 0px 10px;
}

#cases .slick-track {
  margin-left: 0px;
}

.page-main-contacts {
  font-size: 18px;
  line-height: 160%;
}

.page-main-contacts span {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.page-main p.section-main-p-cp {
  margin: 30px 0px;
}

.section-main-cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.cp-functions {
  width: auto;
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 54px 72px;
  margin-top: 80px;
}

.cp-functions-title {
  font-size: 30px;
  color: rgb(80, 255, 234);
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 886px;
  margin-top: 0px;
}

.cp-functions p {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin: 5px 0px 30px 0px;
}

.cp-functions img {
  display: block;
  margin: 0 auto;
}

.cp-possibilities-title {
  max-width: 906px;
  font-size: 30px;
  color: rgb(80, 255, 234);
  margin-bottom: 50px;
  font-weight: 600;
  padding-left: 70px;
  margin-top: 0px;
}

.cp-possibilities-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-left: 24px;
  margin-bottom: 30px;
  max-width: 1100px;
}

.cp-possibilities-item:last-child {
  margin-bottom: 0px;
}

.cp-possibilities-item-num {
  margin-top: 0px;
  font-weight: 600;
  font-size: 24px;
  color: rgb(80, 255, 234);
}

.cp-possibilities-item p {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 155%;
}

.cp-possibilities-item p:last-child {
  margin-bottom: 0px;
}

.cp-possibilities-item ul {
  margin: 0px;
  padding: 0px;
}

.cp-possibilities-item ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
  line-height: 155%;
  display: block;
}

.cp-possibilities-item ul li a {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.cp-possibilities-item ul li a:hover {
  text-decoration: underline;
}

.cp-possibilities-item ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(80, 255, 234);
  display: inline-block;
  margin-right: 6px;
  left: 6px;
  top: 10px;
  position: absolute;
}

.cp-possibilities-footer {
  background: rgb(47, 59, 78);
  padding: 24px;
  border-radius: 20px;
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.cp-possibilities-footer a {
  color: rgb(80, 255, 234);
  font-weight: 600;
  text-decoration: underline;
}

.cp-possibilities-footer p {
  margin: 0px;
}

.other-page-section {
  margin: 160px 0px 30px 0px;
}

.other-page-section h1 {
  text-align: left;
  font-size: 40px;
  margin: 0px 0px 70px 0px;
  font-weight: 400;
  line-height: 145%;
  font-family: "Unbounded", cursive;
}

.banner-subscribe {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.banner-subscribe .form h3 {
  margin: 0px 0px 30px 0px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  font-size: 30px;
}

.banner-subscribe .form form {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: default;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-align: left;
  color: #536175;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  margin: 20px 0px 0px 0px;
}

.custom-checkbox a {
  color: #536175;
  text-decoration: underline;
}

.custom-checkbox a:hover {
  text-decoration: none;
}

.custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgb(41, 51, 67);
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin: 0px;
  top: 4px;
  border-radius: 4px;
  vertical-align: text-bottom;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}

.custom-checkbox input[type=checkbox]:checked::before {
  border-right: 3px solid rgb(80, 255, 234);
  border-bottom: 3px solid rgb(80, 255, 234);
  height: 70%;
  width: 30%;
  -webkit-transform: rotate(50deg) translateY(-10%) translateX(-10%);
      -ms-transform: rotate(50deg) translateY(-10%) translateX(-10%);
          transform: rotate(50deg) translateY(-10%) translateX(-10%);
}

.custom-checkbox input[type=checkbox]:checked::before input[type=checkbox]:focus {
  outline: solid 1px;
  outline-offset: 2px;
}

.dialog-blog-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.dialog-blog-after .case-item-tags {
  margin: 0px;
}

.dialog-blog-timerread {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTk5ODQgMS42NjYwMkM4LjM1MTY2IDEuNjY2MDIgNi43NDA1IDIuMTU0NzYgNS4zNzAwOSAzLjA3MDQ0QzMuOTk5NjggMy45ODYxMSAyLjkzMTU4IDUuMjg3NiAyLjMwMDg0IDYuODEwMzJDMS42NzAxMSA4LjMzMzA0IDEuNTA1MDkgMTAuMDA4NiAxLjgyNjYzIDExLjYyNTFDMi4xNDgxNyAxMy4yNDE2IDIuOTQxODUgMTQuNzI2NSA0LjEwNzI4IDE1Ljg5MTlDNS4yNzI3MiAxNy4wNTczIDYuNzU3NTggMTcuODUxIDguMzc0MDkgMTguMTcyNkM5Ljk5MDYgMTguNDk0MSAxMS42NjYyIDE4LjMyOTEgMTMuMTg4OSAxNy42OTgzQzE0LjcxMTYgMTcuMDY3NiAxNi4wMTMxIDE1Ljk5OTUgMTYuOTI4OCAxNC42MjkxQzE3Ljg0NDQgMTMuMjU4NyAxOC4zMzMyIDExLjY0NzUgMTguMzMzMiA5Ljk5OTM1QzE4LjMzMzIgOC45MDUgMTguMTE3NiA3LjgyMTM3IDE3LjY5ODggNi44MTAzMkMxNy4yOCA1Ljc5OTI3IDE2LjY2NjIgNC44ODA2MSAxNS44OTI0IDQuMTA2NzlDMTUuMTE4NiAzLjMzMjk3IDE0LjE5OTkgMi43MTkxNCAxMy4xODg5IDIuMzAwMzVDMTIuMTc3OCAxLjg4MTU2IDExLjA5NDIgMS42NjYwMiA5Ljk5OTg0IDEuNjY2MDJaTTkuOTk5ODQgMTYuNjY2QzguNjgxMyAxNi42NjYgNy4zOTIzNyAxNi4yNzUgNi4yOTYwNCAxNS41NDI1QzUuMTk5NzEgMTQuODA5OSA0LjM0NTIzIDEzLjc2ODcgMy44NDA2NCAxMi41NTA2QzMuMzM2MDYgMTEuMzMyNCAzLjIwNDA0IDkuOTkxOTUgMy40NjEyNyA4LjY5ODc1QzMuNzE4NTEgNy40MDU1NCA0LjM1MzQ1IDYuMjE3NjUgNS4yODU4IDUuMjg1M0M2LjIxODE1IDQuMzUyOTUgNy40MDYwMyAzLjcxODAyIDguNjk5MjQgMy40NjA3OEM5Ljk5MjQ1IDMuMjAzNTUgMTEuMzMyOSAzLjMzNTU3IDEyLjU1MTEgMy44NDAxNUMxMy43NjkyIDQuMzQ0NzQgMTQuODEwNCA1LjE5OTIyIDE1LjU0MyA2LjI5NTU1QzE2LjI3NTUgNy4zOTE4OCAxNi42NjY1IDguNjgwODEgMTYuNjY2NSA5Ljk5OTM1QzE2LjY2NjUgMTEuNzY3NSAxNS45NjQxIDEzLjQ2MzIgMTQuNzEzOSAxNC43MTM0QzEzLjQ2MzYgMTUuOTYzNiAxMS43NjggMTYuNjY2IDkuOTk5ODQgMTYuNjY2Wk0xMi41ODMyIDEwLjUyNDNMMTAuODMzMiA5LjUxNjAyVjUuODMyNjhDMTAuODMzMiA1LjYxMTY3IDEwLjc0NTQgNS4zOTk3MSAxMC41ODkxIDUuMjQzNDNDMTAuNDMyOCA1LjA4NzE1IDEwLjIyMDkgNC45OTkzNSA5Ljk5OTg0IDQuOTk5MzVDOS43Nzg4MyA0Ljk5OTM1IDkuNTY2ODcgNS4wODcxNSA5LjQxMDU5IDUuMjQzNDNDOS4yNTQzMSA1LjM5OTcxIDkuMTY2NTEgNS42MTE2NyA5LjE2NjUxIDUuODMyNjhWOS45OTkzNUM5LjE2NjUxIDkuOTk5MzUgOS4xNjY1MSAxMC4wNjYgOS4xNjY1MSAxMC4wOTkzQzkuMTcxNDQgMTAuMTU2OCA5LjE4NTUxIDEwLjIxMyA5LjIwODE3IDEwLjI2NkM5LjIyNTM0IDEwLjMxNTUgOS4yNDc2OCAxMC4zNjI5IDkuMjc0ODQgMTAuNDA3N0M5LjI5NzY0IDEwLjQ1NSA5LjMyNTU5IDEwLjQ5OTggOS4zNTgxNyAxMC41NDFMOS40OTE1MSAxMC42NDkzTDkuNTY2NTEgMTAuNzI0M0wxMS43MzMyIDExLjk3NDNDMTEuODYwMiAxMi4wNDYzIDEyLjAwMzkgMTIuMDgzNyAxMi4xNDk4IDEyLjA4MjdDMTIuMzM0NCAxMi4wODQgMTIuNTE0MSAxMi4wMjQgMTIuNjYwOCAxMS45MTIxQzEyLjgwNzYgMTEuODAwMyAxMi45MTMxIDExLjY0MjkgMTIuOTYwNyAxMS40NjQ2QzEzLjAwODQgMTEuMjg2NCAxMi45OTU1IDExLjA5NzMgMTIuOTI0MiAxMC45MjcyQzEyLjg1MjggMTAuNzU3IDEyLjcyNyAxMC42MTUzIDEyLjU2NjUgMTAuNTI0M0gxMi41ODMyWiIgZmlsbD0iIzg5OTdBRCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  color: #8997ad;
  font-size: 18px;
}

.dialog-case p {
  font-size: 18px;
  line-height: 160%;
  margin: 0px 0px 24px 0px;
}

.dialog-case .btn-secondary {
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
}

.dialog-case h3 {
  font-size: 24px;
  color: rgb(80, 255, 234);
  font-weight: 500;
  margin: 36px 0px 24px 0px;
}

.dialog-date {
  margin-top: 40px;
  font-size: 18px;
  color: #8997ad;
}

.dialog-slider {
  background: rgb(34, 44, 61);
  padding: 44px 52px;
  margin: 24px -52px;
}

.dialog-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 42px;
}

.dialog-slider-header h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
}

#dialog-slider a {
  display: block;
}

#dialog-slider img {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 260px;
}

#dialog-slider .slick-list {
  margin: 0px -52px;
  padding: 0px 40px;
}

#dialog-slider .slick-slide {
  margin: 0px 12.5px;
}

.dialog-case-service.dialog-case-service-h h4 {
  margin-top: 50px;
}

.dialog-calc-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #334258;
  padding: 0px;
}

/* Define the thumb style */

.dialog-calc-table::-webkit-scrollbar-thumb {
  background: rgb(41, 51, 67);
  border-radius: 22px;
  padding: 0px;
}

/* Define the track style */

.dialog-calc-table::-webkit-scrollbar-track {
  background-color: #334258;
  border-radius: 22px;
  height: 8px;
}

/* Define the button style */

.dialog-calc-table::-webkit-scrollbar-button {
  background-color: rgb(41, 51, 67);
  border-radius: 5px;
}

.section-partners-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.check-item {
  background: rgb(47, 59, 78);
  border-radius: 20px;
  padding: 22px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-height: 103px;
}

.check-item-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgb(47, 59, 78);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check-item-img-biruz {
  background: rgb(80, 255, 234);
}

.check-item-img-yellow {
  background: #ffe872;
}

.check-item-img-grey {
  background: #8fdffc;
}

.check-item p.check-item-p {
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 60px);
  margin: 0px;
}

.partner-section h3.title {
  text-align: left;
}

.partner-section .subtitle {
  text-align: left;
  margin: 16px 0px 40px 0px;
  font-weight: 500;
  font-size: 24px;
  color: rgb(80, 255, 234);
}

.partner-section .card-2 {
  height: 100%;
}

.partner-section .card-2 .form {
  margin: 20px auto;
  max-width: 400px;
}

.partner-section .card-2 .form h3 {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  text-align: center;
  font-weight: 400;
  line-height: 145%;
  margin: 0px 0px 36px 0px;
}

.partner-section .parnters-card-item {
  height: 100%;
  text-align: center;
}

.partner-section .parnters-card-item img {
  height: 110px;
}

.partner-section .parnters-card-item p {
  font-size: 16px;
  margin: 20px 0px 4px 0px;
}

.partner-section .parnters-card-item span {
  font-size: 16px;
  color: #8997ad;
}

.info-consenta {
  padding: 56px 84px;
}

.info-consenta-logo {
  margin: 0 0 34px 0;
}

.info-consenta-logo img {
  display: block;
  margin: 0 auto;
}

.img-consenta {
  margin: 0 auto;
  display: block;
  max-width: 468px;
}

.partners-img-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.row-like-grid {
  height: calc(100% + 20px);
}

.partners-pay-type-1 {
  display: grid;
  grid-template-columns: 194px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}

.partner-how-earns-1 {
  grid-area: 1/1/3/2;
}

.partner-how-earns-2 p {
  font-size: 20px;
  font-weight: 500;
  color: #8997AD;
}

.partner-how-earns-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.partner-how-earns-calc {
  font-size: 32px;
  color: #8997AD;
}

.partner-how-earns-calc span {
  color: rgb(80, 255, 234);
}

.partner-item {
  border-radius: 40px;
  border: 1px solid #334258;
  padding: 40px;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.partner-item-img img {
  display: block;
}

.partner-item p {
  font-size: 16px;
  margin: 30px 0px 0px 0px;
  line-height: 165%;
}

.test-ivr {
  margin-top: 24px;
}

.test-ivr .card-2 {
  padding: 50px 80px;
}

.form-test-ivr textarea {
  height: 280px;
  border-radius: 15px;
  background: #293343;
  padding: 28px;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 100%;
  resize: none;
}

.form-test-ivr .after-textarea {
  color: #61728b;
  margin: 8px 0px 0px 0px;
}

.form-test-ivr .calc-slider {
  width: 100%;
  margin-bottom: 16px;
}

.form-test-ivr .calc-row-input-range {
  margin-bottom: 18px;
  color: #61728b;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.form-test-ivr .input-range-min-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-test-ivr .calc-slider {
  margin-top: 40px;
}

.form-test-ivr .bubble {
  position: absolute;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.test-ivr-btn {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.test-ivr-btn .btn-l {
  max-width: 400px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.test-ivr-btn .btn-curcle {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.test-ivr-btn .btn-curcle .icon-download {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDE0QzIwLjczNDggMTQgMjAuNDgwNCAxNC4xMDU0IDIwLjI5MjkgMTQuMjkyOUMyMC4xMDU0IDE0LjQ4MDQgMjAgMTQuNzM0OCAyMCAxNVYxOUMyMCAxOS4yNjUyIDE5Ljg5NDYgMTkuNTE5NiAxOS43MDcxIDE5LjcwNzFDMTkuNTE5NiAxOS44OTQ2IDE5LjI2NTIgMjAgMTkgMjBINUM0LjczNDc4IDIwIDQuNDgwNDMgMTkuODk0NiA0LjI5Mjg5IDE5LjcwNzFDNC4xMDUzNiAxOS41MTk2IDQgMTkuMjY1MiA0IDE5VjE1QzQgMTQuNzM0OCAzLjg5NDY0IDE0LjQ4MDQgMy43MDcxMSAxNC4yOTI5QzMuNTE5NTcgMTQuMTA1NCAzLjI2NTIyIDE0IDMgMTRDMi43MzQ3OCAxNCAyLjQ4MDQzIDE0LjEwNTQgMi4yOTI4OSAxNC4yOTI5QzIuMTA1MzYgMTQuNDgwNCAyIDE0LjczNDggMiAxNVYxOUMyIDE5Ljc5NTYgMi4zMTYwNyAyMC41NTg3IDIuODc4NjggMjEuMTIxM0MzLjQ0MTI5IDIxLjY4MzkgNC4yMDQzNSAyMiA1IDIySDE5QzE5Ljc5NTYgMjIgMjAuNTU4NyAyMS42ODM5IDIxLjEyMTMgMjEuMTIxM0MyMS42ODM5IDIwLjU1ODcgMjIgMTkuNzk1NiAyMiAxOVYxNUMyMiAxNC43MzQ4IDIxLjg5NDYgMTQuNDgwNCAyMS43MDcxIDE0LjI5MjlDMjEuNTE5NiAxNC4xMDU0IDIxLjI2NTIgMTQgMjEgMTRaTTExLjI5IDE1LjcxQzExLjM4NTEgMTUuODAxIDExLjQ5NzIgMTUuODcyNCAxMS42MiAxNS45MkMxMS43Mzk3IDE1Ljk3MjkgMTEuODY5MSAxNi4wMDAyIDEyIDE2LjAwMDJDMTIuMTMwOSAxNi4wMDAyIDEyLjI2MDMgMTUuOTcyOSAxMi4zOCAxNS45MkMxMi41MDI4IDE1Ljg3MjQgMTIuNjE0OSAxNS44MDEgMTIuNzEgMTUuNzFMMTYuNzEgMTEuNzFDMTYuODk4MyAxMS41MjE3IDE3LjAwNDEgMTEuMjY2MyAxNy4wMDQxIDExQzE3LjAwNDEgMTAuNzMzNyAxNi44OTgzIDEwLjQ3ODMgMTYuNzEgMTAuMjlDMTYuNTIxNyAxMC4xMDE3IDE2LjI2NjMgOS45OTU5MSAxNiA5Ljk5NTkxQzE1LjczMzcgOS45OTU5MSAxNS40NzgzIDEwLjEwMTcgMTUuMjkgMTAuMjlMMTMgMTIuNTlWM0MxMyAyLjczNDc4IDEyLjg5NDYgMi40ODA0MyAxMi43MDcxIDIuMjkyODlDMTIuNTE5NiAyLjEwNTM2IDEyLjI2NTIgMiAxMiAyQzExLjczNDggMiAxMS40ODA0IDIuMTA1MzYgMTEuMjkyOSAyLjI5Mjg5QzExLjEwNTQgMi40ODA0MyAxMSAyLjczNDc4IDExIDNWMTIuNTlMOC43MSAxMC4yOUM4LjYxNjc2IDEwLjE5NjggOC41MDYwNyAxMC4xMjI4IDguMzg0MjUgMTAuMDcyM0M4LjI2MjQzIDEwLjAyMTkgOC4xMzE4NiA5Ljk5NTkxIDggOS45OTU5MUM3Ljg2ODE0IDkuOTk1OTEgNy43Mzc1NyAxMC4wMjE5IDcuNjE1NzUgMTAuMDcyM0M3LjQ5MzkzIDEwLjEyMjggNy4zODMyNCAxMC4xOTY4IDcuMjkgMTAuMjlDNy4xOTY3NiAxMC4zODMyIDcuMTIyOCAxMC40OTM5IDcuMDcyMzQgMTAuNjE1OEM3LjAyMTg4IDEwLjczNzYgNi45OTU5MSAxMC44NjgxIDYuOTk1OTEgMTFDNi45OTU5MSAxMS4xMzE5IDcuMDIxODggMTEuMjYyNCA3LjA3MjM0IDExLjM4NDJDNy4xMjI4IDExLjUwNjEgNy4xOTY3NiAxMS42MTY4IDcuMjkgMTEuNzFMMTEuMjkgMTUuNzFaIiBmaWxsPSIjM0I0OTVGIi8+Cjwvc3ZnPgo=);
  width: 24px;
  height: 24px;
}

select {
  width: 100%;
  height: 54px;
  padding: 0px 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #293343;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS4wOTk2IDAuOTMxMjM2QzEwLjg5NjYgMC43Mjk0NjQgMTAuNjIyMSAwLjYxNjIxMSAxMC4zMzU5IDAuNjE2MjExQzEwLjA0OTcgMC42MTYyMTEgOS43NzUwOSAwLjcyOTQ2NCA5LjU3MjExIDAuOTMxMjM2TDUuNjgyOTUgNC43NjYyNEwxLjg0Nzk1IDAuOTMxMjM2QzEuNjQ0OTcgMC43Mjk0NjQgMS4zNzA0IDAuNjE2MjExIDEuMDg0MiAwLjYxNjIxMUMwLjc5Nzk5NyAwLjYxNjIxMSAwLjUyMzQyNCAwLjcyOTQ2NCAwLjMyMDQ0OCAwLjkzMTIzNkMwLjIxODkwOSAxLjAzMTk1IDAuMTM4MzE1IDEuMTUxNzYgMC4wODMzMTU2IDEuMjgzNzhDMC4wMjgzMTYyIDEuNDE1NzkgMCAxLjU1NzM5IDAgMS43MDA0QzAgMS44NDM0MiAwLjAyODMxNjIgMS45ODUwMSAwLjA4MzMxNTYgMi4xMTcwM0MwLjEzODMxNSAyLjI0OTA0IDAuMjE4OTA5IDIuMzY4ODYgMC4zMjA0NDggMi40Njk1N0w0LjkxMzc4IDcuMDYyOUM1LjAxNDQ5IDcuMTY0NDQgNS4xMzQzMSA3LjI0NTA0IDUuMjY2MzIgNy4zMDAwM0M1LjM5ODM0IDcuMzU1MDMgNS41Mzk5NCA3LjM4MzM1IDUuNjgyOTUgNy4zODMzNUM1LjgyNTk2IDcuMzgzMzUgNS45Njc1NiA3LjM1NTAzIDYuMDk5NTcgNy4zMDAwM0M2LjIzMTU5IDcuMjQ1MDQgNi4zNTE0MSA3LjE2NDQ0IDYuNDUyMTIgNy4wNjI5TDExLjA5OTYgMi40Njk1N0MxMS4yMDEyIDIuMzY4ODYgMTEuMjgxNyAyLjI0OTA0IDExLjMzNjcgMi4xMTcwM0MxMS4zOTE3IDEuOTg1MDEgMTEuNDIwMSAxLjg0MzQyIDExLjQyMDEgMS43MDA0QzExLjQyMDEgMS41NTczOSAxMS4zOTE3IDEuNDE1NzkgMTEuMzM2NyAxLjI4Mzc4QzExLjI4MTcgMS4xNTE3NiAxMS4yMDEyIDEuMDMxOTUgMTEuMDk5NiAwLjkzMTIzNloiIGZpbGw9IiM1MEZGRUEiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: 0.8em auto, 100%;
}

.error-message {
  margin-top: 24px;
  color: red;
  display: none;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #293343;
  height: 54px;
  font-size: 18px;
  border-radius: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  font-family: "icomoon" !important;
  position: absolute;
  content: "\e914";
  top: 20px;
  right: 24px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #50ffea;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 16px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */

.select-items {
  position: absolute;
  background-color: #293343;
  top: 110%;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#audio-player {
  display: none;
  margin-top: 20px;
}

#registerFormIframe {
  margin-top: 30px;
}

.form-partners .btn {
  margin-top: 40px;
  text-align: center;
  max-width: 360px;
  width: 100%;
}

.use-service {
  border-radius: 20px;
  background: #2F3B4E;
  padding: 24px 30px;
  display: block;
  height: 100%;
}

.use-service h4,
.use-service h3 {
  font-size: 24px;
  color: #50FFEA;
  margin: 0px;
  font-weight: 600;
}

.use-service p {
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}

.use-service:hover {
  background: #222C3D;
}

.use-service:hover p {
  color: #fff;
}

.tabs-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tabs-control:-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tabs-control {
  -ms-overflow-style: none;
}

.tabs-control {
  overflow: -moz-scrollbars-none;
}

.tab-link {
  border: 2px solid #2F3B4E;
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
  width: auto;
  padding: 32px 52px 32px 52px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-link h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: 500;
  margin: 0px;
}

.tab-link h3 [class^=icon-] {
  color: #fff;
  font-size: 32px;
}

.tab-link p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 0px;
}

.tab-link:hover {
  background: #354359;
}

.tab-link.active {
  cursor: default;
  background: #2F3B4E;
}

.tab-link.active h3 {
  color: #50FFEA;
}

.tab-link.active [class^=icon-] {
  color: #50FFEA;
}

.tab-content {
  padding: 52px;
  background: #2F3B4E;
  color: #fff;
  border-radius: 0px 0px 20px 20px;
}

.tab-content h4 {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: 500;
}

.tab-content .how-become-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

.tab-content .how-become-partner .num {
  font-size: 24px;
  font-weight: 600;
  color: #50FFEA;
}

.tab-content .how-become-partner .info {
  width: calc(100% - 48px);
}

.tab-content .how-become-partner .info .how-become-partner-title {
  color: #50FFEA;
  font-size: 20px;
  font-weight: 600;
}

.tab-content .how-become-partner .info p {
  font-size: 18px;
  margin-bottom: 0px;
}

.tab-content .form {
  width: 100%;
}

.tab-content .form form {
  max-width: 500px;
}

.banner-partner-info {
  width: 61%;
  padding: 55px 0px 55px 84px;
}

.banner-partner-info h4,
.banner-partner-info h2 {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  max-width: 630px;
  margin: 0px 0px 24px 0px;
  font-weight: 400;
  width: 100%;
}

.banner-partner-info p {
  color: #50FFEA;
  font-size: 20px;
  font-weight: 500;
}

.banner-partner-info .btn {
  max-width: 360px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.banner-partner-img {
  position: absolute;
  right: 0px;
  width: 39%;
  top: 0px;
  height: 100%;
}

.banner-partner-img .auth-success {
  background: #fff;
  position: absolute;
  top: 150px;
  left: -80px;
  height: 64px;
  border-radius: 116px;
  padding: 8px 18px 8px 8px;
  color: rgb(34, 44, 61);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 2;
}

.banner-partner-img .auth-success-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgb(80, 255, 234);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-partner-img .auth-success p {
  font-size: 16px;
  font-weight: 600;
  min-width: 124px;
}

.banner-partner-img img {
  border-radius: 0px 20px 20px 100px;
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-see-all {
  max-width: 395px;
  text-align: center;
  margin: 50px auto 10px auto;
  width: 100%;
}

.developers-custom-row {
  height: calc(100% + 20px);
}

.developers-custom-row .card-gradient h4 {
  font-family: "Unbounded", cursive;
  color: #50FFEA;
  font-size: 22px;
  margin-top: 0px;
  font-weight: 400;
}

.page-developers .section-main-row {
  padding: 58px 0px 0px 0px;
}

.page-developers .section-main-row h1 {
  color: rgb(80, 255, 234);
  font-size: 40px;
  margin: 0px 0px 46px 0px;
  font-family: "Unbounded", cursive;
}

.page-developers .section-main-row-p {
  font-size: 30px;
  margin: 0px 0px 56px 0px;
  font-family: "Unbounded", cursive;
}

.page-developers .section-main-row .btn {
  max-width: 375px;
  text-align: center;
  width: 100%;
}

.page-developers .card-gradient h2 {
  font-family: "Unbounded", cursive;
  color: #50FFEA;
  font-size: 22px;
  margin-top: 0px;
  font-weight: 400;
}

.section-developer-cases .list-item {
  border-radius: 20px;
}

.section-developer-cases .list-item h4,
.section-developer-cases .list-item h2 {
  margin: 0px 0px 24px 0px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-size: 22px;
  font-family: "Unbounded", cursive;
}

.section-developer-cases .list-item h5,
.section-developer-cases .list-item h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}

.section-developer-cases .list-item p {
  font-size: 15px;
  margin-bottom: 24px;
}

.card-gradient {
  padding: 60px 40px 52px 40px;
  border-radius: 20px;
  background: rgb(47, 60, 82);
  background: -webkit-gradient(linear, right top, left top, from(rgb(47, 60, 82)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(right, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(270deg, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  height: 100%;
}

.card-gradient-reverse {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 60, 82)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(left, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(90deg, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
}

.card-gradient img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.card-gradient ul {
  margin: 24px 0px 0px 0px;
  padding: 0px 20px;
}

.card-gradient ul li {
  margin-top: 6px;
}

.card-gradient h4,
.card-gradient h3 {
  font-family: "Unbounded", cursive;
  color: #50FFEA;
  font-size: 22px;
  margin-top: 0px;
  font-weight: 400;
}

.card-gradient p {
  font-size: 16px;
}

.card-gradient p:last-child {
  margin-bottom: 0px;
}

.develop-o {
  margin: 50px 0px 30px 0px;
}

.btn.btn-reg-consenta {
  margin: -20px 0px 30px 50px;
}

.team-section .container {
  max-width: 1090px;
}

.team-section .container .row {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}

.team-section .container .row [class^=col] {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}

.team-section h1 {
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-family: "Unbounded", cursive;
  font-weight: 700;
  color: rgb(80, 255, 234);
  font-size: 40px;
}

.team-desctiption {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  line-height: 155%;
  margin-bottom: 53px;
}

.team-item {
  border-radius: 20px;
  overflow: hidden;
  background: #222C3D;
  height: 100%;
}

.team-item .team-no-photo {
  background: #1D2739;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-info {
  padding: 30px 33px;
}

.team-lead {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.team-name {
  font-size: 18px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
}

.team-email {
  font-size: 14px;
  color: #61728B;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 10px;
  display: inline-block;
}

.team-email:hover {
  color: #fff;
}

.team-photo {
  position: relative;
  height: 300px;
}

.team-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.team-photo-2 {
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0px;
  top: 0px;
}

.team-photo-1 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-photo:hover .team-photo-1 {
  opacity: 0;
}

.team-photo:hover .team-photo-2 {
  opacity: 1;
}

.blog-solo-photo {
  max-width: 70%;
  margin: 36px auto 0px auto;
  display: block;
}

.where-use-auth {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 59, 78)), color-stop(40%, #293d4a), color-stop(170%, #2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 0%, #293d4a 40%, #2b706b 170%);
  background: linear-gradient(to right, rgb(47, 59, 78) 0%, #293d4a 40%, #2b706b 170%);
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
}

.where-use-auth::after {
  content: "";
  display: block;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url(../img/confCall/second-bg-man.png) no-repeat center;
}

.where-use-auth .title {
  text-align: left;
  color: rgb(80, 255, 234);
  margin-bottom: 44px;
}

.where-use-auth-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.where-use-auth-content {
  width: 78%;
}

.where-use-auth-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 37px;
}

.where-use-auth-content ul {
  padding: 0px 20px;
}

.where-use-auth-content ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}

.where-use-auth-content ul li:last-child {
  margin-bottom: 0px;
}

.where-use-auth-boy {
  width: 556px;
  position: absolute;
  bottom: 295px;
  right: 26px;
}

.where-use-auth-boy img {
  width: 556px;
}

.where-use-auth-list {
  margin-top: 38px;
  position: relative;
  z-index: 2;
}

.where-use-auth-item {
  background: #2B3647;
  border-radius: 20px;
  padding: 27px 23px;
  height: 100%;
}

.where-use-auth-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.where-use-auth-item-icon span {
  font-size: 50px;
  color: #FFE872;
}

.where-use-auth-item-title {
  font-size: 20px;
  font-weight: 600;
}

.auth-systems-advantages {
  padding: 36px 40px;
  border-radius: 20px;
  border: 1px solid #334258;
}

.auth-systems-advantages-headers {
  margin-bottom: 12px;
}

.auth-systems-advantages-head {
  font-size: 16px;
  font-weight: 600;
  color: #61728B;
  display: inline-block;
}

.auth-systems-advantages-title {
  font-weight: 600;
  font-size: 20px;
  color: rgb(80, 255, 234);
}

.auth-systems-advantages-title a {
  color: rgb(80, 255, 234);
}

.auth-systems-advantages-plus {
  margin: 0px 0px 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}

.auth-systems-advantages-plus::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM1MEZGRUEiLz4KPHBhdGggZD0iTTE0Ljc3MzkgMTEuMjE5OUgxMS4yOTM5VjE0LjYxOTlIOC43MTM5MVYxMS4yMTk5SDUuMjUzOTFWOC43Nzk4OEg4LjcxMzkxVjUuMzc5ODhIMTEuMjkzOVY4Ljc3OTg4SDE0Ljc3MzlWMTEuMjE5OVoiIGZpbGw9IiMyRjNCNEUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  min-width: 20px;
  top: 2px;
  position: relative;
}

.auth-systems-advantages-minus {
  margin: 0px 0px 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}

.auth-systems-advantages-minus::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNGRjUwNTAiLz4KPHBhdGggZD0iTTcuMTgzNTkgOS4xMjAxMkgxMi44NDM2VjExLjYyMDFINy4xODM1OVY5LjEyMDEyWiIgZmlsbD0iIzJGM0I0RSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  min-width: 20px;
  top: 2px;
  position: relative;
}

.auth-systems-advantages-slide {
  padding-top: 20px;
  padding-bottom: 16px;
}

.auth-systems-advantages-slide-border {
  border-top: 2px solid #3D5172;
}

.auth-systems-advantages-slide:last-child {
  padding-bottom: 0px;
}

.auth-systems-advantages-mobile-title {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  background: #293343;
  border-radius: 10px;
  display: none;
  margin-bottom: 24px;
}

.auth-systems-advantages-nav {
  margin: 0px -24px 20px -24px;
  padding: 0px 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
  gap: 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.auth-systems-advantages-nav-item {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #3D5172;
  white-space: nowrap;
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.auth-systems-advantages-nav-item.active {
  background: rgb(80, 255, 234);
  color: #293343;
}

.auth-systems-solution {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 60, 82)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(left, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(90deg, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  border-radius: 20px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}

.auth-systems-solution-icon {
  font-size: 40px;
  color: #FFE872;
}

.auth-systems-solution-title {
  color: rgb(80, 255, 234);
  font-size: 20px;
  font-weight: 600;
}

.auth-systems-solution p {
  margin-bottom: 0px;
}

.auth-systems-industr {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 60, 82)), color-stop(40%, rgb(41, 61, 74)), color-stop(170%, rgb(43, 112, 107)));
  background: -o-linear-gradient(left, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  background: linear-gradient(90deg, rgb(47, 60, 82) 0%, rgb(41, 61, 74) 40%, rgb(43, 112, 107) 170%);
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
}

.auth-systems-industr::after {
  content: "";
  display: block;
  width: 410px;
  height: 410px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url(../img/confCall/second-bg-man.png) no-repeat center;
}

.auth-systems-industr .title {
  text-align: left;
  color: rgb(80, 255, 234);
  margin-bottom: 44px;
}

.auth-systems-industr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth-systems-industr-content {
  width: 78%;
}

.auth-systems-industr-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 37px;
}

.auth-systems-industr-content p.auth-systems-industr-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

.auth-systems-industr-content p.auth-systems-industr-p span {
  color: #FFE872;
  font-size: 46px;
}

.auth-systems-industr-girl {
  width: 346px;
  position: absolute;
  top: 13px;
  right: 26px;
}

.auth-systems-industr-girl img {
  width: 346px;
}

.auth-systems-industr .row {
  position: relative;
  z-index: 2;
}

.auth-systems-industr-item {
  background: #2B3647;
  border-radius: 20px;
  padding: 36px 20px 20px 20px;
  position: relative;
  height: 100%;
}

.auth-systems-industr-item-icon span {
  position: absolute;
  font-size: 40px;
  top: 12px;
  right: 8px;
  color: #FFE872;
}

.auth-systems-industr-item-title {
  font-size: 22px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
}

.auth-systems-industr-no-bg::after {
  display: none;
}

.auth-systems-secur {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 59, 78)), color-stop(40%, #293d4a), color-stop(170%, #2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 0%, #293d4a 40%, #2b706b 170%);
  background: linear-gradient(to right, rgb(47, 59, 78) 0%, #293d4a 40%, #2b706b 170%);
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
}

.auth-systems-secur-items {
  width: 82%;
}

.auth-systems-secur-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.auth-systems-secur-item p {
  margin: 0px 0px 6px 0px;
  line-height: 165%;
}

.auth-systems-secur-plus {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 20px;
  color: #2F3B4E;
  position: relative;
  top: 2px;
}

.auth-systems-secur-plus span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzczOTEgNi4yMTk4OEg2LjI5MzkxVjkuNjE5ODhIMy43MTM5MVY2LjIxOTg4SDAuMjUzOTA2VjMuNzc5ODhIMy43MTM5MVYwLjM3OTg4M0g2LjI5MzkxVjMuNzc5ODhIOS43NzM5MVY2LjIxOTg4WiIgZmlsbD0iIzJGM0I0RSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

.auth-systems-secur-plus-biruz {
  background: rgb(80, 255, 234);
}

.auth-systems-secur-plus-pink {
  background: #E18CBF;
}

.auth-systems-secur-plus-yellow {
  background: #FFE872;
}

.auth-systems-secur-plus-blue {
  background: #00AEEF;
}

.auth-systems-secur-items-2 {
  margin-top: 50px;
}

.auth-systems-secur-item-2 {
  background: #2B3647;
  border-radius: 20px;
  padding: 27px 30px;
  height: 100%;
}

.auth-systems-secur-item-2 p {
  margin: 0px;
}

.auth-systems-secur-item-2-biruz {
  background: rgb(80, 255, 234);
}

.auth-systems-secur-item-2-pink {
  background: #E18CBF;
}

.auth-systems-secur-item-2-yellow {
  background: #FFE872;
}

.auth-systems-secur-item-2-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-bottom: 28px;
}

.auth-systems-secur-item-2-icon span {
  font-size: 40px;
  color: #293343;
}

.auth-systems-secur-guard {
  background: url(../img/auth-systems-guard.png) no-repeat;
  position: absolute;
  top: 80px;
  right: 0px;
  width: 260px;
  height: 413px;
}

.auth-systems-prices .list-item-type-4 {
  border-radius: 15px;
  padding: 40px 21px 0px 21px;
}

.auth-systems-prices .list-item-type-4 h3 {
  font-size: 22px;
  margin-bottom: 22px;
}

.auth-systems-prices .list-item-type-4 .list-item-num {
  width: 58px;
  height: 52px;
  font-size: 30px;
  border-radius: 0px 15px 0px 25px;
}

.auth-systems-prices .list-item-type-5 {
  border-radius: 20px;
  padding: 100px 23px 0px 23px;
  display: block;
  height: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 59, 78)), color-stop(40.66%, #293d4a), color-stop(170%, #2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 0%, #293d4a 40.66%, #2b706b 170%);
  background: linear-gradient(to right, rgb(47, 59, 78) 0%, #293d4a 40.66%, #2b706b 170%);
}

.auth-systems-prices .list-item-type-5 h3 {
  font-size: 26px;
  margin-bottom: 38px;
  font-weight: 400;
  text-align: center;
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
}

.auth-systems-prices .list-item-type-5 h3 a {
  color: rgb(80, 255, 234);
}

.auth-systems-prices .list-item-type-5 .list-item-num {
  width: 67px;
  height: 60px;
  font-size: 34px;
  border-radius: 0px 17px 0px 30px;
  right: 0px;
  left: auto;
}

.auth-systems-prices .list-item-type-5 p {
  text-align: center;
  line-height: 175%;
  margin-bottom: 50px;
}

.auth-systems-prices .list-item-type-5 .list-item-links {
  gap: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auth-systems-prices .list-item-type-5 .list-item-links .btn {
  height: 36px;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 600;
}

.auth-systems-prices .list-item-type-5 .list-item-price {
  height: 130px;
}

.auth-systems-prices .list-item-type-5 .list-item-price div {
  font-size: 30px;
}

.auth-systems-prices .list-item-type-5 .list-item-price p {
  font-size: 16зч;
}

.smi-section h1 {
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-family: "Unbounded", cursive;
  font-weight: 700;
  color: rgb(80, 255, 234);
  font-size: 40px;
}

.smi-section .smi-description {
  font-size: 26px;
  text-align: center;
  margin: 50px 0px 66px 0px;
}

.smi-section .smi-item {
  border: 1px solid #334258;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 28px;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.smi-section .smi-item h3,
.smi-section .smi-item h2 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(80, 255, 234);
  height: 118px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.smi-section .smi-item .date {
  color: #8997AD;
  font-size: 18px;
}

.smi-section .smi-item:hover {
  border: 1px solid #61728B;
}

.smi-section .smi-link {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

.card-voice-robot {
  padding: 33px 80px;
  margin-bottom: 26px;
}

.card-voice-robot img {
  margin: 0px;
}

.card-info h3 {
  font-size: 26px;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-family: "Unbounded", cursive;
}

.card-info .btn {
  max-width: 336px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.industries .card-2 {
  padding: 40px 50px;
  position: relative;
}

.industries .industries-girl {
  position: absolute;
  top: 13px;
  right: 20px;
}

.industries .title {
  text-align: left;
  max-width: 800px;
}

.industries .description-with-icon {
  max-width: 620px;
  margin-bottom: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.industries-item {
  background: #2B3647;
  padding: 36px 30px 30px 20px;
  position: relative;
  border-radius: 20px;
  height: 100%;
}

.industries-item h4,
.industries-item h3 {
  font-size: 22px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
  margin: 0px;
  font-weight: 400;
}

.industries-item p {
  margin: 22px 0px 0px 0px;
  color: #E3E3E3;
  line-height: 165%;
}

.industries-item .icon-guard {
  font-size: 40px;
  color: #FFE872;
  top: 12px;
  right: 8px;
  position: absolute;
}

.description-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  line-height: 150%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.description-with-icon .icon-guard {
  font-size: 46px;
  color: #FFE872;
}

.business-tasks-item {
  padding: 30px 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  min-height: 240px;
}

.business-tasks-title {
  color: rgb(80, 255, 234);
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.business-tasks-icon span {
  font-size: 40px;
  color: #FFE872;
}

.business-tasks p {
  margin: 12px 0px 0px 0px;
}

.salutebot-section .card-gradient {
  padding: 57px 72px 33px 100px;
}

.salutebot-section .card-gradient .title {
  margin-bottom: 50px;
}

.salutebot-section .card-gradient .btn {
  max-width: 400px;
  width: 100%;
  margin: 46px 0px 20px 0px;
  text-align: center;
}

.service-section-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px 0px 30px 0px;
}

.service-section-descr p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.btn-section-sms-service {
  margin: 32px auto 0px auto;
  max-width: 675px;
  width: 100%;
  text-align: center;
  display: block;
}

.services-prices .list-item-type-4 {
  background: -o-linear-gradient(180.12deg, #2F3C52 1.02%, #293D4A 58.42%, #2B706B 222.52%);
  background: linear-gradient(269.88deg, #2F3C52 1.02%, #293D4A 58.42%, #2B706B 222.52%);
  border-radius: 20px;
  padding: 44px 50px 0px 50px;
}

.services-prices .list-item-type-4 .list-item-price {
  margin: 24px -50px 0px -50px;
}

.services-prices .list-item-type-4 h3 {
  color: #fff;
  margin-bottom: 20px;
}

.services-prices .list-item-type-4 .comparison-item-list-title {
  margin-top: 40px;
}

.service-economic {
  padding: 66px 93px 32px 93px;
}

.service-economic .title {
  margin-bottom: 34px;
}

.service-economic .description {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 34px;
  line-height: 150%;
}

.service-economic .card {
  height: 100%;
}

.service-economic .card img {
  display: block;
  margin: 0 auto;
}

.service-economic_title {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-family: "Unbounded", cursive;
  margin: 23px 0px 40px 0px;
}

.service-economic_calc {
  border: 2px solid #29424D;
  max-width: 426px;
  border-radius: 100px;
  margin: 20px auto 26px auto;
  text-align: center;
  padding: 20px 16px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(80, 255, 234);
}

.service-economic_calc span {
  color: #FFE872;
}

.service-economic p {
  text-align: center;
  font-size: 14px;
}

.service-economic_last-price {
  margin: 17px 0px 0px 0px;
  text-align: center;
  font-size: 31px;
  font-family: "Unbounded", cursive;
}

.service-economic_li {
  margin: 20px 0px;
  color: rgb(80, 255, 234);
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  font-weight: 600;
}

.service-economic_card-footer {
  font-size: 18px;
  color: #61728B;
  margin: 37px 0px 0px 0px;
  text-align: center;
}

.service-improvement .card-2 {
  padding: 76px 83px 60px 83px;
}

.service-improvement .card-2 .title {
  margin-bottom: 36px;
  text-align: left;
  color: rgb(80, 255, 234);
}

.service-improvement .card-2 .row {
  margin-top: 55px;
  margin-bottom: 55px;
}

.service-improvement .card-2 .row .card {
  height: 100%;
  padding: 17px 16px 16px 40px;
}

.service-improvement .card-2 .row .card img {
  display: block;
  margin: 0 auto;
  height: 100px;
}

.service-improvement .card-2 .row .card p {
  margin: 18px 0px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.services-grid-1 {
  grid-area: 1/1/2/2;
}

.services-grid-2 {
  grid-area: 1/2/3/3;
}

.services-grid-3 {
  grid-area: 2/1/3/2;
}

.page-main-tg-pass.page-main p {
  max-width: 635px;
}

.tg-algoritms .container {
  max-width: 1272px;
}

.tg-algoritms .container img {
  margin: 0 auto;
  display: block;
}

.tg-cascad .card-2 {
  position: relative;
  z-index: 2;
  padding: 73px 20px 53px 84px;
}

.tg-cascad .card-2 .title {
  text-align: left;
  margin: 0px 0px 30px 0px;
}

.tg-cascad .card-2 p {
  font-size: 18px;
  max-width: 600px;
}

.tg-cascad .row {
  position: relative;
  z-index: 2;
}

.tg-cascad-img {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 27px;
}

.tg-cascad-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.tg-cascad-tags .tg-cascad-tag {
  background: #374863;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 500;
}

.comfortable-and-economic {
  padding: 57px 70px 50px 70px;
}

.comfortable-and-economic .title {
  text-align: center;
}

.comfortable-and-economic-text {
  -webkit-column-width: 48%;
     -moz-column-width: 48%;
          column-width: 48%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}

.comfortable-and-economic-text p {
  margin: 0px 0px 30px 0px;
}

.comfortable-and-economic-icons {
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 648px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.comfortable-and-economic-icons::after {
  content: "";
  width: 100%;
  height: 7px;
  background: #3A4B65;
  left: 0px;
  top: calc(50% - 3.5px);
  position: absolute;
}

.comfortable-and-economic-icons div {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.comfortable-and-economic-icons div > * {
  width: 100%;
  height: 100%;
  font-size: 52px;
  color: rgb(41, 51, 67);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comfortable-and-economic-icons div:first-child {
  background: #E18CBF;
}

.comfortable-and-economic-icons div:nth-child(2) {
  background: #FFE872;
}

.comfortable-and-economic-icons div:nth-child(3) {
  background: #00AEEF;
}

.comfortable-and-economic-icons div:last-child {
  background: rgb(80, 255, 234);
}

.history-section {
  margin: 160px 0px 30px 0px;
}

.history-section h1 {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  color: #fff;
}

.history-section h2 {
  font-size: 40px;
  text-align: left;
  margin: 10px 0px 50px 0px;
  max-width: 1000px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
}

.history-timeline-overflow {
  width: 100%;
  overflow: auto;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
}

.history-timeline-overflow::-webkit-scrollbar {
  width: 0;
  height: 0px;
}

.history-timeline-overflow::-webkit-scrollbar {
  width: 0;
  height: 0px;
}

.history-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 18px 18px 18px;
  position: relative;
  min-width: 1180px;
}

.history-timeline::before {
  content: "";
  width: 2px;
  height: 253px;
  background: url(../img/history-line.svg) no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 18px;
}

.history-timeline .timeline-item {
  position: relative;
  height: 253px;
  padding: 0px 2px;
  cursor: pointer;
}

.history-timeline .timeline-item:hover {
  background: url(../img/history-hover.png) no-repeat right bottom;
}

.history-timeline .timeline-item:hover p {
  color: #fff;
}

.history-timeline .timeline-item:hover .timeline-item-year {
  color: rgb(80, 255, 234);
}

.history-timeline .timeline-item.active {
  background: url(../img/history-active.png) no-repeat right bottom;
}

.history-timeline .timeline-item.active p {
  color: #fff;
}

.history-timeline .timeline-item.active .timeline-item-year {
  color: rgb(80, 255, 234);
}

.history-timeline .timeline-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -2px;
  height: 2px;
  background: #334258;
  display: block;
}

.history-timeline .timeline-item::before {
  content: "";
  width: 2px;
  height: 253px;
  background: url(../img/history-line.svg) no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 18px;
}

.history-timeline .timeline-item-year {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.history-timeline .timeline-item-progress {
  width: 100%;
  height: 12px;
  border-radius: 20px;
}

.history-timeline .timeline-item-prevyear {
  color: #627797;
  font-size: 16px;
  font-weight: 600;
  left: -18px;
  bottom: -10px;
  position: absolute;
}

.history-timeline .timeline-item-nextyear {
  color: #627797;
  font-size: 16px;
  font-weight: 600;
  right: -18px;
  bottom: -10px;
  position: absolute;
}

.history-timeline .timeline-item p {
  font-size: 14px;
  color: #627797;
  margin: 7px 10px 12px 10px;
  line-height: 125%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.history-timeline .timeline-item.timeline-2010 {
  width: 147px;
  padding-top: 115px;
}

.history-timeline .timeline-item.timeline-2010 .timeline-item-progress {
  background: #50FFEA;
}

.history-timeline .timeline-item.timeline-2012 {
  width: 147px;
  padding-top: 115px;
}

.history-timeline .timeline-item.timeline-2012 .timeline-item-progress {
  background: #E18CBF;
}

.history-timeline .timeline-item.timeline-2014 {
  width: 148px;
  padding-top: 115px;
}

.history-timeline .timeline-item.timeline-2014 .timeline-item-progress {
  background: #FFE872;
}

.history-timeline .timeline-item.timeline-2019 {
  width: 150px;
  padding-top: 95px;
}

.history-timeline .timeline-item.timeline-2019 .timeline-item-progress {
  background: #86EF6C;
}

.history-timeline .timeline-item.timeline-2020 {
  width: 150px;
  padding-top: 60px;
}

.history-timeline .timeline-item.timeline-2020 .timeline-item-progress {
  background: #8FDFFC;
}

.history-timeline .timeline-item.timeline-2023 {
  width: 150px;
  padding-top: 40px;
}

.history-timeline .timeline-item.timeline-2023 .timeline-item-progress {
  background: #ceb2ff;
}

.history-timeline .timeline-item.timeline-2024 {
  width: 150px;
  padding-top: 20px;
}

.history-timeline .timeline-item.timeline-2024 .timeline-item-progress {
  background: #00AEEF;
}

.history-timeline .timeline-item.timeline-2025 {
  width: 150px;
  padding-top: 20px;
}

.history-timeline .timeline-item.timeline-2025 .timeline-item-progress {
  background: #9572D3;
}

.history-timeline .timeline-item.timeline-2026 {
  width: 150px;
  padding-top: 0px;
}

.history-timeline .timeline-item.timeline-2026 .timeline-item-progress {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(41, 225, 232)), to(rgb(41, 51, 67)));
  background: -o-linear-gradient(left, rgb(41, 225, 232) 30%, rgb(41, 51, 67) 100%);
  background: linear-gradient(90deg, rgb(41, 225, 232) 30%, rgb(41, 51, 67) 100%);
}

.history-slider {
  margin: 50px 0px 60px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.history-slider .slick-next {
  border: 2px solid #334258;
  right: 24px;
  top: 24px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.history-slider .slick-next::before {
  content: "";
  background: url(../img/arr-history.svg) no-repeat center;
  width: 8px;
  height: 14px;
  display: inline-block;
}

.history-slider .slick-prev {
  border: 2px solid #334258;
  right: 72px;
  left: auto;
  top: 24px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 2;
}

.history-slider .slick-prev::before {
  content: "";
  background: url(../img/arr-history.svg) no-repeat center;
  width: 8px;
  height: 14px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.history-slide {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #334258;
  padding: 80px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.history-slide-left {
  min-width: 274px;
}

.history-slide-left p {
  font-size: 26px;
  font-weight: 600;
  margin: 0px;
}

.history-slide-year {
  font-family: "Unbounded", cursive;
  font-size: 64px;
  font-weight: 600;
  color: rgb(80, 255, 234);
}

.history-slide-text p {
  margin: 0px 0px 16px 0px;
  line-height: 155%;
}

.history-slide-text p:last-child {
  margin-bottom: 0px;
}

.blog-section .container {
  max-width: 800px;
}

.blog-section .dialog-case {
  padding-top: 46px;
}

.blog-section h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0px 15px 0px;
  color: rgb(80, 255, 234);
  font-family: "Unbounded", cursive;
}

.blog-section .dialog-case-new-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 42px;
}

.blog-section .dialog-case-new-date .dialog-date {
  margin: 0px;
}

.section-blog-slider {
  background: rgb(34, 44, 61);
  margin-top: 70px;
}

.section-blog-slider .container {
  max-width: 800px;
}

.section-blog-slider .container .slick-slide {
  height: auto;
}

.section-blog-slider .container .dialog-slider {
  padding: 60px 0px;
  margin: 0px;
}

.section-blog-slider .container #dialog-slider .slick-list {
  margin: 0px 0px;
  padding: 0px 0px;
}

.recent-blog .similar-slider .case-item {
  background: rgb(47, 59, 78);
}

.recent-blog .similar-slider .slick-list {
  margin: 0px -12px;
  padding-right: 0px;
}

.recent-blog .similar-slider .slick-slide {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.recent-blog .similar-slider .slick-slide:last-child::after {
  width: 14px;
  height: 10px;
  content: "";
}

.cases-list .case-item {
  height: 100%;
}

.mincifra {
  padding: 38px 0px;
  border-top: 2px solid rgb(51, 66, 88);
}

.mincifra .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}

.mincifra .container img {
  max-width: 168px;
  min-width: 168px;
}

.mincifra .container p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
}

.mincifra .container p a {
  color: rgb(80, 255, 234);
  white-space: nowrap;
}

.licenses-list {
  margin: 50px 0px 180px 0px;
}

.licenses-list .license {
  background: #2F3B4E;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  padding: 50px 28px 40px 28px;
}

.licenses-list .license a {
  max-height: 320px;
}

.licenses-list .license a img {
  display: block;
  height: 100%;
  height: 320px;
  max-width: none;
}

.licenses-list .license p {
  font-size: 18px;
  margin: 0px;
}

.p404 {
  padding: 40px 0px;
}

.p404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  height: 80vh;
}

.p404 .container p {
  font-size: 24px;
}

.speach-sense-business-task .title {
  margin-bottom: 30px;
}

.speach-sense-business-task .subtitle {
  margin: 30px 0px 40px 0px;
}

.speach-sense-business-task .subtitle span {
  font-weight: 600;
}

.speach-sense-business-task-item {
  background: #2F3B4E;
  border-radius: 20px;
  padding: 20px 28px;
  height: 100%;
}

.speach-sense-business-task-item img {
  margin-bottom: 40px;
}

.speach-sense-business-task-item h5,
.speach-sense-business-task-item h3 {
  font-size: 20px;
  color: rgb(80, 255, 234);
  margin: 0px 0px 16px 0px;
}

.speach-sense-business-task-item p {
  margin: 20px 0px 0px 0px;
}

.who-uses-speach-sence {
  background: #293343;
}

.who-uses-speach-sence .title {
  margin-bottom: 30px;
}

.who-uses-speach-sence .subtitle {
  margin: 30px 0px 40px 0px;
}

.who-uses-speach-sence .card-gradient {
  padding: 36px 42px;
}

.who-uses-speach-sence .card-gradient h4 {
  min-height: 54px;
}

.how-work-speach-sence-item {
  padding: 48px 34px;
  border: 1px solid rgb(80, 255, 234);
  border-radius: 20px;
  height: 100%;
}

.how-work-speach-sence-item h4,
.how-work-speach-sence-item h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0px;
}

.how-work-speach-sence-item p {
  margin: 20px 0px 0px 0px;
}

.how-work-speach-sence-mobile-nom {
  display: none;
}

.how-work-speach-sence-progress {
  max-width: 876px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto 43px auto;
}

.how-work-speach-sence-progress div {
  border: 2px solid #61728B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(80, 255, 234);
  font-size: 30px;
  width: 55px;
  height: 55px;
  position: relative;
}

.how-work-speach-sence-progress div::after {
  content: "";
  width: 358px;
  position: absolute;
  height: 2px;
  background: #61728B;
  display: block;
  left: 100%;
  top: 50%;
}

.how-work-speach-sence-progress div:last-child::after {
  display: none;
}

.speach-sense-compar .card-2 {
  padding: 50px 95px;
}

.speach-sense-compar .card-2 img {
  display: block;
  margin: 0 auto 23px auto;
}

.speach-sense-compar-title {
  font-family: "Unbounded", cursive;
  text-align: center;
  font-size: 22px;
  color: rgb(80, 255, 234);
  margin: 32px 0px;
}

.speach-sense-compar-title.warning {
  color: #FF5050;
}

.speach-sense-compar-list p {
  margin: 0px 0px 24px 0px;
  position: relative;
  padding-left: 27px;
  font-size: 18px;
}

.speach-sense-compar-list p::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(80, 255, 234);
  left: 0px;
  top: 7px;
  position: absolute;
}

.speach-sense-compar-list.warning p::before {
  content: "";
  background: #FF5050;
}

.sms-page-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px;
  border: 2px solid #FEE875;
  border-radius: 15px;
  margin: 15px 0px 40px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 444px;
}

.sms-page-gift .icon-gift {
  font-size: 52px;
  width: 52px;
}

.sms-page-gift p {
  margin: 0px;
  font-size: 16px;
}

.auth-by-call__row {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.auth-by-call__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(41, 51, 67);
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth-by-call__item-text {
  padding: 26px 40px 26px 26px;
}

.auth-by-call__item-text h4,
.auth-by-call__item-text h3 {
  font-family: "Unbounded", cursive;
  color: rgb(80, 255, 234);
  margin: 0px;
  font-size: 22px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-by-call__item-text h4 .hit,
.auth-by-call__item-text h3 .hit {
  font-size: 14px;
  padding: 2.5px 6px;
  gap: 8px;
}

.auth-by-call__item-text p {
  margin: 15px 0px 0px 0px;
  font-size: 16px;
}

.auth-by-call__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83px;
  min-width: 83px;
  background: #293D4A;
}

.auth-by-call__item-icon span {
  color: rgb(80, 255, 234);
  font-size: 20px;
}

.auth-by-call__item:hover {
  background: #202937;
}

.auth-by-call__item:hover p {
  color: #fff;
}

.auth-by-call__item:hover .auth-by-call__item-icon {
  background: #232F41;
}

.auth-by-call__where-use .card-gradient {
  padding: 36px 40px;
}

.index-subscribe-section h2.title {
  margin-bottom: 20px;
}

.index-subscribe-section .subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.index-subscribe-section .container {
  max-width: 1030px;
}

.index-subscribe-section .index-subscribe-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  height: 230px;
}

.index-subscribe-section .index-subscribe-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgb(80, 255, 234);
  font-weight: 400;
  font-family: "Unbounded", cursive;
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 59, 78)), color-stop(40.66%, #293d4a), color-stop(170%, #2b706b));
  background: -o-linear-gradient(left, rgb(47, 59, 78) 0%, #293d4a 40.66%, #2b706b 170%);
  background: linear-gradient(to right, rgb(47, 59, 78) 0%, #293d4a 40.66%, #2b706b 170%);
}

.index-subscribe-section .index-subscribe-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #2B3647;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
  font-family: "Unbounded", cursive;
  font-weight: 500;
  gap: 6px;
}

.index-subscribe-section .index-subscribe-body span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.guard-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 20px 8px 12px;
  border-radius: 20px;
  border: 2px solid #2F3C52;
  background: #263245;
}

.guard-text p {
  margin: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.guard-text .icon-guard {
  font-size: 36px;
  color: #FFE872;
}

.card.how-work {
  background-image: url(../img/label/second-phone.png);
  background-repeat: no-repeat;
  background-position: 120% 45%;
  background-size: auto 520px;
  padding-left: 65px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.how-work .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.card.how-work h4 {
  font-size: 30px;
  font-family: "Unbounded", cursive;
  font-weight: 400;
  color: rgb(80, 255, 234);
  margin: 0px 0px 14px 0px;
}

.card.how-work .guard-text {
  margin-top: 30px;
}

.card.how-work-label-index {
  padding-top: 46px;
  padding-bottom: 46px;
}

.card.how-work-label-index p {
  margin-top: 32px;
}

.card.how-work-label-index .btn {
  max-width: 420px;
  margin-top: 47px;
  width: 100%;
  text-align: center;
}

.tag-new {
  height: 26px;
  line-height: 26px;
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  background: #FF5050;
  border-radius: 16px;
  margin-bottom: 16px;
  display: inline-block;
  font-weight: 600;
}

.card.how-work-item {
  padding: 33px 28px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  height: calc(100% - 20px);
  gap: 24px;
  overflow: hidden;
}

.card.how-work-item .how-work-title {
  font-size: 20px;
  color: rgb(80, 255, 234);
  margin: 0px;
  font-weight: 700;
  max-width: 85%;
  line-height: 140%;
}

.card.how-work-item p {
  margin-top: 0px;
  line-height: 150%;
}

.card-right-check {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 45px;
  height: 45px;
  border: 1px solid #61728B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-right-check span {
  color: rgb(80, 255, 234);
}

.card.when-work {
  background-image: url(../img/label/sfers.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: 40px;
}

.card.when-work .when-work-title {
  font-family: "Unbounded", cursive;
  font-size: 28px;
  font-weight: 400;
  padding-top: 25px;
  margin-bottom: 30px;
  color: rgb(80, 255, 234);
}

.card.when-work ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.card.when-work ul li {
  margin-bottom: 12px;
}

.section-simple-form {
  background-color: #2F3B4E;
  background-image: url(../img/vp/form-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  padding: 46px 50px 0px 50px;
  border-radius: 20px;
}

.section-simple-form h3 {
  text-align: left;
  margin-bottom: 1.5rem;
}

.section-simple-form p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 145%;
}

.section-simple-form-now {
  position: absolute;
  bottom: 135px;
  right: -40px;
  background: #fff;
  padding: 8px;
  border-radius: 123px 0px 0px 123px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #222C3D;
  line-height: 110%;
  width: 274px;
}

.section-simple-form-now p {
  font-size: 18px;
  margin: 0px;
}

.section-simple-form-now .logo-unibell {
  background: #2F3B4E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.label-form-phone {
  max-width: 322px;
  margin-top: 20px;
  display: block;
}

.sms-target-item {
  padding: 40px 46px;
  gap: 42px;
}

.sms-target-item .card-right-check {
  min-width: 60px;
  height: 60px;
}

.sms-target-item .card-right-check span {
  font-size: 22px;
}

.sms-target-item p {
  margin: 0px;
  font-size: 18px;
  line-height: 155%;
}

.sms-target-steps-card {
  padding: 60px 53px;
  position: relative;
}

.sms-target-steps-card h3 {
  color: rgb(80, 255, 234);
  font-size: 30px;
  font-family: "Unbounded", cursive;
  margin-bottom: 54px;
  font-weight: 400;
  margin-top: 0px;
}

.sms-target-steps-card img {
  max-width: 370px;
  margin-left: 12px;
}

.sms-target-steps-card .btn {
  max-width: 380px;
  width: 100%;
  text-align: center;
  margin-top: 90px;
  position: absolute;
  bottom: 70px;
  left: 53px;
}

.sms-target-steps-card::after {
  content: "";
  position: absolute;
  width: 212px;
  height: 250px;
  background: #2A6463;
  opacity: 0.6;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  left: 20%;
  top: 200px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.sms-target-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sms-target-step {
  border: 1px solid #2F3B4E;
  border-radius: 20px;
  max-width: 600px;
  padding: 22px 30px;
}

.sms-target-step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.sms-target-step-num {
  background: rgb(80, 255, 234);
  border-radius: 50%;
  color: rgb(41, 51, 67);
  font-size: 22px;
  font-family: "Unbounded", cursive;
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sms-target-step h4 {
  font-size: 22px;
  font-family: "Unbounded", cursive;
  margin: 0px;
  font-weight: 400;
}

.sms-target-step p.colored-text {
  color: rgb(80, 255, 234);
  margin: 22px 0px;
  font-weight: 600;
}

.sms-target-params .card.how-work-item {
  margin: 0px;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  min-height: 212px;
}

.sms-target-params .card.how-work-item ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.sms-target-params .card.how-work-item ul li {
  margin-bottom: 8px;
}

.sms-target-params .card.how-work-item img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.sms-target-params .card.how-work-item img.sms-target-geo-img {
  max-height: 100px;
}

.sms-target-params .card.how-work-item img.sms-target-house-img {
  max-height: 137px;
}

.sms-target-params .col-12 .card.how-work-item {
  min-height: auto;
}

.sms-target-form-phone {
  max-width: 440px;
  right: 68px;
}

.sms-taget-form .section-simple-form-now {
  bottom: 33px;
}

.label-bar {
  background: #2F3B4E;
  padding: 8px 0px;
  text-align: left;
  color: #fff;
  font-size: 15px;
}

.label-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.label-bar p {
  margin: 0px;
}

.label-bar img {
  max-width: 26px;
}

.label-bar a {
  color: rgb(80, 255, 234);
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

.label-bar a:hover {
  border-bottom: 1px solid;
}

.label-bar .icon-guard {
  font-size: 24px;
  color: #F8961E;
}

.hit {
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  background: #EC008C;
  color: #fff;
  text-transform: uppercase;
  margin-left: 6px;
}

.alert-secondary {
  padding: 16px;
  border: 1px solid #FFE872;
  border-radius: 20px;
  margin: 30px 0px 10px 0px;
}

.alert-secondary p {
  margin: 0px;
}

.alert-secondary p a {
  color: rgb(80, 255, 234);
  border-bottom: 1px solid;
}

.alert-secondary p a:hover {
  border-bottom: 1px solid transparent;
}

.short-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}

.short-links-container {
  background-image: url(../img/sms/knif.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.short-links-container h3.title {
  text-align: left;
  margin: 0px;
  font-size: 30px;
  margin-bottom: 1rem !important;
}

.short-links-container p {
  color: #fff;
  font-size: 18px;
  margin: 1rem 0px;
}

.short-links .short-link__item {
  border: 1px solid #3A4B65;
  border-radius: 20px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  max-width: 550px;
  line-height: 150%;
  margin-bottom: 0px;
}

.short-links .short-link__item span {
  color: rgb(80, 255, 234);
  font-weight: 600;
}

.short-links .short-link__item .icon-gal {
  color: rgb(80, 255, 234);
  font-size: 20px;
}

@media (min-width: 768px) {
  #audio-player {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .section-index_systems-prices .title {
    margin-bottom: 60px;
  }

  .section-index_other-products .title {
    margin-bottom: 60px;
  }

  .reports-slider .slick-slide {
    max-width: 475px;
  }

  .reports-slider .slick-slide:not(.slick-center) img {
    width: 194% !important;
    position: relative;
    left: -44%;
    max-width: 194%;
    top: -10%;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(198, 198, 198, 0.25);
    box-shadow: 0px 4px 12px 2px rgba(198, 198, 198, 0.25);
  }

  .reports-slider .slick-slide.slick-center img {
    margin-top: 20%;
  }

  .reports-slider .slick-slide:not(.slick-center) a {
    padding: 0px 20px;
    display: block;
  }

  .sms-target-item .card-right-check {
    position: initial;
  }
}

@media (min-width: 992px) {
  .case-item:hover {
    background: #202A3A;
  }

  .case-item:hover {
    background: rgb(41, 51, 67);
  }

  .recent-blog .similar-slider .case-item:hover {
    background: rgb(41, 51, 67);
  }
}

@media (min-width: 993px) {
  .sms-taget-form .form-footer {
    margin-top: 36px;
  }
}

@media (min-width: 1200px) {
  .tab-content .col-6-5 {
    padding-right: 50px;
  }
}

@media (min-width: 1201px) {
  .header-products {
    border-radius: 20px;
    border: 1px solid #334258;
  }

  .header-products .header-products-nav-item__links {
    padding: 30px 40px 0px 40px;
    border-top: 2px solid #3B4B63;
    margin: 0px -40px;
  }

  .header-products .header-products-nav-item__links .header-products-nav-item {
    margin-bottom: 26px;
  }

  .header-products .header-products-nav-item__links .header-products-nav-item:last-child {
    margin-bottom: 0px;
  }

  .header-products .header-products-nav-item.active::before {
    width: 14px;
    height: 93px;
    content: "";
    display: block;
    position: absolute;
    left: -47px;
    top: -10px;
    border-radius: 10px;
    background: rgb(80, 255, 234);
  }

  .header-products .header-products-nav-item-no-active.active::before {
    display: none;
  }

  .header-products .header-products-blocks .header-products-block-item__fullwidth {
    margin: 10px 0px;
  }
}

@media (max-width: 1200px) {
  .header {
    height: 74px;
    padding: 25px 0px;
  }

  .navbar-toggler {
    display: block;
    position: absolute;
    right: 24px;
    top: 16px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    background: #2F3B4E;
  }

  .navbar-toggler span {
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
    right: 0px;
    height: 2px;
    background: rgb(80, 255, 234);
    border-radius: 2px;
    width: 14px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(80, 255, 234);
    content: "";
  }

  .navbar-toggler span::before {
    top: -6px;
  }

  .navbar-toggler span::after {
    bottom: -6px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
       transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    -o-transition-delay: 0.3s, 0;
       transition-delay: 0.3s, 0;
  }

  .navbar-toggler.active span {
    background: 0 0;
  }

  .navbar-toggler.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background-color: rgb(80, 255, 234);
  }

  .navbar-toggler.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    background-color: rgb(80, 255, 234);
    width: 100%;
    left: 0px;
  }

  .header-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
	  width: 100%;
  }

  .header-nav {
    display: none;
    position: absolute;
    width: 100%;
    background: #293343;
    top: 72px;
    left: 0px;
    height: auto;
    min-height: calc(100vh - 72px);
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 24px 24px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    height: 100%;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-nav .header-nav-menu {
    width: 100%;
    text-align: left;
  }

  .header-nav.no-overflow {
    overflow: hidden;
  }

  .header-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-nav .dropdown-opener.active {
    background: none;
  }

  .header-nav .dropdown-opener.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header-nav .dropdown-opener:hover {
    color: #fff;
  }

  .header-nav .dropdown-sec-nav {
    background: none;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
  }

  .header-nav .dropdown-sec-nav li {
    margin-bottom: 0px;
  }

  .header-nav .dropdown-sec-nav a:not(.btn) {
    background: #334258;
    padding: 12px 15px !important;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .header-nav ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 24px;
    margin: 0 auto;
    max-width: 600px;
  }

  .header-nav ul.menu li {
    width: 100%;
    text-align: left;
    position: inherit;
  }

  .header-nav ul.menu li > span {
    padding: 0px;
  }

  .header-nav ul.menu li > a {
    padding: 0px;
  }

  .header-nav ul.menu li ul.dropdown-ul {
    position: initial;
  }

  .header-nav-contacts {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .header-nav-contacts .btn {
    display: none;
  }

  .navbar-lk {
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0px 24px 0px;
  }

  .navbar-lk::before {
    display: none;
  }

  .header-products {
    position: inherit;
    margin-top: 15px;
    padding: 0px;
    gap: 10px;
    width: 100%;
    background: none;
    margin-bottom: 15px;
    max-width: 600px;
    margin: 15px auto;
  }

  .header-products .header-products-nav {
    width: 100%;
    background: none;
    padding: 0px;
  }

  .header-products .header-products-nav-item {
    background: #2F3B4E;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }

  .header-products .header-products-nav-item h4,
  .header-products .header-products-nav-item .header-products-nav__title {
    color: #fff;
    font-size: 16px;
    position: relative;
  }

  .header-products .header-products-nav-item h4::after,
  .header-products .header-products-nav-item .header-products-nav__title::after {
    font-family: "icomoon";
    content: "\e907";
    font-size: 12px;
    color: #61728B;
    position: absolute;
    right: 0px;
  }

  .header-products .header-products-blocks {
    width: 100%;
    position: fixed;
    background: #293343;
    top: 72px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 72px);
    overflow: auto;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
  }

  .header-products .header-products-blocks.noactive {
    left: 100%;
  }

  .header-products .header-products-blocks .header-products-block-list {
    padding: 12px 24px 80px 24px;
    overflow: auto;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    max-width: 600px;
    margin: 0px auto 0px auto;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .header-products .header-products-blocks .header-products-block-item__fullwidth .list-item-links .btn {
    padding: 5px 14px;
    height: auto;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-products .header-products-blocks .header-products-block-item__fullwidth {
    background: #2F3B4E;
    border-radius: 15px;
	padding: 15px;
  }
	
	.header-products-block-item-mobile__subtitle {
		margin-bottom: 2rem;
	}

  .header-products .header-products-blocks .header-products-block-item_all p {
    margin: 8px 0px 8px 0px;
  }

  .header-products .header-products-blocks .header-products-block-item_all {
    width: 100% !important;
    background: #2F3B4E;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    margin-bottom: 0px;
    border: none;
  }

  .header-products .header-products-blocks .header-products-block-item_all .row {
    margin-top: 0px;
  }

  .header-products .header-products-blocks .header-products-block-item_all .row .col-desctop-12 {
    margin-top: 0px;
  }

  .header-products .header-products-blocks .header-products-block-item_all .row .btn {
    width: 100%;
    height: 40px;
    line-height: normal;
    margin-top: 12px;
  }

  .header-products .header-products-blocks .header-products-block-item {
    width: calc(50% - 8px);
  }

  .header-products .header-products-blocks .header-products-block-item a:not(.btn) {
    background: #2F3B4E;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
  }

  .header-products .header-products-blocks .header-products-block-item a:not(.btn):hover h4,
  .header-products .header-products-blocks .header-products-block-item a:not(.btn):hover .header-link__title {
    color: #fff;
  }

  .header-products .header-products-blocks .header-products-block-item h4,
  .header-products .header-products-blocks .header-products-block-item .header-link__title,
  .header-products .header-products-blocks .header-products-block-item .header-products-block__title {
    font-size: 16px;
  }

  .header-products .header-products-blocks .header-products-block-item-mobile {
    display: block;
  }

  .header-only-mobile {
    display: block;
  }

  .header-only-mobile-subnav {
    margin-bottom: 60px;
  }

  .header-phone {
    display: none;
  }

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

  .section-index_main h1 {
    font-size: 50px;
  }

  .section-index_main .col-8 p {
    font-size: 26px;
  }

  .section-index_main__right {
    bottom: -50px;
  }

  .main-index-label p {
    margin-top: 0px;
  }

  .main-section::after {
    display: none;
  }

  .philantropy-slider .slick-list {
    margin: 0 -12px;
  }

  .philantropy-slider .slick-slide > div {
    margin: 0 12px;
  }

  .wrapper {
    margin-top: 74px;
    overflow: hidden;
  }

  .col-desctop-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .index-cases-list .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .index-cases-list .slick-list .slick-track:after {
    display: block;
    width: 30px;
  }

  .index-cases-list .slick-list .slick-slide {
    margin: 0px 0px 0px 30px;
  }

  .sms-calc-table table tr td {
    white-space: wrap;
  }

  .banner-w-form .title {
    margin-bottom: 12px;
  }

  .other-page-section {
    margin: 56px 0px;
  }

  .banner-partner-info {
    padding-left: 40px;
  }

  .where-use-auth::after {
    display: none;
  }

  .where-use-auth-content {
    width: 100%;
  }

  .where-use-auth-boy {
    display: none;
  }

  .where-use-auth-list {
    z-index: auto;
  }

  .auth-systems-industr-content {
    width: 100%;
  }

  .auth-systems-industr-girl {
    display: none;
  }

  .auth-systems-secur-items {
    width: 100%;
  }

  .auth-systems-secur-guard {
    display: none;
  }

  .industries .industries-girl {
    display: none;
  }

  .history-section {
    margin: 56px 0px;
  }

  .history-timeline-overflow {
    width: calc(100% + 48px);
    margin: 60px -24px 0px -24px;
    padding: 0px 24px;
  }

  .history-slide {
    padding: 90px 60px;
  }

  .card.how-work {
    background-position: center 130%;
    background-size: 700px;
  }

  .card.how-work .guard-text {
    margin-top: 260px;
  }

  .card.how-work-label-index {
    background-position: 150% 35%;
    background-size: auto 520px;
  }

  .short-links-container {
    background-size: 400px;
  }
}

@media (max-width: 992px) {
  .cases-nav {
    margin: 0px -24px 32px -24px;
    padding: 0px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .cases-nav a {
    font-size: 16px;
    padding: 12px 20px;
  }

  .section-index_main {
    background: url(../img/index/map-main.png) bottom center no-repeat;
    background-size: 250%;
  }

  .section-index_main::after {
    display: none;
  }

  .section-index_main::before {
    width: 100%;
  }

  .section-index_main h1 {
    font-size: 70px;
  }

  .section-index_main .btn.btn-primary {
    position: absolute;
    bottom: 0px;
    left: 24px;
    right: 24px;
    text-align: center;
  }

  .section-index_main__right {
    position: relative;
    bottom: auto;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 100%;
  }

  .section-index_main .row {
    padding-bottom: 55px;
  }

  .main-index-label {
    right: auto;
    left: 0px;
    max-width: 420px;
  }

  .section-index_cascade .card-gradient-reverse .row {
    position: relative;
    padding-bottom: 95px;
  }

  .section-index_cascade .card-gradient-reverse .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .section-index_banner .banner-img {
    display: none;
  }

  .section-index_banner .banner-info {
    padding: 56px 0px 56px 0px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .section-index_banner .banner-info form {
    margin: 0 auto;
  }

  .section-index_banner .banner-info .form-footer {
    margin: 24px auto 0px auto;
  }

  .sectin-index_auth-systems .auth-systems-advantages {
    padding: 36px 24px 0px 24px;
  }

  .sectin-index_auth-systems .auth-systems-advantages-slide-border {
    border: none;
  }

  .section-index_banner-2 .banner-help-auth {
    padding: 36px 24px;
  }

  .section-index_secur {
    margin: 0px;
  }

  .section-index_secur .auth-systems-secur {
    padding: 56px 24px;
  }

  .main-index-second-section-separator {
    width: calc(100% + 80px);
    height: 1px;
    margin: 32px -80px;
  }

  .main-index-second-section > div:not(.main-index-second-section-separator) {
    width: 100%;
  }

  .main-index-second-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .new-card.main-index-block-video .main-index-video-man {
    right: 60%;
  }

  .new-card.main-index-price-card .col-5 {
    display: none;
  }

  .new-card.main-index-price-card .marker-label {
    position: relative;
    display: inline-block;
    bottom: auto;
    left: auto;
    margin-bottom: 24px;
  }

  .main-index-voice-col-text h3 {
    font-size: 36px;
  }

  .section-call-back_cascade .card-gradient-reverse .row {
    position: relative;
    padding-bottom: 95px;
  }

  .section-call-back_cascade .card-gradient-reverse .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .new-card-60 {
    padding: 32px 40px;
  }

  .new-card-40 {
    padding: 24px;
  }

  .main-section .container {
    padding-bottom: 85px;
    position: relative;
  }

  .main-section .btn {
    position: absolute;
    bottom: 0px;
    left: 24px;
    right: 24px;
    max-width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  .demo-product--tosters {
    position: fixed;
  }

  .banner-type-1 {
    margin-bottom: 24px;
  }

  .banner.banner-label .banner-label-img {
    display: none;
  }

  .connect-mass-outs-section {
    padding: 80px 0px;
  }

  .section.normal-section.tts-syntez-section {
    padding: 80px 0px;
  }

  .section.normal-section.tts-syntez-section:before {
    display: none;
  }

  .sms-price-description {
    text-align: left;
    margin-bottom: 24px;
    font-size: 15px;
  }

  .sale-sms-section img {
    display: none;
  }

  .partner-infopartner .col-5 {
    display: none;
  }

  body.no-scroll {
    overflow: hidden;
  }

  br {
    display: none;
  }

  .row.gap-bottom {
    gap: 0px;
  }

  .col-tablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-tablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-tablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .tablet-hide {
    display: none;
  }

  .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .tablet-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .tablet-mt-0 {
    margin-top: 0px !important;
  }

  .tablet-mb-0 {
    margin-bottom: 0px !important;
  }

  .tablet-visible {
    display: block !important;
  }

  .section-main {
    padding: 50px 0px 0px 0px;
  }

  .section-main-row {
    padding-bottom: 95px;
  }

  .section-main h1 {
    margin-top: 0px;
  }

  .section-main .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .section-main-imgs {
    margin: 0 auto;
  }

  .main-products-container {
    margin: 56px -24px 0px -24px;
    padding: 56px 24px 56px 24px;
    background: rgb(41, 51, 67);
  }

  .main-products-cateroties {
    width: calc(100% + 48px);
    margin: 0px -24px 0px -24px;
    padding: 0px 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
  }

  .main-products-categoty {
    border: 2px solid rgb(51, 66, 88);
    height: 56px;
    border-radius: 100px;
    text-align: center;
    padding: 16px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main-products-categoty p {
    display: none;
  }

  .main-products-categoty .main-products-categoty-title {
    font-size: 24px;
    font-weight: 500;
  }

  .main-products-categoty.active {
    background: rgb(80, 255, 234);
  }

  .main-products-categoty.active .main-products-categoty-title {
    color: rgb(41, 51, 67);
  }

  .main-products-categoty-title {
    color: #fff;
  }

  .main-products-categoty-title [class^=icon-] {
    display: none;
  }

  .main-products-block {
    width: auto;
    margin: 0px -30px;
    border-radius: 0px;
    padding: 10px 30px 60px 30px;
  }

  .main-products-block-title p {
    font-family: "Montserrat", sans-serif;
  }

  .index-cases .cases-control {
    display: none;
  }

  .index-cases-list .slick-list {
    margin: 0px -24px;
  }

  .index-form-container .index-form-img {
    text-align: center;
  }

  .index-form-container .form {
    max-width: 450px;
    margin: 0 auto;
  }

  .index-form-container .form form {
    max-width: 400px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }

  .index-form-mark {
    position: relative;
    margin-top: 24px;
    margin-bottom: 20px;
    float: right;
    margin-right: -74px;
  }

  .page-main.pt-72 {
    padding: 50px 0px 60px 0px;
  }

  .page-main {
    padding: 50px 0px 60px 0px;
  }

  .page-main .container {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-main img {
    margin: 0 auto;
    display: block;
    max-width: 400px;
    width: 100%;
  }

  .page-main .row {
    padding-bottom: 90px;
    position: relative;
  }

  .page-main .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .page-main-sms .row {
    padding-bottom: 100px;
    position: relative;
  }

  .page-main-sms .page-main-prices {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
    gap: 20px;
    font-weight: 400;
  }

  .page-main-sms .page-main-prices .page-main-price {
    width: 100%;
    background: rgb(47, 59, 78);
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    font-weight: 400;
  }

  .page-main-vp .row {
    padding-bottom: 140px;
    position: relative;
  }

  .page-main-vp .page-main-single-price {
    position: absolute;
    left: 0px;
    bottom: 45px;
    width: 100%;
    text-align: center;
  }

  .page-main-auth-by-call .row {
    padding-bottom: 100px;
    position: relative;
  }

  .gradient-type-3-section {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(75%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
    background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 75%, rgba(41, 51, 67, 0) 100%);
    background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 75%, rgba(41, 51, 67, 0) 100%);
  }

  .gradient-type-4-section {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(43, 112, 107)), color-stop(75%, rgba(41, 61, 74, 0.1)), to(rgba(41, 51, 67, 0)));
    background: -o-linear-gradient(bottom, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 75%, rgba(41, 51, 67, 0) 100%);
    background: linear-gradient(0deg, rgb(43, 112, 107) 10%, rgba(41, 61, 74, 0.1) 75%, rgba(41, 51, 67, 0) 100%);
  }

  .medium-section.tablet-mt-0 {
    margin-top: 0px;
  }

  .advange-item {
    padding: 18px;
  }

  .use-item {
    min-height: 90px;
  }

  .banner-info {
    padding: 25px 0px 56px 30px;
  }

  .banner-img .auth-success {
    bottom: 30px;
    top: auto;
    left: -50px;
  }

  .similar-item {
    padding: 24px;
  }

  .similar-slider .slick-list {
    padding-left: 14px;
  }

  .calc-row-radios {
    width: 100%;
  }

  .calc-row .calc-slider {
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
    visibility: hidden;
  }

  .banner-w-form {
    padding: 30px;
  }

  .banner-w-form .form {
    max-width: 400px;
    margin: 0 auto;
  }

  .banner-w-form .sms-banner-man {
    margin-bottom: 40px;
  }

  .banner-w-form .sms-banner-man .sms-banner-man-img {
    position: relative;
    height: 350px;
    right: auto;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .banner-w-form .banner-w-form-now {
    bottom: 0px;
  }

  .banner-w-form .sms-banner-numlook {
    max-width: 284px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .dialog-calc-table {
    overflow: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vp-banner-code {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .vp-banner-code .code {
    left: 10%;
    top: 10px;
  }

  .hlr-banner {
    margin-bottom: 60px;
  }

  .hlr-banner-img {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
  }

  .benefit {
    padding: 36px 24px;
  }

  .stat-list {
    margin-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }

  .stat-item-num {
    font-size: 40px;
  }

  .banner-ivr {
    padding: 40px 30px;
  }

  .nps-opr {
    margin-bottom: 40px;
  }

  .outg-call-banner {
    margin-bottom: 100px;
  }

  .outg-call-banner img {
    margin: 0 auto;
    display: block;
  }

  .table-overflow .employ-table {
    margin: 0px -24px;
    border-radius: 0px;
    margin-top: 16px;
  }

  .page-cp .row {
    padding-bottom: 0px;
  }

  .info-consenta {
    padding: 30px 40px;
  }

  .test-ivr {
    display: none;
  }

  .tabs-control {
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .tabs {
    margin: 0px -24px;
  }

  .tab-link {
    border-radius: 0px;
  }

  .tab-content {
    border-radius: 0px;
  }

  .page-developers .container {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-developers .section-main-row-p {
    font-size: 18px;
  }

  .page-developers .section-main-row {
    padding-bottom: 120px;
  }

  .page-developers .section-main-row .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .page-developers .section-main-row .section-developers-img {
    margin: 0 auto;
    display: block;
    max-width: 400px;
    width: 100%;
  }

  .auth-systems-advantages-headers {
    display: none;
  }

  .auth-systems-advantages-slide {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
  }

  .auth-systems-advantages-slide.active {
    display: block;
  }

  .auth-systems-advantages-slide-border {
    border: none;
  }

  .auth-systems-advantages-mobile-title {
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .auth-systems-advantages-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-voice-robot:nth-last-child(2) {
    margin-bottom: 0px;
  }

  .business-tasks-item {
    min-height: auto;
  }

  .comfortable-and-economic-icons {
    gap: 20px;
    max-width: 100%;
  }

  .recent-blog .similar-slider .slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .how-work-speach-sence-mobile-nom {
    border: 2px solid #61728B;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgb(80, 255, 234);
    font-size: 30px;
    width: 55px;
    height: 55px;
    position: relative;
    margin-bottom: 23px;
  }

  .how-work-speach-sence-progress {
    display: none;
  }

  .card.how-work {
    background-position: center 130%;
    background-size: 650px;
  }

  .card.how-work-label-index .btn {
    margin-top: 260px;
    max-width: 100%;
  }

  .card.how-work-label-index {
    background-position: center 80%;
    background-size: 650px;
  }

  .sms-target-target {
    max-width: 40%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .sms-target-steps-card h3 {
    margin-bottom: 20px;
  }

  .sms-target-steps-card img {
    display: none;
  }

  .sms-target-steps-card .btn {
    left: 53px;
    bottom: 38px;
    width: 100%;
  }

  .sms-target-steps-card {
    padding-bottom: 136px;
  }

  .sms-target-step {
    max-width: 100%;
  }

  .sms-target-params .card.how-work-item p br {
    display: block;
  }
}

@media (max-width: 768px) {
  .cases-section .cases-subtitle {
    font-size: 24px;
  }

  .cases-section h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .cases-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .dialog-case h2,
  .dialog-case h3,
  .dialog-case .case-item-title {
    font-size: 24px;
    margin: 16px 0px 24px 0px;
  }

  .section-index_main {
    padding: 40px 0px 34px 0px;
  }

  .section-index_main h1 {
    font-size: 50px;
  }

  .section-index_main .col-8 p {
    font-size: 20px;
    margin: 36px 0px 0px 0px;
  }

  .section-index_products_item div {
    font-size: 30px;
  }

  .section-index_products_item p {
    font-size: 15px;
    margin: 16px 0px 0px 0px;
  }

  .section-index_cascade .card-gradient-reverse {
    padding: 30px 24px;
  }

  .section-index_cascade .card-gradient-reverse .title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .section-index_cascade .card-gradient-reverse p {
    font-size: 14px;
  }

  .section-index_banner .banner-info {
    padding: 0px 0px 56px 0px;
  }

  .section-index_banner .form h2 {
    text-align: left;
  }

  .section-index_banner .form p {
    text-align: left;
  }

  .section-index_banner-2 .banner-help-auth_info .form h2 {
    text-align: left;
    font-size: 20px;
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .section-index_banner-2 .banner-help-auth_info .form p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin: 24px 0px;
  }

  .section-index_other-products_item {
    padding: 36px 24px;
  }

  .section-index_other-products_item_title {
    font-size: 18px;
    height: auto;
  }

  .section-index_other-products_item p {
    margin: 16px 0px 24px 0px;
    font-size: 14px;
  }

  .section-index_other-products_item .btn {
    position: relative;
    bottom: auto;
    width: 100%;
  }

  .main-index-second-section > div:not(.main-index-second-section-separator) span {
    font-size: 46px;
  }

  .main-index-second-section > div:not(.main-index-second-section-separator) p {
    font-size: 15px;
  }

  .new-card.main-index-block-video {
    padding: 24px;
    background: #2F3B4E;
  }

  .new-card.main-index-block-video::after {
    display: none;
  }

  .new-card.main-index-block-video h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .new-card.main-index-constructor h3 {
    font-size: 18px;
  }

  .new-card.main-index-constructor p {
    font-size: 15px;
  }

  .section-index_banner-2.section-inner {
    margin: 36px -24px 0px -24px;
    border-radius: 0px;
    background: #2F3B4E;
  }

  .section-call-back_cascade .card-gradient-reverse {
    padding: 30px 24px;
  }

  .section-call-back_cascade .card-gradient-reverse .title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .section-call-back_cascade .card-gradient-reverse p {
    font-size: 14px;
  }

  .mt-32 {
    margin-top: 1rem;
  }

  p.fz-22 {
    font-size: 15px;
  }

  p.mt-32 {
    margin-top: 1rem;
  }

  .mobile-gradient-text {
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%) !important;
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
  }

  .new-card--theme-second {
    border: 1px solid #3D5172;
  }

  .new-card {
    background: none;
    border: 1px solid #3D5172;
  }

  .new-card h2 {
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .new-card h3 {
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .main-section {
    padding: 24px 0px 36px 0px;
    background: none;
  }

  .main-section h1 {
    font-size: 28px;
  }

  .main-section-description {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 18px;
  }

  .main-section .custom-table-border__horizontal {
    font-size: 16px;
  }

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

  .custom-table-border__horizontal > div {
    padding: 16px;
    width: 100%;
    font-size: 15px;
  }

  .custom-table-border__horizontal > div:first-child {
    left: 0px;
    border-radius: 20px 20px 0px 0px;
  }

  .custom-table-border__horizontal > div:last-child {
    border-radius: 0px 0px 20px 20px;
  }

  .custom-table-border__horizontal > div {
    border: 1px solid #3D5172;
  }

  .custom-table-border__vertical > div {
    border: 1px solid #3D5172;
  }

  .custom-table-border__mobile-card > div {
    border-radius: 20px !important;
    margin-bottom: 20px;
  }

  .custom-table-border__mobile-card > div:last-child {
    margin-bottom: 0px;
  }

  .section.normal-section {
    margin: 36px 0px;
  }

  .section.normal-section.pt-40 {
    padding-top: 36px;
  }

  .section.normal-section.mt-40 {
    margin-top: 36px;
  }

  .section.normal-section.mt-50 {
    margin-top: 36px;
  }

  .section.normal-section.mt-60 {
    margin-top: 36px;
  }

  .section.normal-section.mb-50 {
    margin-bottom: 36px;
  }

  .section.normal-section.mb-60 {
    margin-bottom: 36px;
  }

  .section.normal-section.mb-40 {
    margin-bottom: 36px;
  }

  .section.normal-section .title {
    font-size: 20px;
    margin: 0px 0px 24px 0px;
  }

  .section.normal-section .title.title-fz-40 {
    font-size: 20px;
    margin: 0px 0px 24px 0px;
  }

  .section.normal-section.border-desctop {
    padding: 36px 0px 36px 0px;
  }

  .section.normal-section.border-desctop-p-80 {
    padding: 36px 0px 36px 0px;
  }

  .section.normal-section.border-top-desctop {
    padding: 36px 0px 0px 0px;
  }

  .section.normal-section.border-mobile {
    border-top: 1px solid #3D5172;
    border-bottom: 1px solid #3D5172;
    padding: 36px 0px 36px 0px;
  }

  .section.normal-section.border-top-mobile {
    border-top: 1px solid #3D5172;
    padding-top: 36px;
  }

  .section.normal-section.border-bottom-mobile {
    border-bottom: 1px solid #3D5172;
    padding-bottom: 36px;
  }

  .demo-product {
    background: none;
    border: 1px solid #3D5172;
  }

  .demo-product--info {
    padding: 24px 24px 0px 24px;
  }

  .demo-product--title {
    display: none;
  }

  .demo-product--title--mobile {
    display: block;
  }

  .demo-product--text {
    overflow: auto;
    max-height: 238px;
  }

  .demo-product--step--title {
    font-size: 22px;
  }

  .demo-product--step--phone {
    font-size: 22px;
  }

  .demo-product--step-1 {
    background: none;
    padding-top: 26px;
  }

  .demo-product--step-1 img,
  .demo-product--step-1 h3 {
    display: none;
  }

  .demo-product--step-1 > div {
    width: 100%;
  }

  .demo-product--step-1 .btn-l {
    padding: 16px 26px;
    width: 100%;
    text-align: center;
  }

  .demo-product--step-2 {
    background: none;
    min-height: 520px;
    gap: 24px;
    padding-top: 8px;
    padding: 12px 12px 36px 12px;
  }

  .demo-product--step-2--form {
    gap: 16px;
  }

  .demo-product--step-2--vp {
    gap: 16px;
  }

  .demo-product--input-nums input {
    height: 53px;
  }

  .demo-product--vp .demo-product--step-2 {
    min-height: 550px;
  }

  .demo-product--vp .demo-product--step-1 {
    min-height: auto;
  }

  .demo-product--fc .demo-product--step-2 {
    min-height: 620px;
  }

  .demo-product--fc .demo-product--step-1 {
    min-height: auto;
  }

  .demo-product--tosters .toster {
    max-width: 300px;
  }

  .demo-product--tosters .toster p {
    font-size: 12px;
  }

  .demo-product--tosters .toster-title {
    font-size: 14px;
  }

  .section.cases-section {
    padding: 56px 0px;
    background: #222C3D;
    border-top: none;
    border-bottom: none;
  }

  .section.cases-section .case-item {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-type-1 h2 {
    font-size: 20px;
  }

  .banner-type-1 p {
    margin-top: 24px;
    width: 75%;
  }

  .banner-type-1 .v-tablet-absolute {
    right: -24px;
    top: 40px;
  }

  .banner-type-2 h2 {
    font-size: 20px;
  }

  .banner-type-2 p {
    font-size: 18px;
    margin-top: 24px;
  }

  .banner-type-section .vp-cascade-container {
    margin-bottom: 0px;
  }

  .banner-type-section .vp-cascade-item {
    width: 100%;
    margin-bottom: 46px;
  }

  .banner-type-section .vp-cascade-item:last-child {
    margin-bottom: 16px;
  }

  .banner-type-section .vp-cascade-item::after {
    top: 100%;
    margin-top: 6px;
    right: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .banner-type-section .vp-cascade-btn {
    margin-top: 1.5rem;
    display: none;
    padding: 16px 36px;
  }

  .banner-type-section .vp-cascade-btn--mobile {
    text-align: center;
    display: block;
  }

  .banner-type-section .vp-cascade--text {
    border: none;
    padding-bottom: 12px;
  }

  .section.normal-section.faq-section {
    background: none;
    margin-bottom: 1.5rem;
  }

  .normal-section.simular-section {
    background: none;
    padding-bottom: 0px;
    border-top: 1px solid #3D5172;
    padding-top: 36px;
    margin-top: 24px;
  }

  .banner-type-section {
    background: none;
  }

  .help-deno-product-mobile {
    display: block;
    position: absolute;
    text-align: center;
    background: url(../img/help-icon.svg) no-repeat left center;
    padding-left: 28px;
    color: #fff;
    bottom: 24px;
  }

  .banner.banner-auth {
    padding: 0px;
  }

  .banner.banner-auth .banner-img {
    max-width: none;
    height: 220px;
  }

  .banner.banner-auth .banner-img .auth-success {
    max-width: 163px;
    height: 46px;
  }

  .banner.banner-auth .banner-img .auth-success p {
    font-size: 10px;
    min-width: auto;
  }

  .banner.banner-auth .banner-img .auth-success-icon {
    width: 33px;
    height: 33px;
    min-width: 33px;
    font-size: 20px;
  }

  .banner.banner-auth .banner-info {
    max-width: none;
    padding: 24px;
  }

  .banner.banner-auth .banner-info h2 {
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .steps-container {
    max-height: 300px;
  }

  .steps-container.expanded {
    max-height: 3000px;
  }

  .steps-container:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: -o-linear-gradient(top, transparent 0%, transparent 100px, rgba(41, 51, 67, 0.3) 80px, rgba(41, 51, 67, 0.6) 120px, rgb(41, 51, 67) 140px);
    background: linear-gradient(to bottom, transparent 0%, transparent 100px, rgba(41, 51, 67, 0.3) 80px, rgba(41, 51, 67, 0.6) 120px, rgb(41, 51, 67) 140px);
    pointer-events: none;
  }

  .open-btn-container {
    display: block;
    position: relative;
    z-index: 2;
  }

  .open-btn-container .btn-expanded-open {
    margin-top: 24px;
  }

  .title-seo {
    margin-top: 0px;
  }

  .text-seo {
    margin-bottom: 0px;
  }

  .form-section {
    padding: 24px;
    margin: 0px -24px;
    border-radius: 0px;
  }

  .form-section.pr-0 {
    padding-right: 24px;
  }

  .form-section h3.title.fz-30 {
    font-size: 20px;
  }

  .form-section h3.title {
    font-size: 20px;
  }

  .fc-different-price {
    margin-bottom: 1rem;
  }

  .cascade--dops {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .custom-table-border__horizontal > div.cascade--dop-item {
    width: 100%;
    padding: 24px 16px;
  }

  .banner.banner-label {
    padding: 36px 24px;
  }

  .banner.banner-label .banner-label-info {
    gap: 24px;
  }

  .banner.banner-label .banner-label-info h2 {
    font-size: 20px;
  }

  .row [class^=col].about-auth-by-call .new-card {
    border: none;
    padding: 0px;
  }

  .row [class^=col].about-auth-by-call .new-card img {
    display: none;
  }

  .row [class^=col].about-auth-by-call .new-card p {
    margin: 0px 0px 16px 0px;
  }

  .row [class^=col].about-auth-by-call img {
    min-width: 60px;
  }

  .connect-mass-outs-section {
    padding: 36px 0px;
  }

  .speach-partners {
    gap: 32px;
  }

  .speach-partners > *:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .speach-partners > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .speach-partners > *:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .speach-partners img {
    max-width: 170px;
  }

  .speach-partners .gap-10 {
    gap: 16px;
  }

  .why-mass-out-img img {
    max-width: 120px;
  }

  .possibilites-ivr-section .row .col-6:first-child .possibilites-ivr-col {
    border-radius: 20px 20px 0px 0px;
  }

  .possibilites-ivr-section .row .col-6:last-child .possibilites-ivr-col {
    border-radius: 0px 0px 20px 20px;
    top: -13px;
    position: relative;
  }

  .possibilites-ivr-col {
    background: none;
  }

  .possibilites-ivr-item {
    padding: 24px;
  }

  .possibilites-ivr-item:last-child {
    border-bottom: 0px;
  }

  .possibilites-ivr-item img {
    margin-top: 6px;
  }

  .section.normal-section .title.possibilites-ivr-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .section.normal-section .title.possibilites-ivr-title img {
    margin-top: 6px;
  }

  .what-u-business .gradient-text {
    margin-bottom: 12px;
  }

  .section.normal-section.tts-syntez-section {
    padding: 0px 0px 40px 0px;
  }

  .philanthropy-main {
    margin: 0px -24px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #3D5172;
  }

  .philanthropy-main h1 {
    font-size: 28px;
    margin-top: 0px;
  }

  .philanthropy-why h2 {
    font-size: 18px;
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .philanthropy-why .gradient-card p.mt-40 {
    margin-top: 16px !important;
  }

  .philanthropy-why .row {
    margin-top: -24px;
  }

  .philanthropy-why .row [class^=col] {
    margin-top: 24px;
  }

  .philanthropy-section {
    background: #222C3D;
    padding: 76px 0px;
  }

  .sphers-label-section ul li {
    font-size: 15px;
  }

  .hlr-algoritm-item {
    width: 100%;
    margin-bottom: 46px;
  }

  .hlr-algoritm-item:last-child {
    margin-bottom: 0px;
  }

  .hlr-algoritm-item:after {
    top: 100%;
    margin-top: 6px;
    right: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .custom-table-border__2col {
    border-right: 1px solid #3A4B65;
  }

  .custom-table-border__2col .new-card {
    border-right: 0px;
  }

  .custom-table-border__2col .custom-table-border--item-50 {
    width: 100%;
  }

  .section.normal-section .infopartners-formats h3.title {
    padding-left: 0px;
  }

  .section.normal-section .infopartners-formats p {
    padding-left: 0px;
    font-size: 15px;
    margin: 24px 0px 0px 0px;
  }

  .partner-infopartner-text {
    padding: 32px 24px;
  }

  .banner-partners .banner-img {
    width: 100%;
  }

  .section-inner {
    margin: 24px 0px;
  }

  .section-inner:last-child {
    margin-bottom: 0px;
  }

  .not-revover-pass {
    margin: 36px 0px;
    font-size: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 16px;
    gap: 12px;
  }

  .not-revover-pass span {
    font-size: 23px;
    position: relative;
    top: 3px;
  }

  .mb-80 {
    margin-bottom: 56px !important;
  }

  .mt-2 {
    margin-top: 1.5rem !important;
  }

  .mt-tablet-0 {
    margin-top: 0rem;
  }

  .row {
    margin-top: -32px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .row [class^=col] {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-v-tablet-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

  .col-v-tablet-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .col-v-tablet-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-v-tablet,
  .col-v-tablet-hidden {
    display: none !important;
  }

  .col-v-tablet-mb-0 {
    margin-bottom: 0px !important;
  }

  .col-v-tablet-mt-0 {
    margin-top: 0px !important;
  }

  .tablet-v-visible {
    display: block !important;
  }

  .v-tablet-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .v-tablet-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .v-tablet-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .v-tablet-absolute {
    position: absolute;
  }

  .v-tablet-relative {
    position: relative;
  }

  .v-mt-36 {
    margin-top: 36px !important;
  }

  .v-mt-24 {
    margin-top: 24px !important;
  }

  .v-mt-0 {
    margin-top: 0px !important;
  }

  .v-pt-0 {
    padding-top: 0px !important;
  }

  .v-mb-0 {
    margin-bottom: 0px !important;
  }

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

  .section-main .container {
    max-width: 600px;
    margin: 0 auto;
  }

  .section-main p {
    margin-bottom: 0px;
  }

  .logo-container {
    padding-top: 75px;
  }

  .main-products {
    padding: 75px 0px 0px 0px;
  }

  .main-products-block-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-products-block-title p {
    width: 100%;
    font-size: 18px;
  }

  .index-cases-list.index-cases-list-platform {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .index-cases-list.index-cases-list-platform .slick-track {
    margin-left: 24px !important;
  }

  .index-cases-list.index-cases-list-platform .slick-list {
    margin: 0px -24px;
  }

  .case-item-platform h2 {
    min-height: none;
    -webkit-line-clamp: 3;
  }

  .form form input:not([type=checkbox]) {
    border-radius: 30px;
  }

  .list-item-type-2 {
    padding: 70px 24px 24px 24px;
  }

  .list-item-type-2 .list-item-num {
    font-size: 24px;
    padding: 12px 14px;
  }

  .list-item-type-3 {
    padding: 70px 24px 24px 24px;
  }

  .list-item-type-3 .list-item-num {
    font-size: 24px;
    padding: 12px 14px;
  }

  .list-item-type-4 {
    padding: 70px 24px 24px 24px;
  }

  .list-item-type-4 .list-item-links {
    margin-top: 30px;
  }

  .list-item-type-4 .list-item-num {
    font-size: 24px;
    padding: 12px 14px;
  }

  .list-item-price {
    padding: 30px 0px;
    height: auto;
  }

  .list-item-price div {
    font-size: 30px;
  }

  .subtitle {
    margin: 32px 0px;
  }

  .subtitle-type-2 {
    margin: 32px 0px;
  }

  .section.center-gradient::after {
    width: 1212px;
    height: 600px;
    top: 400px;
  }

  .gradient-section {
    padding: 75px 0px 0px 0px;
  }

  .gradient-section::after {
    display: none;
  }

  .gradient-section .row {
    z-index: auto;
  }

  .gradient-type-2-section {
    padding: 75px 0px 0px 0px;
  }

  .gradient-type-2-section::after {
    display: none;
  }

  .gradient-type-2-section .row {
    z-index: auto;
  }

  .vp-man {
    margin-top: 0px;
  }

  .conf-call-man {
    margin-top: 0px;
  }

  .call-password-man {
    margin-top: 0px;
  }

  .medium-section {
    margin: 56px 0px;
  }

  .medium-section.mb-tablet-0 {
    margin-bottom: 0px;
  }

  .use-item {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px -24px;
    padding: 0px 24px;
    border-radius: 0px;
    padding-top: 56px;
  }

  .banner.mb-80 {
    margin-bottom: 56px;
  }

  .banner-info {
    max-width: 400px;
  }

  .banner-img {
    max-width: 400px;
    position: relative;
    width: 100%;
  }

  .banner-img .auth-success {
    z-index: 2;
    top: auto;
    bottom: 100px;
    left: 20px;
    top: auto;
    bottom: 20px;
    max-width: 250px;
  }

  .banner-img img {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 20px 20px;
  }

  .faq {
    padding: 24px;
    border: 1px solid #3D5172;
  }

  .faq h5,
  .faq h3 {
    font-size: 18px;
    margin: 0px;
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .similar-item {
    border: 1px solid #3D5172;
  }

  .similar-item-title {
    font-size: 18px;
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .similar-item--no-marging {
    min-height: auto !important;
  }

  .similar-slider .slick-list {
    margin: 0px -24px;
  }

  .sms-calc-container {
    padding: 36px;
    margin-bottom: 0px;
  }

  .sms-calc-container .title {
    margin-bottom: 36px;
  }

  .sms-calc-container p {
    font-size: 16px;
  }

  .sms-calc-table-scroll {
    padding: 12px;
    overflow: auto;
    display: block;
  }

  .sms-calc-table table tr th {
    padding: 2px 12px 12px 12px;
    font-size: 18px;
  }

  .sms-calc-table table tr td {
    padding: 8px 12px;
    font-size: 16px;
  }

  .sms-calc-form .btn {
    margin-top: 36px;
  }

  .banner-w-form {
    padding: 36px 36px;
    margin: 0px -24px;
    border-radius: 0px;
  }

  .banner-w-form .row {
    z-index: auto;
  }

  .banner-w-form .title {
    margin-bottom: 12px;
  }

  .banner-w-form form {
    z-index: auto;
  }

  .banner-w-form::after {
    display: none;
  }

  .banner-w-form-type-2 {
    margin-top: 56px;
  }

  .dialog-calc .dialog-subtitle {
    margin-bottom: 36px;
  }

  .dialog-calc-table table td {
    padding: 7px 10px;
  }

  .dialog-calc-table table td:first-child {
    min-width: 190px;
  }

  .dialog-calc-form h3 {
    font-size: 18px;
  }

  .reports-slider {
    margin-bottom: 32px;
  }

  .reports-slider .slick-list {
    margin: 0px -24px;
  }

  .reports-slider .slick-list .slick-track .slick-slide {
    padding-left: 14px;
  }

  .reports-slider .slick-list .slick-track .slick-slide a {
    margin: 0px 10px;
    display: block;
  }

  .comparison-item {
    padding: 32px 24px;
  }

  .benefit-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .benefit-list {
    margin-top: 20px;
  }

  .banner-simple {
    padding: 32px 24px;
  }

  .card-big {
    padding: 24px;
  }

  .card-2 {
    padding: 24px;
  }

  .banner-ivr {
    padding: 40px 24px;
  }

  .banner-ivr-text {
    width: 100%;
  }

  .banner-ivr-logos {
    gap: 24px;
    margin-top: 32px;
  }

  .banner-ivr-img {
    display: none;
  }

  .ivr-banner-man {
    bottom: 20px;
  }

  .nps-opr {
    margin-bottom: 12px;
  }

  .employ-table table tr:nth-child(2) td {
    padding-top: 24px;
  }

  .employ-table table tr:nth-last-child(2) td {
    padding-bottom: 24px;
  }

  .employ-table table th {
    padding: 24px;
    text-align: left;
    font-size: 20px;
    line-height: 145%;
  }

  .employ-table table td:not(.employ-table-footer) {
    padding: 8px 24px;
    min-width: 250px;
  }

  .employ-table-footer {
    text-align: left;
  }

  #cases .swiper-slide {
    margin: 0px;
  }

  .section-main-cp {
    gap: 16px;
    margin-top: 24px;
  }

  .cp-functions {
    margin-top: 56px;
    padding: 32px 24px;
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0px;
  }

  .cp-functions-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .cp-possibilities-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .cp-possibilities-item {
    padding-left: 0px;
  }

  .cp-possibilities-footer {
    padding: 16px;
    font-size: 16px;
    margin-top: 34px;
  }

  .other-page-section {
    margin: 56px 0px;
  }

  .other-page-section h1 {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .banner-subscribe .form h3 {
    font-size: 24px;
    text-align: center;
  }

  .check-item {
    padding: 24px;
  }

  .check-item p.check-item-p {
    font-size: 14px;
    margin: 0px;
  }

  .info-consenta {
    padding: 24px 30px;
  }

  .info-consenta-logo {
    margin-top: 30px;
  }

  .info-consenta-logo img {
    width: 150px;
  }

  .partners-img-form {
    display: none;
  }

  .partners-pay-type-1 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partner-how-earns-1 {
    grid-area: 2/1/3/2;
  }

  .partner-item {
    min-height: auto;
    gap: 0px;
  }

  .partner-item-img img {
    width: 75%;
  }

  .partner-item p {
    margin: 32px 0px;
  }

  .partner-item .btn.btn-l {
    padding: 8px 24px;
    text-align: center;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
  }

  .test-ivr .card-2 {
    padding: 32px 24px;
  }

  .form-test-ivr textarea {
    height: 140px;
  }

  .test-ivr-btn {
    margin-top: 32px;
  }

  #registerFormIframe {
    height: 420px !important;
  }

  .tab-link {
    padding: 24px;
    white-space: nowrap;
  }

  .tab-link p {
    display: none;
  }

  .tab-content {
    padding: 40px 24px 0px 24px;
  }

  .banner-partner-info {
    width: 100%;
    padding: 24px 0px 48px 0px;
  }

  .banner-partner-img {
    width: 400px;
    position: relative;
  }

  .banner-partner-img .auth-success {
    z-index: 2;
    top: auto;
    bottom: 100px;
    left: 20px;
    top: auto;
    bottom: 20px;
  }

  .banner-partner-img img {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 20px 60px;
  }

  .tablet-flex {
    padding-bottom: 24px;
  }

  .developers-custom-row {
    padding-bottom: 10px;
  }

  .card-gradient {
    padding: 40px 24px;
  }

  .team-section h1 {
    font-size: 32px;
  }

  .team-desctiption {
    font-size: 16px;
  }

  .team-info {
    padding: 24px;
  }

  .row.where-use-auth-list {
    margin-top: 16px;
  }

  .where-use-auth {
    padding: 30px 24px;
    border-radius: 0px;
    margin: 0px -24px;
  }

  .where-use-auth-item-icon span {
    font-size: 40px;
  }

  .auth-systems-advantages {
    padding: 30px 24px;
    margin: 0px -24px;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
  }

  .auth-systems-advantages-title a {
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .auth-systems-industr {
    padding: 30px 24px;
    margin: 0px -24px;
    border-radius: 0px;
  }

  .auth-systems-industr::after {
    display: none;
  }

  .auth-systems-industr-content p.auth-systems-industr-p {
    font-size: 16px;
  }

  .auth-systems-industr .row {
    z-index: auto;
  }

  .auth-systems-industr-item-title {
    font-size: 18px;
    padding-right: 30px;
  }

  .auth-systems-secur {
    margin: 0px -24px;
    border-radius: 0px;
    padding: 30px 24px;
  }

  .auth-systems-secur-item {
    margin-bottom: 16px;
  }

  .auth-systems-secur-items-2 {
    margin-top: 30px !important;
  }

  .auth-systems-secur-item-2 {
    padding: 24px;
  }

  .auth-systems-secur-item-2-icon {
    margin-bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .auth-systems-secur-item-2-icon span {
    font-size: 32px;
  }

  .auth-systems-prices .list-item-type-4 {
    padding: 27px 16px 0px 16px;
    height: auto;
  }

  .auth-systems-prices .list-item-type-4 h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
  }

  .auth-systems-prices .list-item-type-4 .btn-fullwidth {
    margin-top: 30px;
  }

  .auth-systems-prices .list-item-type-5 p {
    margin-bottom: 0px;
  }

  .auth-systems-prices .list-item-type-5 {
    padding: 60px 16px 0px 16px;
    height: auto;
  }

  .auth-systems-prices .list-item-type-5 h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .auth-systems-prices .list-item-type-5 .btn-fullwidth {
    margin-top: 30px;
  }

  .smi-section .smi-description {
    margin: 36px 0px;
    font-size: 18px;
  }

  .industries .card-2 {
    margin: 0px -24px;
    border-radius: 0px;
    padding: 52px 24px 36px 24px;
  }

  .salutebot-section .card-gradient {
    margin: 0px -24px;
    padding: 32px 24px;
    border-radius: 0px;
  }

  .service-section-descr img {
    display: none;
  }

  .service-section-descr p {
    text-align: left;
    font-size: 16px;
  }

  .btn-section-sms-service {
    margin-top: 12px;
  }

  .services-prices .list-item-type-4 {
    padding: 24px;
    height: auto;
    padding-bottom: 0px;
  }

  .service-economic {
    margin: 0px -24px;
    border-radius: 0px;
    padding: 36px 24px;
  }

  .service-economic .description {
    text-align: left;
    font-size: 16px;
  }

  .service-economic_card-footer {
    font-size: 16px;
    margin-top: 24px;
  }

  .service-improvement .card-2 {
    padding: 36px 24px;
    margin: 0px -24px;
    border-radius: 0px;
  }

  .service-improvement .card-2 .row {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .service-improvement .card-2 .row .card {
    padding: 24px;
  }

  .service-improvement .card-2 .row .card p {
    margin-bottom: 0px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid-1 {
    grid-area: auto;
  }

  .services-grid-2 {
    grid-area: auto;
  }

  .services-grid-3 {
    grid-area: auto;
  }

  .tg-cascad .card-2 {
    padding: 34px 24px;
  }

  .tg-cascad-img {
    display: none;
  }

  .tg-cascad-tags {
    margin-top: 0px;
  }

  .tg-cascad-tags .tg-cascad-tag {
    padding: 12px 20px;
    font-size: 14px;
  }

  .comfortable-and-economic-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .comfortable-and-economic-text p {
    margin: 0px 0px 16px 0px;
  }

  .comfortable-and-economic-icons {
    margin: 38px auto;
  }

  .comfortable-and-economic-icons div {
    width: 52px;
    height: 52px;
  }

  .comfortable-and-economic-icons div > * {
    font-size: 24px;
  }

  .history-section h1 {
    font-size: 24px;
  }

  .history-section h2 {
    font-size: 28px;
  }

  .history-timeline-overflow {
    margin-top: 20px;
  }

  .history-timeline {
    padding-right: 70px;
  }

  .history-timeline::before {
    right: 70px;
  }

  .history-slide {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .history-slide-left p {
    font-size: 18px;
  }

  .history-slide-year {
    font-size: 40px;
  }

  .recent-blog .similar-slider .slick-list {
    margin: 0px -24px;
    padding-right: 0px;
    padding-left: 12px;
  }

  .mincifra .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .mincifra .container img {
    min-width: 50px;
  }

  .speach-sense-business-task .subtitle {
    margin: 24px 0px;
    text-align: left;
  }

  .speach-sense-business-task-item {
    padding: 18px;
  }

  .speach-sense-business-task-item img {
    margin-bottom: 20px;
  }

  .who-uses-speach-sence .subtitle {
    margin: 24px 0px;
    text-align: left;
  }

  .who-uses-speach-sence .card-gradient {
    padding: 18px;
  }

  .who-uses-speach-sence .card-gradient h4 {
    min-height: auto;
    margin-bottom: 16px;
  }

  .how-work-speach-sence-item {
    padding: 18px;
  }

  .speach-sense-compar .card-2 {
    padding: 18px;
  }

  .speach-sense-compar .card-2 img {
    margin-bottom: 12px;
  }

  .speach-sense-compar-title {
    font-size: 18px;
    margin: 20px 0px;
  }

  .speach-sense-compar-list p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .auth-by-call .title {
    text-align: left;
  }

  .auth-by-call .subtitle {
    text-align: left;
  }

  .auth-by-call__where-use .card-gradient {
    padding: 30px 24px;
  }

  .card.how-work {
    background-position: center 70%;
    background-size: 550px;
    padding: 24px;
  }

  .card.how-work .row {
    width: auto;
  }

  .card.how-work h4 {
    font-size: 24px;
  }

  .card.how-work p {
    font-size: 16px;
  }

  .card.how-work .guard-text {
    margin-top: 230px;
  }

  .card.how-work-label-index {
    padding: 24px;
  }

  .card.how-work-label-index p {
    margin-top: 16px;
  }

  .card.how-work-label-index .btn {
    margin-top: 230px;
  }

  .card.how-work-label-index {
    background-position: center 95%;
    background-size: 550px;
    padding: 24px;
  }

  .card.how-work-item {
    padding: 24px;
    margin-top: 0px;
    height: 100%;
  }

  .card.how-work-item .how-work-title {
    font-size: 18px;
  }

  .card.when-work .when-work-title {
    font-size: 24px;
    padding: 0px;
    margin-bottom: 20px;
  }

  .card.when-work {
    background-image: none;
  }

  .section-simple-form {
    padding: 24px;
  }

  .section-simple-form h3 {
    font-size: 24px;
  }

  .section-simple-form p {
    font-size: 16px;
  }

  .section-simple-form-now {
    width: 220px;
  }

  .section-simple-form-now p {
    font-size: 16px;
  }

  .label-form-phone {
    max-width: 100%;
  }

  .sms-target-item .card-right-check {
    min-width: 45px;
    height: 45px;
  }

  .sms-target-item .card-right-check span {
    font-size: 16px;
  }

  .sms-target-item p {
    width: 85%;
  }

  .sms-target-item {
    padding: 24px;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sms-target-target {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .sms-target-steps-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .sms-target-steps-card .btn {
    left: 24px;
    bottom: 38px;
    width: calc(100% - 58px);
  }

  .sms-target-steps-card {
    padding: 30px 24px 136px 24px;
  }

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

  .short-links-container {
    padding: 26px;
    padding-bottom: 210px;
    background-size: 300px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .auth-systems-prices .list-item-type-4 h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .auth-systems-prices .list-item-type-5 h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 576px) {
  .section-index_main__right {
     margin: -50px auto 0px auto;
  }
	
	.section.cases-section {
		margin-bottom: 0px;
	}	
   	
  .logo {
    width: 104px;
  }

  .header-products .header-products-blocks .header-products-block-item {
    width: 100%;
  }

  .case-item-footer {
    font-size: 14px;
  }

  .cases-nav a {
    font-size: 16px;
    padding: 10px 20px;
  }

  .dialog-case-img {
    margin-bottom: 20px;
  }

  .dialog-case-service {
    margin-bottom: 30px;
  }

  .dialog-case-service h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .dialog-case-service ul li {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .dialog-case > ul > li {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .dialog-case ul li {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .section-index_main {
    padding: 24px 0px 34px 0px;
  }

  .section-index_main h1 {
    font-size: 40px;
    line-height: 135%;
  }

  .section-index_main__right img {
    max-width: 110%;
    width: 110%;
    position: relative;
    left: -5%;
  }

  .section-index_main .row {
    padding-bottom: 85px;
  }

  .main-index-label h3 {
    font-size: 16px;
  }

  .main-index-label .btn {
    margin: 1rem 0px 0px 0px;
    height: 30px;
    font-size: 16px;
    padding: 6px 16px;
  }

  .main-index-label p {
    font-size: 12px;
    margin: 0px;
  }

  .main-index-label img {
    width: 102px;
    margin-top: 1rem;
  }

  .main-index-label img.desctop-boy {
    width: 70px;
    height: 70px;
    right: auto;
    left: 0px;
    top: 102%;
    bottom: auto;
  }

  .main-index-label {
	width: 235px;
	padding: 30px;
	right: auto;
	left: 0px;
	top: 90px;
  }

  .section-index_products_item {
    padding: 20px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-index-second-section-separator {
    width: calc(100% + 48px);
    margin: 32px -24px;
  }

  .new-card.main-index-block-video p {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .new-card.main-index-block-video .video::after {
    width: 41px;
    height: 41px;
    background-size: 41px;
  }

  .new-card.main-index-block-video .video p {
    font-size: 12px;
    right: 30px;
    top: calc(50% - 25px);
    width: 85px;
  }

  .new-card.main-index-block-video .main-index-video-man {
    width: 113px;
    right: 60%;
  }

  .new-card.main-index-price-card h3 {
    font-size: 18px;
  }

  .new-card.main-index-price-card .main-index-price {
    margin: 1.5rem 0px;
    font-size: 26px;
  }

  .new-card.main-index-price-card p {
    margin: 24px 0px;
  }

  .new-card.main-index-price-card a {
    margin-top: 0px;
  }

  .new-card.main-index-price-card .col-12 {
    margin-top: 0px;
  }

  .main-index-voice-col-text h3 {
    font-size: 20px;
    line-height: 145%;
  }

  .main-index-voice-robot {
    width: 150%;
    max-width: 150%;
    left: -65%;
    display: block;
    position: relative;
  }

  .row [class^=col].main-index-voice-col-text {
    padding: 0px;
  }

  .main-index-actial-base {
    width: 190%;
    max-width: 190%;
    left: -80%;
    display: block;
    position: relative;
  }

  .new-card.main-index-sale-item .main-index-sale-item-sale {
    position: initial;
    font-size: 15px;
    color: #fff;
    margin-top: 1rem;
    background: transparent;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
    font-weight: 400;
  }

  .new-card.main-index-sale-item .main-index-sale-item-month {
    font-size: 18px;
    background: -o-linear-gradient(2.84deg, #50FFEA 0.16%, #9572D3 55.31%);
    background: linear-gradient(87.16deg, #50FFEA 0.16%, #9572D3 55.31%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .new-card.main-index-sale-item p {
    margin-top: 1rem;
    font-size: 26px;
    font-weight: 500;
  }

  .section-call-back_cascade .card-gradient-reverse .btn {
    font-size: 14px;
    font-size: 14px;
    padding: 17px 24px;
    text-align: center;
  }

  .new-card-60 {
    padding: 24px;
  }

  .new-card-40 {
    padding: 24px;
  }

  .new-card-24-40 {
    padding: 32px 24px;
  }

  .new-card-24 {
    padding: 24px;
  }

  .new-card-32 {
    padding: 24px 16px;
  }

  .new-card-34 {
    padding: 24px 16px;
  }

  .new-card h2.fz-30 {
    font-size: 18px;
  }

  .new-card h2 {
    font-size: 18px;
  }

  .new-card h3 {
    font-size: 18px;
  }

  .new-card p {
    font-size: 15px;
  }

  .new-card p.mt-40 {
    margin-top: 16px !important;
  }

  .custom-table-border__vertical > div h3 {
    font-size: 18px;
  }

  .section.cases-section {
    padding: 24px 0px 24px 0px;
  }

  .section.cases-section .cases-header-subtitle {
    font-size: 16px;
  }

  .section.cases-section .cases-header-title {
    font-size: 20px;
  }

  .section.cases-section .case-item {
    padding: 0px;
  }

  .banner-type-1 p {
    font-size: 15px;
  }

  .banner-type-1 .v-tablet-absolute {
    top: 70px;
  }

  .banner-type-section--conf-call .banner-type-1 .v-tablet-absolute {
    top: 100px;
  }

  .banner.banner-auth .banner-img {
    height: 163px;
  }

  .fc-different .btn {
    width: 100%;
    font-size: 16px;
  }

  .fc-different .btn.btn-l {
    padding: 18px 24px;
  }

  .fc-different .btn.mt-40 {
    margin-top: 24px !important;
  }

  .custom-table-border__horizontal > div.cascade--dop-item p {
    font-size: 15px;
  }

  .banner.banner-label .banner-label-info p {
    font-size: 15px;
  }

  .philanthropy-why .gradient-card p {
    font-size: 15px;
  }

  .philanthropy-why .gradient-text p {
    font-size: 15px;
  }

  .philanthropy-why .custom-table-border__vertical {
    margin-top: 24px;
  }

  .banner-type-1 .v-tablet-absolute.why-label-img {
    top: 10px;
    right: -80px;
  }

  .banner-type-1 .v-tablet-absolute.why-label-img img {
    max-width: 180px;
  }

  .banner-type-1 .v-tablet-absolute.why-hlr-img {
    top: 50px;
    right: -80px;
  }

  .banner-type-1 .v-tablet-absolute.why-hlr-img img {
    max-width: 180px;
  }

  .banner-type-1 .v-tablet-absolute {
    top: 25px;
  }

  .banner-type-1 .v-tablet-absolute img {
    max-width: 140px;
  }

  .infopartners-format-item h3 {
    margin-bottom: 16px;
  }

  .infopartners-format-item ul.gal-list {
    margin: 16px 0px;
  }

  .infopartners-format-item ul.gal-list:last-child {
    margin-bottom: 0px;
  }

  ul.gal-list li {
    font-size: 15px;
  }

  .partner-infopartner-text {
    padding: 24px 16px;
  }

  .banner-type-1 .v-tablet-absolute.v-tablet-absolute-guard {
    top: 65px;
  }

  .banner-type-1 .v-tablet-absolute.v-tablet-absolute-guard img {
    max-width: 90px;
  }

  .banner-type-1 .v-tablet-absolute.why-mass-out-img {
    top: 85px;
  }

  .banner-type-1 .v-tablet-absolute.why-mass-out-img img {
    max-width: 110px;
  }

  .btn-l {
    padding: 16px 24px;
    text-align: center;
  }

  .btn-xl {
    height: 54px;
    font-size: 18px;
    padding: 16px 50px;
  }

  .btn-xxl {
    height: 54px;
    font-size: 18px;
    padding: 16px 16px;
  }

  .row {
    margin-top: -12px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .row [class^=col] {
    margin-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .col-mobile-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }

  .col-mobile-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }

  .col-mobile-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .mobile-none {
    display: none;
  }

  .footer {
    padding: 26px 0px 60px 0px;
  }

  .footer .footer-nav__title {
    font-size: 20px;
    margin: 16px 0px 12px 0px;
  }

  .footer a.no-link {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer .footer-socials {
    margin-top: 25px;
  }

  .footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  .footer .footer-nav a {
    margin-bottom: 0px;
  }

  .section-main {
    padding: 32px 0px 0px 0px;
  }

  .section-main h1 {
    font-size: 42px;
  }

  .section-main p {
    margin: 25px 0px;
    font-size: 20px;
  }

  .logo-slider {
    gap: 20px;
  }

  .main-products .about-info-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-products .about-info div {
    font-size: 32px;
  }

  .main-products .about-info p {
    font-size: 18px;
    margin: 8px 0px 0px 0px;
  }

  .main-products-container {
    margin-top: 48px;
    padding-top: 40px;
    gap: 0px;
  }

  .main-products-categoty {
    padding: 20px;
    height: 44px;
    padding: 10px 24px;
  }

  .main-products-categoty .main-products-categoty-title {
    font-size: 16px;
    font-weight: 500;
  }

  .main-products-categoty-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    font-size: 18px;
  }

  .main-products-categoty p {
    font-size: 16px;
    margin: 8px 0px 0px 0px;
  }

  .main-products-block {
    margin: 0px -24px;
    padding: 10px 24px 0px 24px;
  }

  .main-products-block-title img {
    width: 75px;
  }

  .main-products-block-list {
    gap: 30px 18px;
  }

  .main-products-block-item {
    width: calc(50% - 9px);
  }

  .main-products-block-item h4 {
    font-size: 18px;
  }

  .main-products-block-item h4::after {
    display: none;
  }

  .main-products-block-item p {
    font-size: 14px;
    margin: 8px 0px 0px 0px;
  }

  .index-cases {
    padding: 56px 0px;
  }

  .index-cases .cases-header-subtitle {
    font-size: 16px;
  }

  .index-cases .cases-header-title {
    font-size: 24px;
  }

  .index-cases-list {
    margin-top: 16px;
  }

  .index-cases-list .slick-list {
    margin: 0px -24px !important;
  }

  .index-cases-list .slick-list .swiper-slide {
    margin-left: 24px !important;
  }

  .case-item {
    max-width: 100%;
  }

  .case-item .case-item-img {
    margin-bottom: 10px;
  }

  .case-item h2,
  .case-item h3,
  .case-item .case-item-title {
    font-size: 18px;
    margin: 10px 0px;
  }

  .case-item p {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    min-height: none;
  }

  .section-index-form {
    padding: 0px 0px 55px 0px;
  }

  .index-form-container {
    padding: 50px 24px 50px 24px;
    margin: 0px -24px;
    border-radius: 0px;
  }

  .index-form-mark {
    width: 240px;
    float: right;
    margin-right: -24px;
  }

  .index-form-mark-logo {
    width: 38px;
    height: 38px;
  }

  .index-form-mark-logo img {
    width: 18px;
  }

  .index-form-mark p {
    font-size: 12px;
  }

  .form h2 {
    font-size: 24px;
    margin: 0px 0px 20px 0px;
  }

  .form p {
    font-size: 18px;
    margin: 20px 0px 32px 0px;
  }

  .form-footer {
    font-size: 12px;
  }

  .sberbanner {
    margin-top: 50px;
  }

  .fancybox-content {
    padding: 44px 24px;
  }

  .fancybox-content .fancybox-close-small {
    right: 16px;
    top: 12px;
  }

  .dialog-contacts h2 {
    font-size: 24px;
  }

  .page-main.pt-72 {
    padding: 36px 0px 60px 0px;
  }

  .page-main h1 {
    font-size: 32px;
  }

  .page-main .section-main-imgs img {
    max-width: 280px;
  }

  .page-main p {
    margin: 25px 0px;
    font-size: 18px;
  }

  .page-main {
    padding: 36px 0px 60px 0px;
  }

  .page-main .btn {
    width: 100%;
    min-width: auto;
  }

  .page-main-prices {
    margin-top: 0px;
  }

  .page-main-prices .page-main-price {
    padding: 12px;
  }

  .page-main-prices .page-main-price p {
    font-size: 12px;
  }

  .list-item-type-2 h4 {
    font-size: 16px;
  }

  .list-item-type-2 p {
    font-size: 14px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 36px;
    text-align: left;
  }

  .subtitle {
    font-size: 14px;
  }

  .subtitle-type-2 {
    font-size: 14px;
  }

  .section.normal-section .section-header-type-1 {
    margin-bottom: 24px;
  }

  .section.normal-section .section-header-type-1 .title {
    padding-left: 0px;
    font-size: 15px;
    color: rgb(80, 255, 234);
    -webkit-text-fill-color: rgb(80, 255, 234);
    text-fill-color: rgb(80, 255, 234);
  }

  .gradient-section.pb-80 {
    padding-bottom: 56px;
  }

  .gradient-section.pb-50 {
    padding-bottom: 24px;
  }

  .gradient-section {
    padding-top: 56px;
  }

  .gradient-type-2-section.pb-80 {
    padding-bottom: 56px;
  }

  .gradient-type-2-section {
    padding-top: 56px;
  }

  .medium-section .title {
    margin-bottom: 36px;
  }

  .advange-item {
    padding: 18px;
  }

  .advange-item p {
    font-size: 14px;
  }

  .advange-item-head {
    height: 42px;
    margin-bottom: 16px;
  }

  .advange-item-title {
    font-size: 18px;
  }

  .advange-item-icon span {
    font-size: 42px;
  }

  .advange-item-type-2 .advange-item-icon {
    margin-bottom: 14px;
  }

  .use-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding: 20px;
  }

  .use-item::before {
    position: inherit;
    left: auto;
    top: auto;
  }

  .use-item p {
    font-size: 14px;
  }

  .banner {
    padding-top: 36px;
  }

  .banner-info {
    width: 100%;
    padding: 24px 0px 35px 0px;
  }

  .banner-info h4,
  .banner-info h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .banner-img .auth-success p {
    font-size: 14px;
  }

  .faq p {
    font-size: 14px;
  }

  .similar-item {
    min-height: 225px;
  }

  .similar-item-text p {
    font-size: 14px;
  }

  .sms-calc-container {
    margin-left: -24px;
    margin-right: -24px;
    border-radius: 0px;
    padding: 56px 24px;
    width: auto;
  }

  .calc-row-label {
    font-size: 16px;
  }

  .calc-row-radios span {
    font-size: 14px;
  }

  .calc-row-input-range {
    width: 100%;
  }

  .calc-input {
    width: 100%;
  }

  .banner-w-form {
    padding: 36px 20px;
  }

  .banner-w-form .title {
    margin-bottom: 24px;
  }

  .banner-w-form .sms-banner-man .sms-banner-man-img {
    display: none;
  }

  .banner-w-form .banner-w-form-now .logo-unibell {
    width: 34px;
    height: 34px;
  }

  .banner-w-form .banner-w-form-now .logo-unibell img {
    width: 50%;
  }

  .banner-w-form .banner-w-form-now p {
    font-size: 11px;
  }

  .banner-w-form .banner-w-form-now {
    bottom: 10px;
  }

  .banner-w-form .banner-w-form-now {
    width: 200px;
    right: -24px;
    height: 43px;
    gap: 8px;
  }

  .dialog-calc-table {
    font-size: 14px;
  }

  .vp-banner-code .code {
    left: 0px;
  }

  .comparison-item-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .comparison-item-list-title {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .comparison-item-price {
    font-size: 16px;
    margin-top: 32px;
  }

  .benefit .btn {
    margin-top: 24px;
  }

  .benefit-list ul li {
    font-size: 14px;
  }

  .banner-simple .title {
    margin-bottom: 10px;
  }

  .banner-simple p {
    font-size: 14px;
  }

  .banner-simple .btn {
    margin-top: 24px;
  }

  .stat-item p {
    font-size: 14px;
  }

  .card-title {
    font-size: 18px;
  }

  .card p {
    font-size: 14px;
  }

  .nps-opr p {
    font-size: 16px;
  }

  .table-overflow .employ-table th,
  .table-overflow .employ-table td {
    font-size: 16px;
    padding: 12px 24px;
  }

  .cp-functions p {
    font-size: 14px;
    margin: 0px 0px 16px 0px;
  }

  .cp-possibilities-item p {
    font-size: 14px;
  }

  .cp-possibilities-item ul li {
    font-size: 14px;
  }

  .page-cp h1 {
    font-size: 24px;
  }

  .other-page-section {
    margin: 36px 0px 56px 0px;
  }

  .banner-subscribe {
    padding-bottom: 36px;
  }

  .dialog-slider {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .dialog-slider-header {
    margin-bottom: 30px;
  }

  .dialog-slider-header h4 {
    font-size: 18px;
  }

  .partner-how-earns-1 img {
    width: 82px;
  }

  .partner-how-earns-2 p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .partner-how-earns-title {
    font-size: 24px;
  }

  .partner-how-earns-calc {
    font-size: 18px;
  }

  .partner-item {
    padding: 24px 30px;
    border-radius: 24px;
  }

  .partner-item p {
    font-size: 15px;
  }

  .use-service {
    padding: 24px 20px;
  }

  .use-service h4,
  .use-service h3 {
    font-size: 18px;
  }

  .use-service p {
    font-size: 14px;
    margin-top: 12px;
  }

  .tab-link h3 {
    font-size: 16px;
    gap: 8px;
  }

  .tab-link h3 [class^=icon-] {
    font-size: 16px;
  }

  .where-use-auth-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .where-use-auth-content ul li {
    font-size: 14px;
  }

  .where-use-auth-item p {
    font-size: 14px;
    margin-top: 30px;
  }

  .auth-systems-advantages p {
    font-size: 14px;
  }

  .auth-systems-solution-info p {
    margin-left: -50px;
  }

  .auth-systems-solution-title {
    min-height: 49px;
  }

  .auth-systems-solution p {
    font-size: 14px;
  }

  .auth-systems-industr p {
    font-size: 14px;
  }

  .auth-systems-secur-item p {
    font-size: 14px;
  }

  .auth-systems-secur-item-2 p {
    font-size: 14px;
  }

  .section-index_systems-prices .title {
    text-align: center;
  }

  .auth-systems-prices .list-item-type-4 p {
    font-size: 14px;
  }

  .auth-systems-prices .list-item-type-5 p {
    font-size: 14px;
  }

  .industries-item {
    padding: 56px 30px 30px 20px;
  }

  .salutebot-section .card-gradient .title {
    margin-bottom: 36px;
  }

  .salutebot-section .card-gradient .btn {
    margin: 16px 0px 20px 0px;
  }

  .salutebot-section .card-gradient img {
    margin-bottom: 0px;
  }

  .services-prices .list-item-type-4 h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .service-economic_calc {
    font-size: 18px;
    padding: 16px 12px;
  }

  .service-economic_calc-wrap span {
    display: block;
  }

  .history-section {
    margin: 36px 0px 56px 0px;
  }

  .history-slide-text p {
    font-size: 14px;
  }

  .blog-section h1 {
    font-size: 18px;
  }

  .mincifra {
    padding: 18px 0px;
  }

  .mincifra .container p {
    font-size: 14px;
  }

  .licenses-list {
    margin: 0px 0px 50px 0px;
  }

  .licenses-list .license {
    padding: 30px 20px;
    border-radius: 20px;
    gap: 16px;
  }

  .licenses-list .license a {
    height: 240px;
  }

  .licenses-list .license a img {
    height: 240px;
  }

  .licenses-list .license p {
    font-size: 14px;
  }

  .sms-page-gift {
    padding: 16px;
    margin-top: 24px;
  }

  .sms-page-gift p {
    font-size: 14px;
    margin: 0px;
  }

  .auth-by-call__item-text h4,
  .auth-by-call__item-text h3 {
    font-size: 18px;
  }

  .auth-by-call__item-icon {
    width: 70px;
    min-width: 70px;
  }

  .index-subscribe-section .subtitle {
    text-align: left;
  }

  .index-subscribe-section .index-subscribe-item {
    height: 160px;
  }

  .index-subscribe-section .index-subscribe-head {
    font-size: 18px;
  }

  .index-subscribe-section .index-subscribe-body {
    font-size: 20px;
  }

  .guard-text p {
    font-size: 14px;
  }

  .card.how-work .guard-text {
    padding: 22px 12px;
  }

  .card.how-work .guard-text p {
    font-size: 14px;
  }

  .card.how-work-item p {
    font-size: 16px;
    margin-top: 0px;
  }

  .card-right-check {
    width: 32px;
    height: 32px;
  }

  .card-right-check span {
    font-size: 12px;
  }

  .sms-target-item .card-right-check {
    min-width: 32px;
    height: 32px;
  }

  .sms-target-item .card-right-check span {
    font-size: 12px;
  }

  .sms-target-item p {
    width: 90%;
  }

  .sms-target-step h4 {
    font-size: 18px;
  }

  .sms-target-params .card.how-work-item img.sms-target-geo-img {
    max-height: 80px;
  }

  .sms-target-params .card.how-work-item img.sms-target-house-img {
    max-height: 100px;
  }

  .label-bar {
    font-size: 12px;
  }

  .short-links-container {
    background-size: 240px;
  }

  .short-links-container p {
    font-size: 16px;
    margin: 20px 0px;
  }

  .short-links .short-link__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
	
	.section.cases-section.cases-section-page  {
		margin-bottom: 0px;
	}
}

@media (max-width: 390px) {
  .section-target-sms-main h1 {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  .section-index_products_item div {
    font-size: 24px;
  }

  .section-index_products_item p {
    font-size: 13px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}