@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.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.87;
  -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-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(0%);
  max-width: calc(0%);
  max-height: -webkit-calc(12%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    color-stop(80%, rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  -o-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.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 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  -o-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  -o-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  padding: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  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 > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  max-height: -webkit-calc(92%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 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);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(90%);
    max-width: calc(90%);
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@font-face {
  font-family: "OpenSans";
  src: url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Regular.woff2) format("woff2"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Regular.woff) format("woff"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Italic.woff2) format("woff2"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Italic.woff) format("woff"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Bold.woff2) format("woff2"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Bold.woff) format("woff"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-BoldItalic.woff2) format("woff2"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-BoldItalic.woff) format("woff"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-SemiBold.woff2) format("woff2"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-SemiBold.woff) format("woff"),
    url(/_mirror/wp-content/themes/stecpoint-new/font/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  overflow-x: auto;
  overflow-y: scroll !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
body {
  font-family: "OpenSans", sans-serif;
  color: #1e1e1e;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  overflow: hidden;
  min-width: 320px;
  line-height: 1.5;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 72px;
  position: relative;
  z-index: 1;
  height: auto !important;
}
a {
  color: #fa6d21;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #ec3716;
}
a:focus,
a:active {
  outline: none;
}
.link {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link:hover {
  color: #ec3716;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input,
button,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #cfcfcf;
  font-weight: 400;
}
:-ms-input-placeholder {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #cfcfcf;
  font-weight: 400;
}
::-webkit-input-placeholder {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  color: #cfcfcf;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
  max-width: 100%;
}
ul {
  list-style: none;
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.container .container {
  padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
@media (max-width: 479px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.flex-row {
  font-size: 1rem !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
/* main */
.header {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 666;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s, background-color 0.4s;
}
.header--transparent {
  background: transparent;
}
.header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(25, 10, 3, 0.1);
  box-shadow: 0 5px 30px rgba(25, 10, 3, 0.1);
}
.header-row {
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .header-row {
    margin: 0 -25px;
  }

  .header-col-contacts.header-col {
    padding-right: 25px;
  }
}
.header-col {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .header-col {
    padding: 0 39px;
  }
  .header-col-logo {
    padding: 0 3px 0 25px;
  }
}
@media (max-width: 1023px) {
  .header-col-logo {
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .header-col-logo {
    margin-left: -16px;
  }
}
.header-col-menu {
  margin-right: auto;
}
@media (max-width: 1023px) {
  .header-col-menu {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 666;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .header-col-menu-open {
    display: none;
  }
}
@media (max-width: 479px) {
  .header-col-contacts {
    display: none;
  }
}
.logo {
  display: block;
}
.logo img {
  display: block;
}
.header-menu-open {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/menu_open.svg) center no-repeat;
  background-size: contain;
}
.header-menu-open.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/menu_close.svg) center no-repeat;
  background-size: contain;
}
.header-menu-open.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu-open.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .header-menu-wrapp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f9f9f9;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    padding-bottom: 15px;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    will-change: transform;
  }
}
@media (min-width: 1024px) {
  .header-menu-wrapp .container {
    padding: 0;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .header-menu-wrapp .container {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header-menu-opened .header-col-menu,
  .header-menu-opened .header-menu-wrapp {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
.header-menu-is-open {
  overflow-y: hidden !important;
}
@media (max-width: 1023px) {
  .header-menu-is-open .header-col-menu {
    visibility: visible;
    opacity: 1;
  }
  .header-menu-is-open .header-menu-wrapp {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 1024px) {
  .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}
.header-menu > li.empty > a {
  pointer-events: none;
  text-decoration: none;
}
.header-menu > li > a {
  display: block;
  padding: 10px 17px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: inherit;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.header-menu > li > a span {
  position: relative;
}
.header-menu > li > a span::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background: #FA6D21;
  border-radius: 2px 2px 0px 0px;
  width: 0;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header-menu > li > a:before {
    content: "";
    position: absolute;
    height: 78px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -39px;
  }
}
.header-menu > li > a:hover span::before {
  width: 100%;
}
.header-menu > li > a span {
  display: block;
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
.header-menu > li.menu-item-has-children > a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header-menu > li.menu-item-has-children > a {
    padding-right: 37px;
    pointer-events: none;
  }
}
.header-menu > li.menu-item-has-children > a span {
  padding-right: 0;
  position: relative;
}
.header-menu > li.menu-item-has-children > a span:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/menu_arrow.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}
@media (min-width: 1024px) {
  .header-menu > li.menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-menu > li.menu-item-has-children:hover > a {
    background-color: #fdfdfd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 1023px) {
  .header-menu > li.menu-item-has-children.active > a span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 1023px) {
  .header-menu > li.menu-item-has-children {
    cursor: pointer;
  }
  .header-menu > li.menu-item-has-children > a {
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {
  .sub-menu {
    display: block !important;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    min-width: 204px;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    z-index: 6;
    padding: 22px 16px;
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
    border-radius: 8px;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, -o-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s,
      -webkit-transform 0.4s, -o-transform 0.4s;
  }
}
@media (max-width: 1023px) {
  .sub-menu {
    display: none;
    padding: 10px 5px;
  }
}
.sub-menu li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.sub-menu li > span {
  display: block;
  padding: 5px 10px;
  min-width: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sub-menu a {
  display: block;
  text-decoration: none;
  padding: 14px 0;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  min-width: 1px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}
.sub-menu a:hover {
  color: #ec3716;
}
.sub-menu .current-menu-item > a {
  color: #ec3716;
}
.header-contacts {
  text-align: right;
}
.header-contacts li + li {
  margin-top: 5px;
}
.header-contacts a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  color: inherit;
}
.header-contacts a:hover {
  color: #ec3716;
}
.tel-link {
  font-weight: 700;
}
.email-link {
  text-decoration: underline;
}
.header-contacts-mobile {
  padding: 20px 0;
  margin-top: 20px;
  border-top: solid 1px #cfcfcf;
  padding-left: 16px;
}
.header-contacts-mobile .header-contacts {
  text-align: left;
}
@media (min-width: 480px) {
  .header-contacts-mobile {
    display: none;
  }
}

.main {
  padding: 60px 0 80px;
  /*background-image: -o-linear-gradient(299.96deg, #FF8024 0%, #FA6D21 52.58%, #EA5616 100%);*/
  /*background-image: linear-gradient(150.04deg, #FF8024 0%, #FA6D21 52.58%, #EA5616 100%);*/
  color: #1e1e1e;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.main--home {
  padding-top: 96px;
  padding-bottom: 32px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg-4.svg) no-repeat top 28px right, linear-gradient(197deg, #FFFFFF 40.7%, #FFF3EC 100%);
}
@media (max-width: 767px) {
  .main {
    padding: 64px 0 60px;
  }
}
.main-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200%;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg.svg) center center repeat-y;
  will-change: transform;
  background-size: 2656px 5093px;
}
.parallax-static {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg.svg) center top repeat-y;
  background-size: 100%;
}
.page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.page-title + .section-title-desc {
  margin-top: -40px;
}
.main-page-title {
  margin-bottom: 16px;
  max-width: 780px;
}
@media (max-width: 767px) {
  .page-title + .section-title-desc {
    margin-top: -30px;
  }
}
@media (max-width: 479px) {
  .page-title + .section-title-desc {
    margin-top: -25px;
  }
}
@media (max-width: 479px) {
  .main-page-title {
    margin-left: -16px;
  }
}
.main-about-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-about-row + .main-about-row {
  margin-top: 30px;
}
.main-about-col {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}
@media (max-width: 479px) {
  .main-about-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-services {
  margin-top: 144px;
}
@media (max-width: 1023px) {
  .main-services {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .main-services {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .main-services {
    margin-top: 72px;
    margin-right: -16px;
    margin-left: -16px;
  }
}
.section-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.main-services-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .main-services-row {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.main-services-col {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 30px;
}
@media (max-width: 479px) {
  /* .main-services-col:nth-child(odd) .main-service {
    margin-left: -40px;
    margin-right: -16px;
  }
  .main-services-col:nth-child(odd) .main-service-body {
    padding-left: 40px;
  }
  .main-services-col:nth-child(even) .main-service {
    margin-right: -40px;
    margin-left: -16px;
  }
  .main-services-col:nth-child(even) .main-service-body {
    padding-right: 40px;
  } */
}
.main-service {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  border: 1px solid #f3f5f8;
}
.main-service:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.1);
}
.main-service-disabled-link:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
}
.main-service-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.main-service-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  will-change: opacity;
  width: 79px;
  height: 79px;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .main-service-bg {
    width: 53px;
    height: 53px;
    margin-bottom: 24px;
  }
}

.main-service-bg:before {
  opacity: 0;
}
@supports (mix-blend-mode: hard-light) {
  .main-service-bg:before {
    mix-blend-mode: hard-light;
    opacity: 1;
  }
}
.main-service-bg:after {
  opacity: 0.85;
}
.main-service-body {
  padding: 30px 32px 44px;
  position: relative;
  z-index: 1;
  color: #1e1e1e;
  border: solid 2px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 479px) {
  .main-service-body {
    padding: 24px 18px 32px;
  }
}
.main-service-title {
  margin-bottom: 20px;
}
.main-service-title span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main-service:hover .main-service-title span {
  color: #fa6d21;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .main-service-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-service-title {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .main-service-title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.main-service-desc {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 479px) {
  .main-service-desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .main-service-desc {
    font-size: 16px;
  }
}
.main-servides-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
}
@media (max-width: 1023px) {
  .main-servides-info {
    margin: 40px -15px;
  }
}
@media (max-width: 479px) {
  .main-servides-info {
    margin: 0 -15px -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.main-servides-info li {
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .main-servides-info li {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .main-servides-info li {
    padding: 0 15px 20px;
    width: 100%;
  }
}
.main-servides-info-number {
  display: block;
  font-size: 110px;
  line-height: 1;
}
@media (max-width: 1023px) and (min-width: 480px) {
  .main-servides-info-number {
    font-size: 80px;
  }
}
.main-servides-info-link {
  display: block;
  color: inherit;
}
.main-servides-info-link:hover {
  color: #fa6d21;
}
.main-servides-info-link .main-servides-info-desc {
  border-bottom: solid 1px;
}
.main-products {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .main-products {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.main-products-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-products-col {
  width: 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-products-col:nth-child(odd) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.main-products-col:nth-child(odd).active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.main-products-col:nth-child(even) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.main-products-col:nth-child(even).active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .main-products-col {
    width: 100%;
  }
}
.main-product-img {
  display: block;
}
.main-product-img img {
  display: block;
}
.main-product-title {
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 12px;
}
.main-product-desc {
  font-size: 17px;
  padding-bottom: 12px;
}
.main-product-link {
  font-size: 17px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-product-link:after {
  content: "";
  display: inline-block;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/link-arrow.svg) no-repeat center bottom;
  width: 24px;
  height: 25px;
}
@media (max-width: 479px) {
  .main-product-desc {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .main-product-title {
    margin-top: 28px;
    font-size: 20px;
    padding-bottom: 8px;
  }
  .main-product-link {
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  border: solid 1px #fa6d21;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fa6d21;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:hover {
  background-color: #fa6d21;
  color: #fff;
}
.btn-outline {
  padding: 13px 26px;
}
.btn-outline span {
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn-outline:hover {
  background: #FFF0E6;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.08);
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1e1e1e;
  opacity: 0.9;
}
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1e1e1e;
  opacity: 1;
  -webkit-box-shadow: 0 1px 39px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 39px rgba(255, 255, 255, 0.2);
}
.btn-dark {
  padding: 14px 32px;
  background: linear-gradient(263.3deg, #6B6B71 0%, #323236 100%);
  border-radius: 8px;
  border: 0;
  color: #FFFFFF;
  font-weight: 600;
}
.btn-dark::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  background: linear-gradient(263.3deg, #313138 0%, #151518 100%);
  transition: 0.3s;
  opacity: 0;
}
.btn-dark:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.08);
}
.btn-dark:hover::before {
  opacity: 1;
}
.btn-bg {
  color: #fff;
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  border-radius: 8px;
  border: 0;
}
.btn-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  transition: 0.3s;
  opacity: 0;
}
.btn-bg:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.08);
}
.btn-bg:hover::before {
  opacity: 1;
}
.btn.is-loading {
  background: #ECEEF1;
  pointer-events: none;
}
.btn.is-loading span {
  display: none;
}
.btn.is-loading::after {
  content: '';
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/btn-loading.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  animation: loading 1s infinite linear;
}
.sidebar-form-state.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar-form-state__img {
  margin-bottom: 16px;
}
p.sidebar-form-state__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}
.modal-call-form-state.tab-block.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 448px;
}
.modal-call-form-state .form-loading__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}
.main-product {
  margin-top: 20px;
}
.section {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.cases-row {
  margin-bottom: -40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cases-col {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  .cases-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cases-col-1 {
  width: 25%;
}
@media (max-width: 1023px) {
  .cases-col-1 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cases-col-1 {
    width: 100%;
  }
  .cases-col {
    padding-bottom: 24px;
  }
}
.cases-col-1 .case {
  max-width: 260px;
}
.cases-col-4 {
  width: 100%;
}
.cases-col-3 {
  width: 75%;
}
@media (max-width: 1023px) {
  .cases-col-3 {
    width: 100%;
  }
}
.case {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border: 1px solid #f3f5f8;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.case:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.1);
}

.case:hover .content-title a {
  color: #ec3716;
}
.case-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.case-title.content-title a {
  border: none;
}
.case-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.case-img:after {
  content: "";
  position: absolute;
  height: 57px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(207, 139, 103, 0)),
    to(#593928)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(207, 139, 103, 0) 0%,
    #593928 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(207, 139, 103, 0) 0%,
    #593928 100%
  );
  opacity: 0.4;
}
.case-img img {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.content-title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}
.event .content-title {
  margin-bottom: 8px;
}
.content-title a {
  border-bottom: solid 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.case-title {
  margin: 0;
  padding: 24px;
}
@media (max-width: 479px) {
  .case-title {
    padding: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .case-img {
    height: 200px;
  }
}
.case-logo {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 15px;
}
.case-logo img {
  display: block;
}
.case-desc {
  margin-top: 10px;
}
.cases-main-info {
  margin: 80px auto;
  max-width: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cases-main-info:first-child {
  margin-top: 0;
}
.cases-main-info:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cases-main-info {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .cases-main-info {
    display: block;
  }
  .cases-main-info.sm-reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cases-main-info-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}
@media (max-width: 479px) {
  .cases-main-info-icon {
    margin: 0 0 15px;
  }
  .cases-main-info-text {
    margin: 0 0 15px;
  }
}
.cases-main-info-icon img {
  display: block;
  margin: auto;
}
.cases-main-info-text {
  font-size: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.6;
  min-width: 1px;
}
@media (max-width: 767px) {
  .cases-main-info-text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .cases-main-info-text {
    text-align: center;
  }
}
.read-more-btn-wrapp.practices-read-more-btn-wrapp {
  margin-top: 30px;
}
.read-more-btn-wrapp-sm {
  display: none;
}
@media (max-width: 479px) {
  .main-cases .read-more-btn-wrapp {
    display: none;
  }
  .read-more-btn-wrapp-sm {
    display: block;
    padding-top: 30px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .read-more-btn-wrapp-sm .btn-all {
    width: 100%;
  }
  .practices .read-more-btn-wrapp {
    display: none;
  }

  .practices .read-more-btn-wrapp-sm {
    padding-top: 16px;
  }

  .practices .section-title {
    margin-bottom: 8px;
  }
}
.events {
  padding-top: 36px;
  padding-bottom: 0;
}
.section-gray {
  background-color: #eee;
}
.events.section-gray {
  background-color: #f5f6f7;
  padding-bottom: 1px;
}
.slider-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.slider-head .section-title {
  margin-bottom: 0;
}
.slider-head-title {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}
.slider-head-nav {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.section-title + .section-title-desc {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .section-title + .section-title-desc {
    margin-top: -25px;
  }
}
@media (max-width: 479px) {
  .section-title + .section-title-desc {
    margin-top: -15px;
  }
}
.section-title-desc {
  font-size: 17px;
  margin-bottom: 24px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .section-title-desc {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .section-title-desc {
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: -16px;
  }
}
.events-slider {
  padding-top: 20px;
}
.events-slider .swiper-slide {
  width: 395px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 479px) {
  .events-slider .swiper-slide {
    width: 275px;
  }
}
.event {
  padding: 30px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;

  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  transition: 0.2s;
  position: relative;
}
.event:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.1);
}
.event-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 479px) {
  .event {
    padding: 20px 15px;
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    -o-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}
.slider-arrow {
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/arrow-next_new.svg);
  background-size: 32px;
  background-position: center;
  display: block;
  outline: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #FFF5EF;
  border-radius: 50%;
}
.slider-arrow:hover {
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/arrow-next_new-hover.svg);
  background-size: 21px;
  background-position: center;
  background-color: #FA6D21;
}
.swiper-button-disabled {
  opacity: 0.3;
}
.slider-arrow-prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.slider-head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.slider-head-nav .slider-arrow:not(:last-child) {
  margin-right: 35px;
}
.event-date {
  font-size: 17px;
  color: #91919e;
  margin-bottom: 20px;
}
.event-desc {
  font-size: 17px;
}
.event-title.content-title span {
  color: #fa6d21;
  transition: 0.2s;
}
.event:hover .event-title.content-title span {
  color: #ec3716;
}
.events .section-title-desc {
  font-size: 17px;
  font-weight: normal;
}
.practices-title-row .flex-col {
  padding-bottom: 0;
}
@media (max-width: 479px) {
  .practices-title-row .flex-col {
    padding: 0;
  }
}
.practices-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.practices-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .practices-col {
    width: 100%;
  }
}
.practice-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
}

.form-again {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FA6D21;
  justify-content: center;
  cursor: pointer;
  margin-top: 22px;
}

@media (max-width: 479px) {
  .practice-item {
    margin: 0 -16px;
  }
}
.practice-item:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.1);
  border-color: #fa6d21;
}
.practice-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  border: none;
}
.practice-item-img {
   height: 196px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.practice-item-img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.practice-item-content {
  padding: 24px;
}
@media (max-width: 479px) {
  .practice-item-content {
    padding: 16px 16px 32px;
  }
  .practice-item-img {
    height: auto;
  }
}
.practice-item-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .practice-item-date {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.practice-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 8px;
}
.practice-item-desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}
@media (max-width: 479px) {
  .practice-item-desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.feedback {
  background-color: #fa6d21;
  color: #fff;
  position: relative;
  min-height: 498px;
}
.feedback-form-toggle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px 20px 60px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.feedback-form-toggle:hover {
  color: #fff;
}
.feedback-form-toggle span {
  width: 120px;
}
.feedback-form-toggle span:first-child img {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}
@media (max-width: 1199px) {
  .feedback-form-toggle {
    width: 150px;
    padding: 20px 15px;
  }
}
@media (max-width: 1023px) {
  .feedback-form-toggle {
    width: auto;
    position: static;
    margin: 60px 0 -80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .feedback-form-toggle {
    margin-bottom: -60px;
  }
}
.feedback-form-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.feedback-form-toggle-info {
  display: block;
  text-align: center;
}
@media (max-width: 1023px) {
  .feedback-form-toggle-info {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feedback-form-toggle-info img {
  display: block;
  margin: auto;
}
.feedback-form-toggle-info span {
  display: block;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .feedback-form-toggle-info span {
    margin: 0 0 0 20px;
  }
}
.tab-block {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.tab-block.active {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.feedback-form-body {
  max-width: 840px;
}
.feedback-form-row {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .feedback-form-row {
    display: block;
  }
}
.feedback-form-col {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .feedback-form-col-textarea {
    width: 67%;
  }
}
@media (min-width: 768px) {
  .feedback-form-col-inputs {
    width: 33%;
  }
}
.form-block:not(:last-child) {
  margin-bottom: 16px;
}
.input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 13px;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
  color: #1e1e1e;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.textarea {
  height: 160px;
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.input-white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.input-white:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.input-white::-moz-placeholder {
  color: #fff;
}
.input-white:-ms-input-placeholder {
  color: #fff;
}
.input-white::-webkit-input-placeholder {
  color: #fff;
}
.feedback-form-submit-wrapp {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .feedback-form-submit-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feedback-form-submit-wrapp .submit {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 479px) {
  .feedback-form-submit-wrapp .submit {
    margin: 0 0 20px;
  }
}
.btn-big {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-shadow {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.feedback-form-recall-inputs {
  max-width: 400px;
}
.section + .clients {
  padding-top: 0;
}
.clients-slider .swiper-slide {
  width: 165px;
  height: auto;
}
.client {
  position: relative;
}
.client:hover .client-case {
  opacity: 1;
  color: #fa6d21;
}
.client-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  height: 80px;
}
.client-logo img {
  max-height: 100%;
}
.client-case {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}
.client-nda {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/NDA-icon.svg) no-repeat left center;
  width: 55px;
  height: 24px;
}
.feedback {
  margin-top: auto;
}
.feedback + .footer {
  margin-top: 0;
}
.footer {
  padding: 45px 0;
  background-color: #1e1e1e;
  color: #bbb;
  margin-top: auto;
}
@media (max-width: 767px) {
  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-col {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .footer-col {
    width: 100%;
  }
}
.content-text {
  line-height: 1.5;
}
.content-text a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.content-text a:hover {
  color: #ec3716;
}
.footer-contacts {
  white-space: nowrap;
  margin-top: 15px;
}
@media (max-width: 479px) {
}
.footer-contacts li + li {
  margin-top: 5px;
}
.footer-contacts a {
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer-contacts a:hover {
  color: #ec3716;
}
.footer-contacts .tel-link {
  font-weight: 400;
}
.footer-col-logo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1023px) {
  .footer-col-logo {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: 0;
  }
}
.footer-col-logo img {
  max-width: none;
}
.footer-short {
  max-width: 420px;
}
@media (min-width: 480px) {
  .footer-address br {
    display: none;
  }
}
/* team */
.team-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .team-row {
    margin-bottom: -50px;
  }
}
.team-col {
  width: 25%;
}
@media (min-width: 768px) {
  .team-col {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .team-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .team-col {
    width: 100%;
  }
}
.team-item {
  max-width: 213px;
}
@media (max-width: 767px) {
  .team-item {
    margin: auto;
    max-width: 256px;
  }
}
.team-item-img {
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .team-item-img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
.team-item-img img {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #f3f5f8;
  filter: drop-shadow(0px 8px 16px rgba(56, 82, 122, 0.06));
  border-radius: 8px;
}
.team-item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1e1e1e;
}
@media (max-width: 479px) {
  .team-item-name {
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    color: #1e1e1e;
  }
}
.team-item-position {
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
}
@media (max-width: 479px) {
  .team-item-position {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
  }
}
.jobs-body-title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 24px;
}
.jobs-body {
  background: #f7f8f9;
  border-radius: 8px;
  padding: 40px 32px 72px;
}
@media (max-width: 479px) {
  .jobs-body {
    margin: 0 -32px;
    border-radius: 0;
    padding: 40px 32px 64px;
  }
  .jobs-body-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .jobs-item-desc,
  .jobs-item-info {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .jobs-body {
    margin: 0 -30px;
  }
}
.jobs-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jobs-col {
  width: 50%;
}
.jobs-col.one {
  width: 100%;
}
@media (max-width: 1023px) {
  .jobs-col {
    width: 100%;
  }
}
.jobs-item {
  padding: 24px 24px 48px;
  background-color: #fff;
  border: 1px solid #f3f5f8;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  border-radius: 8px;
}

@media (max-width: 479px) {
  .jobs-item {
    padding: 24px 24px 32px 16px;
    background-color: #fff;
    border: 1px solid #f3f5f8;
    box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
    border-radius: 8px;
  }

  .section.jobs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main.team {
    padding-bottom: 64px;
  }

  .main.team .page-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 62px;
    color: #1e1e1e;
  }
}
.jobs-item-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 12px;
}
.jobs-item-desc,
.jobs-item-info {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 479px) {
  .jobs-item {
    padding: 24px 24px 32px 16px;
  }
}
.jobs-item-info {
  margin-top: 12px;
}
.jobs-item-region:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .jobs-item-region:not(:last-child) {
    margin: 0 0 15px;
  }
}
.jobs-item-contact {
  margin-top: 12px;
}
.jobs-item-contact a {
  text-decoration: underline;
}
/* practice */
.page {
  padding: 96px 0 64px;
}
@media (max-width: 767px) {
  .page {
    padding: 48px 0 38px;
  }
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 666;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.loading svg {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
.loading svg path {
  fill: #fa6d21;
}
.loading-is-active .loading {
  opacity: 1;
  visibility: visible;
}
/* cases */
.cases-page-head {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .cases-page-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cases-page-head {
    margin-bottom: 40px;
  }
}
.cases-page-head .section-title {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 64px;
}
.cases-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .cases-page-head .section-title {
    margin: 0 15px 15px;
  }
}
.cases-filter {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(250, 109, 33, 0.1);
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}
@media (min-width: 768px) {
  .cases-filter {
    padding: 5px;
  }
}
@media (max-width: 768px) {

  .cases-page-head .section-title {
    font-size: 36px;
    line-height: 50px;
  }
}
.cases-row-page {
  overflow: hidden;
}
@media (max-width: 479px) {
  .cases-row-page .case {
    max-width: none;
  }
  .cases-title-row .flex-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .cases-filter-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cases-filter-links a {
  padding: 10px 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: underline;
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  font-weight: 600;
}
.cases-filter-links a:hover {
  color: #fa6d21;
}
@media (max-width: 479px) {
  .cases-filter-links a {
    padding: 10px 15px;
  }
}
.cases-filter-links .active a {
  background-color: #fa6d21;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cases-filter-links .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .cases-filter-links .hidden-mobile {
    display: block !important;
  }
}
.cases-filter-links-more {
  display: block;
  padding: 10px 25px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .cases-filter-links-more {
    display: none;
  }
}
@media (max-width: 479px) {
  .cases-filter-links-more {
    padding: 10px 15px;
  }
}
/* contacts */
.offices {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .offices {
    padding-top: 10px;
  }
}
.offices-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offices-col {
  width: 25%;
}
@media (max-width: 1023px) {
  .offices-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .offices-col {
    width: 100%;
  }
}
.office-list {
  line-height: 1.8;
}
.office-list li + li {
  margin-top: 5px;
}
.office-list .tel-link {
  font-weight: 400;
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contact-map {
  height: 480px;
  background-color: rgba(250, 109, 33, 0.1);
}
@media (max-width: 767px) {
  .contact-map {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .contact-map {
    height: 300px;
  }
}
.requisites-table {
  max-width: 420px;
}
@media (max-width: 479px) {
  .requisites-table {
    display: block;
  }
}
@media (max-width: 479px) {
  .requisites-table tbody {
    display: block;
  }
}
@media (min-width: 480px) {
  .requisites-table td {
    padding: 0 30px 15px 0;
  }
}
@media (max-width: 479px) {
  .requisites-table td {
    display: block;
  }
  .requisites-table td:first-child {
    font-weight: 700;
  }
}
.requisites-table td:last-child {
  padding-right: 0;
}
@media (max-width: 479px) {
  .requisites-table tr {
    display: block;
  }
  .requisites-table tr:not(:last-child) {
    margin-bottom: 15px;
  }
}
.requisites-table tr:last-child td {
  padding-bottom: 0;
}
ol {
  margin-left: 20px;
}
[class*="page-single-"] {
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 479px) {
  [class*="page-single-"] {
    padding-top: 35px;
  }
}
.rating-form-wrapp {
  padding-top: 24px;
}
@media (max-width: 1023px) {
  .rating-form-wrapp {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .rating-form-wrapp {
    padding-top: 40px;
  }
}
.rating-form {
  padding: 20px 32px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  max-width: 840px;
}
.rating-form-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  color: #000000;
}
.rating-form-links {
  width: 388px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .rating-form-links {
    width: auto;
  }
}
.rating-form-links li {
  padding: 0 15px;
}
.rating-form-links a {
  display: block;
}
.rating-form-links a img {
  display: block;
}
.share + .footer {
  margin-top: 0;
}
.feedback-title {
  font-size: 42px;
  line-height: 1.3;
  margin: 0 auto 20px;
  font-weight: 700;
  max-width: 740px;
  text-align: left;
  max-width: 815px;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .feedback-title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .feedback-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .feedback-title {
    font-size: 26px;
  }
}
.feedback-contacts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -10px;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
}
.feedback-contacts-list li {
  padding: 0 25px 10px;
}
.feedback-contacts-list a {
  color: inherit;
  text-decoration: underline;
}
.feedback-contacts-list a:hover {
  text-decoration: none;
}
.feedback-contacts-list a[href^="tel:"] {
  text-decoration: none;
}
.feedback-contacts-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
.feedback-contacts {
  font-size: 21px;
}
.feedback-contacts a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.footer-presentation .content-title a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}
.footer-presentation-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-presentation-download {
  width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: solid 1px #fa6d21;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-presentation-download:hover,
.footer-presentation-download:focus,
.footer-presentation-download:active {
  color: #fff;
}
.footer-presentation-download span {
  margin-right: 10px;
}
.footer-presentation-info {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-presentation-en {
  color: inherit;
  text-decoration: underline;
}
.footer-col-presentation {
  margin-right: auto;
}
.footer-contacts-body {
  max-width: 180px;
}
.feedback-new.section {
  padding-top: 16px;
  padding-bottom: 144px;
}
.feedback-new .section-title {
  margin-bottom: 32px;
}
.feedback-new .feedback-new-form-sent-flex-col .section-title {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .feedback-new .feedback-new-form-sent-flex-col .section-title {
    margin-bottom: 8px;
  }
}
.feedback-new .feedback-new-form-sent-flex-col .section-title-desc {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .feedback-new .feedback-new-form-sent-flex-col .section-title-desc {
    padding-top: 0;
    margin-bottom: 48px;
  }
}
.feedback-new .form-block:not(:last-child) {
  margin-bottom: 16px;
}
.feedback-new-block-flex {
  background: #f5f6f7;
  border-radius: 4px;
  padding: 32px 0 48px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.feedback-new-form-sent-flex-row {
  background: #f5f6f7 url(/_mirror/wp-content/themes/stecpoint-new/img/ty-backgroud.svg) no-repeat right top;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .feedback-new-form-sent-flex-row {
    background: #f5f6f7;
  }
}
.feedback-new-form-sent-flex-col img {
  display: block;
}
.feedback-new-form-sent-flex-col:nth-child(2) {
  padding: 32px 32px 26px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback-new-form-sent-creds {
  font-size: 17px;
  color: #91919e;
}
@media (max-width: 1023px) {
  .feedback-new .form-block:not(:last-child) {
    margin-bottom: 12px;
  }
  .feedback-new-form-sent-flex-row {
    display: block;
    border-radius: 0;
  }
  .feedback-new-form-sent-flex-col:nth-child(1) img {
    width: 100%;
  }
  .feedback-new-form-sent-flex-col:nth-child(2) {
    padding: 16px;
  }
  .feedback-new-form-sent-flex-col:nth-child(2)
    .section-title
    + .section-title-desc {
    margin-left: 0;
  }
  .feedback-new-block-flex {
    flex-direction: column;
    padding-top: 40px;
  }
  .feedback-new .section-title {
    margin-bottom: 24px;
  }
  .feedback-new-form-sent-creds {
    font-size: 14px;
    line-height: 24px;
  }
}
.feedback-new-block-flex-col {
  padding: 0 32px;
  width: 510px;
}
.feedback-new-block-flex-col:nth-child(1) {
  padding-right: 48px;
}
.feedback-new-block-flex-col:nth-child(2) {
  width: 620px;
  padding-left: 0;
}

.feedback-new-block .btn {
  color: #fff;
}

@media (max-width: 1023px) {
  .feedback-new-block-flex-col {
    padding: 0 16px !important;
    width: 100% !important;
  }
  .feedback-new-block-flex-col:nth-child(1) {
    padding-bottom: 20px;
  }
}
.feedback-new-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 96px;
  max-height: 96px;
  min-height: 96px;
  border: 1px solid #86868B;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.feedback-new-textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  line-height: 20px;
}
.feedback-new-textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 20px;
}
.feedback-new-textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  line-height: 20px;
}
.feedback-new-textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .feedback-new-textarea {
    height: 124px;
    max-height: 124px;
    min-height: 124px;
    font-size: 14px;
  }
  .feedback-new-textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
  }
  .feedback-new-textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
  }
  .feedback-new-textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    line-height: 24px;
  }
  .feedback-new-textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    line-height: 24px;
  }
}

.feedback-new-input {
  height: 52px;
  min-height: auto;
}

.form-block-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .form-block-flex {
    flex-direction: column;
  }
}
.feedback-terms {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .feedback-new .btn {
    width: 100%;
    margin-bottom: 12px;
  }
  .feedback-terms {
    text-align: center;
    padding-left: 0;
    margin-top: 12px;
  }
}
.feedback-terms a {
  font-size: 12px;
  line-height: 16px;
  color: #FA6D21;
  text-decoration: underline;
}
.feedback-new-recipient {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .feedback-new-recipient {
    padding-bottom: 20px;
  }
}

.feedback-new-recipient-message {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  border-radius: 8px;
  border-top-left-radius: 0;
  font-size: 14px;
  color: #1e1e1e;
  padding: 12px;
  padding-left: 16px;
}
.feedback-new-recipient-message::before {
  content: "";
  width: 17px;
  height: 29px;
  position: absolute;
  top: 0;
  left: -16px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/message-cloud.svg) no-repeat center;
}
.feedback-new-recipient-img {
  padding-right: 16px;
  width: 112px;
}
.feedback-new-recipient-message-holder {
  width: 318px;
}
.feedback-new-recipient-creds {
  padding: 6px 12px 0 16px;
  font-size: 14px;
  color: #91919e;
}
@media (max-width: 1023px) {
  .feedback-new-recipient-message {
    font-size: 10px;
  }
  .feedback-new-recipient-creds {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .feedback-new-recipient-img {
    width: auto;
    padding-right: 8px;
  }
  .feedback-new-recipient-message-holder {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .feedback-new .container {
    padding: 0;
  }

  .feedback-new.section {
    padding-bottom: 0;
  }
}
.btn-main {
  padding: 14px 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.btn-all {
  background: #fff5ef;
  border: none;
  font-weight: 600;
  font-size: 17px;
  padding: 13px 32px;
}
.main-about-row:nth-child(2) > div {
  padding-bottom: 24px;
}
.main-about-items {
  display: flex;
  margin-top: 78px;
}

.main-about-items p {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.main-about-items p span {
  margin-right: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-about-items p:last-child::after {
  display: none;
}
body.body-main-bg {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg_3.svg) no-repeat top 97px right;
}
.stop body.body-main-bg {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg_3.svg) no-repeat top 97px right 17px;
}

.stop #tidio-chat-iframe {
  right: 26px !important;
}

.stop #tidio-chat-iframe {
  right: 17px;
}

/* body.body-team-bg {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/main-bg_team.svg) no-repeat top center;
  background-position: center -400px;
} */

.similiar {
  padding-bottom: 72px;
}
.similiar-row {
  padding: 20px;
  margin: -20px;
}
@media (max-width: 479px) {
  .similiar-row {
    padding: 0;
    margin: 0;
  }
}
.similiar-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.similiar-title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  color: #000000;
}
.similiar-case-title {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.5;
  color: #000000;
}
.similiar .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.similiar-item {
  width: 355px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.06);
  overflow: hidden;
  border: 1px solid #f3f5f8;
}
.similiar-item:hover {
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.1);
}
.similiar-item-img {
  max-height: 127px;
  overflow: hidden;
}
.similiar-item-content {
  padding: 24px 16px 44px;
}
.similiar-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  transition: 0.2s;
  padding-bottom: 4px;
}
.similiar-item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}
.similiar-item-date {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #86868b;
  position: absolute;
  bottom: 16px;
}
@media (max-width: 479px) {
  .similiar-item-img {
    max-height: 97px;
  }
  .similiar-item-content {
    padding: 16px 16px 32px;
  }
  .similiar-item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .similiar-item-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .similiar-item-date {
    font-size: 14px;
    line-height: 24px;
    bottom: 8px;
  }
  .similiar-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }
  .similiar .slider-head-nav {
    display: none;
  }
  .similiar {
    padding-bottom: 48px;
  }
}
.similiar-item-img img {
  display: block;
}
@media (max-width: 479px) {
  .similiar-item {
    margin: 0 -16px;
  }
}
.similiar-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.similiar-item:hover .similiar-item-title {
  color: #ec3716;
}
.similiar .slider-arrow {
  width: 16px;
  height: 27px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/arrow-next_2.svg);
}
.similiar .slider-head-nav .slider-arrow:not(:last-child) {
  margin-right: 18px;
}
.consultation-form {
  background: rgba(250, 109, 33, 0.1);
  border-radius: 4px;
  padding: 20px 24px 36px;
  max-width: 840px;
}
.consultation-form__sent {
  padding: 24px 32px;
  background: rgba(250, 109, 33, 0.1) url(/_mirror/wp-content/themes/stecpoint-new/img/consultation-bg.svg)
    no-repeat right center;
}
.consultation-form-sent-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  color: #181310;
  padding-bottom: 4px;
}
.consultation-form-sent-text {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #5f5252;
}

.consultation-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.consultation-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  color: #181310;
  padding-bottom: 8px;
}
.consultation-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5f5252;
}
.consultation-input {
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 12px 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  border: none;
  width: 278px;
}
.consultation-input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}
.consultation-input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}
.consultation-input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}
.consultation-input-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}
.consultation-terms {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #a2816a;
}
.consultation-terms a {
  color: #a2816a;
  text-decoration: underline;
}
.consultation-col:nth-child(1) {
  width: 324px;
}
.consultation-col:nth-child(2) {
  width: 448px;
}
.consultation-section {
  padding-top: 40px;
}
.article-with-sidebar h1,
.article-with-sidebar .section-title-sm {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  color: #1d1d1f;
  margin: 0;
  padding-bottom: 52px;
}
.article-with-sidebar-content {
  width: 840px;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}
.article-with-sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-with-sidebar-sidebar {
  width: 320px;
  padding: 0;
  position: relative;
}
.article-with-sidebar-sidebar-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  color: #000000;
  padding: 0 24px 16px;
}
.article-with-sidebar-sidebar-links.border-top-none li:first-child {
  border: none !important;
}
.article-with-sidebar-sidebar-links li {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.article-with-sidebar-sidebar-links li a,
.article-with-sidebar-sidebar-links li span {
  display: block;
  color: #000;
  padding: 12px 32px 16px 24px;
}
.article-with-sidebar-sidebar-links li a:hover {
  color: #ec3716;
}
.article-with-sidebar-sidebar-links li span {
  font-weight: bold;
}
.article-with-sidebar .section-title-sm {
  display: none;
}
@media (max-width: 1199px) {
  .article-with-sidebar-content {
    width: 700px;
  }
}
@media (max-width: 1023px) {
  .article-with-sidebar-content {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .article-with-sidebar {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .article-with-sidebar-sidebar {
    width: auto;
    margin-bottom: 40px;
  }
  .article-with-sidebar h1 {
    display: none;
  }
  .article-with-sidebar .section-title-sm {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 24px;
  }
  .article-with-sidebar-sidebar-title {
    font-size: 20px;
    line-height: 28px;
  }
  .consultation-form {
    padding: 24px 16px 32px;
  }
  .consultation-flex {
    display: block;
  }
  .consultation-title {
    font-size: 20px;
    line-height: 28px;
  }
  .consultation-desc {
    line-height: 24px;
    padding-bottom: 16px;
  }
  .consultation-input {
    display: block;
    width: auto;
    margin-bottom: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .consultation-input::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
  }
  .consultation-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
  }
  .consultation-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
  }
  .consultation-input-box {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 16px;
  }
  .consultation-terms {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
  }
  .consultation-col:nth-child(1) {
    width: auto;
  }
  .consultation-col:nth-child(2) {
    width: auto;
  }
  .consultation-section {
    padding-top: 24px;
  }
}
@media (max-width: 479px) {
  .container.container16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section.jobs {
  padding-top: 0;
}

.article-with-sidebar-sidebar-sticky.fixed {
  position: fixed;
  top: 90px;
  padding-top: 24px 0;
  width: 260px;
}

@media (max-width: 1023px) {
  .article-with-sidebar-sidebar-sticky {
    position: static !important;
    width: auto;
    top: 0;
  }
}

.article-with-sidebar-sidebar-sticky {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding-bottom: 32px;
}

.article-with-sidebar-sidebar {
  will-change: min-height;
}

header .progress-container {
  width: 100%;
  height: 24px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
}

header .progress-bar {
  height: 4px;
  background: #fa6d21;
  background: #FA6D21;
  border-radius: 2px;
  width: 0%;
}

header .progress-bar-wrapper {
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #ECEEF1;
  border-radius: 2px;
}

@media (min-width: 768px) {
  header .progress-bar-wrapper {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  header .progress-bar-wrapper {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  header .progress-bar-wrapper {
    width: 1130px;
  }
}

@media (max-width: 767px) {
  header .progress-container {
    position: relative;
    box-shadow: none;
    width: 100%;
    padding: 0 16px;
  }

  header .progress-bar-wrapper {
    width: 100%;
  }
}

.sidebar-form {
  padding: 32px 24px 24px 24px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 16px;
}

.sidebar-form + .sidebar-form {
  margin-top: 24px;
}

.sidebar-form.bottom-form {
  display: none;
}

@media (max-width: 1023px) {
  .sidebar-form.bottom-form {
    display: block;
  }
}

.sidebar-form__social {
  margin-top: 16px;
}

.sidebar-form .sidebar-form__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px !important;
}

.sidebar-form p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.sidebar-form .feedback-new-input {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  height: 48px;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
  color: #74748B;
}

.sidebar-form .feedback-new-input::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #74748B;
}

.sidebar-form .form-block {
  margin: 16px 0;
}

.form-block.has-error input,
.form-block.has-error textarea {
  border-color: #FF4141;
  color: #FF4141;
}

.form-block.has-error input::placeholder,
.form-block.has-error textarea::placeholder {
  color:  #FF4141;
}

.sidebar-form .submit {
  height: 48px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  width: 100%;
}

.sidebar-form .feedback-terms {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
}

.sidebar-form .feedback-terms a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.feedback-terms a:hover {
  color: #B52C02;
}

.sidebar-form .sidebar-form_after-sent {
  display: none;
}

.sidebar-form.sidebar-form--sent .sidebar-form_after-sent {
  display: block;
}

.sidebar-form.sidebar-form--sent .sidebar-form_before-sent {
  display: none;
}

.main-services-col--mid {
  display: none;
}

.main-services-col--last {
  display: block;
}

@media (min-width: 768px) {
  .main-services-col--mid {
    display: block;
  }

  .main-services-col--last {
    display: none;
  }
}

.im-title {
  /* height: 247px;
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%); */
}

.im-title-text {
  padding-top: 96px;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #1D1D1F;
  margin-bottom: 24px;
}

.im-tesis-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.im-tesis {
  display: flex;
  align-items: center;
  margin-right: 64px;
}

.im-tesis-icon {
  width: 2px;
  height: 44px;
  background: #FA6D21;
  margin-right: 16px;
  flex-shrink: 0;
}

.im-tesis-icon-2 {
  width: 8px;
  height: 8px;
  margin-right: 16px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 8px;
  background: #FA6D21;
  border-radius: 50%;
}

/* .im-tesis-icon.im-tesis-icon--blueprint {
  background-image: url('../img/blueprint\ 1.svg');
}

.im-tesis-icon.im-tesis-icon--speed {
  background-image: url('../img/speedometer\ 1.svg');
}

.im-tesis-icon.im-tesis-icon--blueprint2 {
  background-image: url('../img/rt/blueprint\ 1.svg');
}

.im-tesis-icon.im-tesis-icon--maintenance {
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/rt/039-maintenance.svg);
}

.im-tesis-icon.im-tesis-icon--maintenance2 {
  background-image: url('../img/rt/010-web\ maintenance.svg');
}

.im-tesis-icon.im-tesis-icon--analysis {
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/dig/006-analysis.svg);
}

.im-tesis-icon.im-tesis-icon--filter {
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/dig/013-filter.svg);
}

.im-tesis-icon.im-tesis-icon--startup {
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/dig/041-startup.svg);
} */

.im-tesis-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(263.3deg, #6B6B71 0%, #323236 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.im-text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}

.im-button-holder-1 {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 0;
}

.im-title {
  padding-bottom: 96px;
}

.im-button-holder-1-text {
  margin-left: 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;


  color: #6C6C6C;
}

.im-tesis-text-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1F;
}

.im-tesis-list--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 80px;
  margin-bottom: 80px;
  padding: 32px;
  background: #F9F9F9;
  border-radius: 8px;
}

.im-tesis-list--3 {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  margin-bottom: 128px;
  align-items: stretch;
}

.im-tesis-list-container {
  padding: 32px;
  background: #F9F9F9;
  border-radius: 8px;
 }

 .im-tesis-list-container-title {
   font-weight: 700;
   font-size: 24px;
   line-height: 140%;
    margin-bottom: 24px;
   color: #1D1D1F;
 }

 .im-tesis-list-container .im-tesis {
   margin-right: 0;
  margin-bottom: 20px;
 }

.im-tesis-list-container .im-tesis:last-child {
  margin-bottom: 0;
}

.im-text-2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  color: #1D1D1F;
}

.im-exp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  color: #342727;
}

.im-exp-text-button {
  color: #FA6D21;
}

.im-exp-text-button:after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/rt/arrow-im.svg) no-repeat center;
  position: relative;
  top: 2px;
  display: inline-block;
}

.im-exp-text-holder {
  width: 550px;
}
.im-exp-text-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 8px;
  transition: 0.2s;
}
.im-exp:hover .services-item__link p {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.im-exp:hover .services-item__link span {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
}

.im-exp:hover .services-item__link span svg path {
  fill: #ffffff;
}

.im-exp-link:nth-child(even) .im-exp {
  flex-direction: row-reverse;
}

.im-exp-link:nth-child(even) .im-exp-image {
  margin-left: 0;
  margin-right: -230px;
}

.im-exp-link .im-exp-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1F;
  margin-bottom: 24px;
}

.im-exp-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.im-exp-text-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.im-exp-image {
  max-width: 771px;
  margin-left: -230px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  /*.im-exp-image {*/
  /*  margin-left: -30px;*/
  /*}*/

  /*.im-exp-link:nth-child(even) .im-exp-image {*/
  /*  margin-right: -30px;*/
  /*}*/
}

.im-prem {
  padding: 64px 0;
  margin-bottom: 0;
}

.im-prem-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 24px;
}

.im-prem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.im-prem-item {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  min-height: 188px;
}

.im-prem-item-image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 16px;
}

.im-prem-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}

.im-prem-item-text b {
  color: #1D1D1F;
  font-weight: 700;
}

.im-service-cost {
  padding: 64px 0;
  background: #FFFFFF;
}

.im-service-cost .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.im-service-cost__title {
  margin: 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  text-align: left;
  color: #1D1D1F;
}

.im-service-cost__box {
  width: 100%;
  min-height: 491px;
  padding: 16px;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.im-service-cost__price {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
}

.im-service-cost__note {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748D;
  max-width: 500px;
}

.im-service-cost__box--team {
  min-height: unset;
  padding: 48px 32px;
  gap: 48px;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}

.im-service-cost__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.im-service-cost__subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
}

.im-service-cost__desc {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748D;
  max-width: 659px;
}

.im-service-cost__rates {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.im-service-cost__rates-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

.im-service-cost__rates-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

.im-service-cost__rate-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.im-service-cost__rate-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
}

.im-service-cost__rate-price {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(45deg, #FF4000 2.56%, #FF7F00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.im-service-cost__footnote {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748D;
  width: 100%;
}

@media (max-width: 1023px) {
  .im-service-cost__rates-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .im-service-cost__box--team {
    padding: 24px 16px;
    gap: 32px;
  }

  .im-service-cost__rates-row {
    grid-template-columns: 1fr;
  }

  .im-service-cost__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.swiper-im {
  margin-bottom: 0;
}

.swiper-im .swiper-slide{
  opacity: 0;
}

.swiper-im .swiper-slide.swiper-slide-active{
  opacity: 1;
}

.swiper-im .swiper-slide {
  display: flex;
  justify-content: center;
}

.im-slide-container {
  padding: 40px 32px;
  box-sizing: border-box;
  align-items: center;
  max-width: 954px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  border: 2px solid #ECEEF1;
  position: relative;
}

.im-slide-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  max-width: 630px;
  margin-bottom: 24px;
}

.im-slide-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}

.im-slide-sign-logo {
  position: absolute;
  top: 40px;
  right: 32px;
  filter: grayscale(1);
}

.im-slide-sign {
  display: flex;
  align-items: center;

  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.im-slide-sign img {
  margin-right: 20px;
}

.im-slide-text {
  margin-bottom: 20px;

  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.im-slide-sign-logo {
  flex-shrink: 0;
}

.im-exp-link:last-child .im-exp {
  margin-bottom: 0;
}

@media (max-width: 1023px) {

  .im-tesis-list--3  {
    padding: 0 !important;
  }

  .im-tesis-list-container-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
 }

 .im-tesis-text-2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .im-exp-text-title {
    font-size: 18px;
    margin-top: 24px;
    line-height: 1.5;
  }

  .im-exp-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .im-slide-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  .im-slide-sign {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }

  .im-prem-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  .im-m-h {
    display: none;
  }
  .im-button-holder-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .im-button-holder-1-text {
    margin: 13px 0 0 0;
  }


  .im-title-text {
    padding-top: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  .im-tesis-list {
    padding: 24px 16px;
    display: block;
  }

  .im-tesis-list.im-tesis-list--dig {
    padding: 24px 16px;
  }

  .im-tesis {
    margin-bottom: 20px;
  }

  .im-text-2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  .im-exp {
    display: block;
  }

  .im-exp-text-holder {
    width: auto;
  }

  .im-prem {
    padding: 24px 0;
  }

  .im-prem-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .im-prem-list {
    display: block;
  }

  .im-prem-item {
    margin-bottom: 20px;
  }

  .im-slide-container {
    display: block;
  }

  .im-slide-container > div {
    margin-bottom: 20px;
  }

  .im-tesis-list-container {
    margin-bottom: 20px;
    padding: 24px 19px;
  }
}
.im-page .im-title {
	background: url(/_mirror/wp-content/themes/stecpoint-new/img/team_bg.svg) no-repeat top 66px right, linear-gradient(197deg, #FFFFFF 40.7%, #FFF3EC 100%), #FFFFFF;
}

.similiar-case {
  padding: 80px 0;
}

.loading-overlay {
  display: none;
}

.loading-overlay.show {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}

.loading-anim {
  position: relative;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/Infinity-1s-200px.svg) no-repeat center;
}

.trust-inner {
  display: flex;
  justify-content: space-between;
}

.trust-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  max-width: 352px;
  margin-bottom: 40px;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 720px;
}

.trust-item {
  width: 168px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(56, 82, 122, 0.08);
  border-radius: 8px;
  position: relative;
  mix-blend-mode: luminosity;
  cursor: pointer;
  transition: 0.3s;
}

.trust-item:hover {
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
}

.trust-item:hover .trust-item__hover {
  opacity: 1;
}

.trust-item__img {
  filter: grayscale(1);
  max-width: 136px;
  max-height: 100%;
}

.trust-item__img img {
  object-fit: contain;
}

.trust-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  border: 1px solid #FA6D21;
  border-radius: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FA6D21;
  text-align: center;
  padding: 64px 13px 0 13px;
  background: #FFFFFF;
}

.trust-item__hover::before {
  content: '';
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/trust-hover.svg) center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
}

.trust-item--nda {
  cursor: default;
}

.trust-item--nda .trust-item__hover {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEEF1;
  color: #74748B;
}

.trust-item--nda .trust-item__hover::before {
  display: none;
}

.cases-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cases-title {
  margin-bottom: 0;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter__btn {
  padding: 10px 16px;
  background: #ECEEF1;
  border-radius: 8px;
  color: #74748B;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
  border: 0;
}

.filter__btn:hover {
  background: #FFF5EF;
  color: #FA6D21;
}

.filter__btn.is-active {
  /*background: #FA6D21;*/
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  pointer-events: none;
  color: #FFFFFF;
}

.cases__filter {
  margin-bottom: 24px;
}

.cases-items-wrapper {
  display: flex;
  justify-content: space-between;
}

.cases-items {
  width: 553px;
}

.cases-items--left .cases-item:nth-child(2),
.cases-items--left .cases-item:nth-child(3),
.cases-items--right .cases-item:nth-child(1),
.cases-items--right .cases-item:nth-child(2) {
  /*height: 420px;*/
}

.cases-item {
  padding: 32px;
  width: 100%;
  height: 553px;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  margin-bottom: 24px;
}

.cases-item:hover .cases-item__hover {
  opacity: 1;
}

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

.cases-item__img {
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  order: 3;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.cases-item__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.cases-item__img--mobile {
  display: none;
}

.cases-item > .cases-item__title {
  margin-bottom: 16px;
}

.cases-item__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.cases-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 9;
}

.cases-item__badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 3px 12px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 18px;
}

.cases-item__hover {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: inherit;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.cases-item__hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  border-radius: inherit;
  opacity: 0.73;
}

.cases-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.cases-item__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  padding-left: 32px;
}

.cases-item__link::before {
  content: '';
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/cases-link.svg) center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cases-item--department {
  background: linear-gradient(252.09deg, #5B6477 -0.52%, #364054 100%), #5F6FB6;
}

.cases-item--auto {
  background: linear-gradient(235.31deg, #EF494D -12.88%, #0070AD 101.75%);
}

.cases-item--auto .cases-item__img {
  /*bottom: 101px;*/
  /*right: 50%;*/
  /*transform: translateX(50%);*/
}

.cases-item--science {
  background: linear-gradient(269.02deg, #3A5893 2.56%, #5669AD 97.47%);
}

.cases-item--science::before {
  height: 82px;
}

.cases-item--logistic {
  background: linear-gradient(237.85deg, #58779F 5.71%, #204D76 97.95%);
}

.cases-item--kaspersky {
  background: linear-gradient(272.43deg, #D52B1E -0.53%, #006D55 102.05%), #FFFFFF;
}

.cases-item--kaspersky .cases-item__img {
  /*bottom: 151px;*/
  /*right: 50%;*/
  /*transform: translateX(50%);*/
}

.cases-item--data {
  background: linear-gradient(237.15deg, #7676BB -14.96%, #2572E4 90.02%);
}

.services-grid {
  display: grid;
  gap: 24px;
  grid-template-areas:
    "A A A A   A A A A   A A A A"
    "B B B B   B B C C   C C C C"
    "B B B B   B B D D   D D D D";
}

.services-item {
  padding: 48px 32px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.services-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #FA6D21;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
}

.services-item:hover {
  box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
}

.services-item:hover::before {
  opacity: 1;
}

.services-item:hover .services-item__link p {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.services-item:hover .services-item__link span {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
}

.services-item:hover .services-item__link span svg path {
  fill: #ffffff;
}

.services-item:hover .services-item__img {
  transform: scale(1.15);
}

.services-item__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
  margin-bottom: 8px;
}

.services-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  margin-bottom: 24px;
}

.services-item__link {
  display: flex;
  align-items: center;
}

.services-item__link p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.services-item__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFF5EF;
  border-radius: 50%;
  margin-left: 8px;
}

.services-item__img {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.services-item__img img:last-child {
  display: none;
}

.services-item--teams {
  grid-area: A;
  height: 320px;
}

.services-item--teams .services-item__text {
  max-width: 498px;
}

.services-item--import {
  grid-area: B;
}

.services-item--import .services-item__img {
  right: 17px;
}

.services-item--import .services-item__text {
  max-width: 381px;
}

.services-item--software {
  grid-area: C;
  height: 340px;
}

.services-item--software .services-item__text {
  max-width: 299px;
}

.services-item--digitalization {
  grid-area: D;
  height: 340px;
}

.services-item--digitalization .services-item__text {
  max-width: 422px;
}

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

.tabs {
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  display: flex;
}

.tabs__btn {
  padding: 14px;
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #86868B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 4px;
  border: 0;
  background: 0;
}

.tabs__btn.is-active {
  color: #F78720;
  background: #FFF5EF;
}

.tabs__btn:hover {
  color: #F78720;
}

.expertise-tabs {
  width: 100%;
  margin: 0 auto 24px auto;
}

.expertise-items-wrapper .slider-arrow {
  display: none;
}

.expertise-items-wrapper .swiper-pagination {
  display: none;
}

.expertise-item {
  padding: 56px;
  min-height: 554px;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  position: relative;
  display: none;
  overflow: hidden;
}

.expertise-item.is-active {
  display: block;
}

.expertise-item__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.expertise-item-list__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 24px;
  max-width: 470px;
}

.expertise-item-list__item::before {
  content: '';
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/expertise-check.svg) center no-repeat;
  background-size: contain;
  display: flex;
  margin-right: 12px;
}

.expertise-item__img {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.expertise-item--logistic {
  background: linear-gradient(248.53deg, #157DF1 0%, #0055B4 100.57%), linear-gradient(248.53deg, #104665 0%, #082248 100.57%), linear-gradient(272.43deg, #B85244 -0.53%, #FA6A63 102.05%);
}

.expertise-item--build {
  background: linear-gradient(252.09deg, #1E5558 -0.51%, #164346 100%), linear-gradient(252.09deg, #C13A33 -0.52%, #8B3024 100%), linear-gradient(237.89deg, #34414D -1.77%, #4D5B68 100%);
}

.expertise-item--buy {
  background: linear-gradient(248.53deg, #C26A3A 0%, #E09D3F 100.57%), linear-gradient(272.43deg, #B85244 -0.53%, #FA6A63 102.05%);
}

.expertise-item--education {
  background: linear-gradient(257.8deg, #4700BC 0%, #691EE4 106.46%), linear-gradient(272.43deg, #B85244 -0.53%, #FA6A63 102.05%);
}

.expertise-item--enterprise {
  background: linear-gradient(252.09deg, #C13A33 -0.52%, #8B3024 100%), linear-gradient(272.43deg, #B85244 -0.53%, #FA6A63 102.05%);
}

.expertise-item--enterprise .expertise-item-list__item {
  max-width: 380px;
}

.expertise-item--enterprise .expertise-item__img {
  top: unset;
  transform: unset;
  bottom: 0;
}

.blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.blog-title {
  margin-bottom: 0;
}

.blog-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  margin-bottom: 24px;
}

.blog-grid {
  display: grid;
  grid-template-areas:
    "A A A A   A A B B   B B B B"
    "A A A A   A A C C   C C C C";
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.blog-item {
  position: relative;
  overflow: hidden;
}

.blog-item:hover .blog-item__hover {
  opacity: 1;
}

.blog-item:hover .blog-item__img img {
  transform: scale(1.15);
}

.blog-item__img {
  position: absolute;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.blog-item__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.blog-item__content {
  padding: 32px 16px 16px 24px;
  background: #FFFFFF;
  box-shadow: -8px 0px 16px rgba(0, 0, 0, 0.24);
  position: absolute;
  z-index: 1;
  width: 282px;
  height: 282px;
}

.blog-item__content::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 24px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/blog-arrow.svg) center no-repeat;
  background-size: contain;
}

.blog-item__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #74748B;
  margin-bottom: 8px;
}

.blog-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}

.blog-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.blog-item__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  padding-top: 48px;
  position: absolute;
}

.blog-item__link::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/blog-link.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.blog-item:nth-child(1) {
  grid-area: A;
  height: 565px;
}

.blog-item:nth-child(1) .blog-item__img {
  width: 100%;
}

.blog-item:nth-child(1) .blog-item__content {
  right: 0;
  bottom: 0;
  border-radius: 8px 0px 0px 0px;
}

.blog-item:nth-child(1) .blog-item__content::before {
  top: 32px;
  left: -16px;
}

.blog-item:nth-child(1) .blog-item__content::after {
  content: '';
  position: absolute;
  height: 266px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ECEEF1;
}

.blog-item:nth-child(1) .blog-item__link {
  left: 60px;
  bottom: 108px;
}

.blog-item:nth-child(2) {
  grid-area: B;
}

.blog-item:nth-child(2) .blog-item__img {
  width: 50%;
  left: 0;
}

.blog-item:nth-child(2) .blog-item__content {
  right: 0;
  box-shadow: -8px 0px 16px rgba(0, 0, 0, 0.24);
}

.blog-item:nth-child(2) .blog-item__content::before {
  top: 32px;
  left: -16px;
}

.blog-item:nth-child(2) .blog-item__link,
.blog-item:nth-child(3) .blog-item__link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.blog-item:nth-child(3) {
  grid-area: C;
}

.blog-item:nth-child(3) .blog-item__img {
  width: 50%;
  right: 0;
}

.blog-item:nth-child(3) .blog-item__content {
  left: 0;
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.24);
}

.blog-item:nth-child(3) .blog-item__content::before {
  top: 32px;
  right: -16px;
  transform: rotate(180deg);
}

.feedback-dark {
  padding: 64px 0;
  background: linear-gradient(263.3deg, #6B6B71 0%, #323236 100%);
}

.feedback-form {
  display: flex;
  justify-content: space-between;
}

.feedback-left {
  width: 46.9%;
}

.feedback-right {
  padding: 32px 16px 16px 16px;
  width: 48.1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3E3E43;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 16px;
}

.feedback-dark-title {
  color: #FFFFFF;
}

.form-block-bottom {
  margin-top: 24px;
}

.feedback-right__img {
  display: flex;
  margin-bottom: 8px;
}

.feedback-right__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #FFFFFF;
}

.feedback-right__position {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #B8B8C0;
}

.feedback-right__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 370px;
  margin-bottom: 32px;
}

.feedback-contacts {
  display: flex;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  width: 100%;
}

.feedback-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 600;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
  position: relative;
}

.feedback-contact::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background: #74748B;
}

.feedback-contact:last-child::after {
  display: none;
}

.feedback-contact span {
  color: #FFFFFF;
}

.feedback-contact:last-child {
  margin-right: 0;
}

.feedback-contact:hover {
  background: rgba(255, 255, 255, 0.08);
}

.feedback-contact__icon {
  display: flex;
  margin-right: 8px;
}

.main-page-title__mobile {
  display: none;
}

.trust-bottom {
  display: none;
}

.page-im {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-cases-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.page-cases-items .cases-item {
  width: 48.9%;
  height: 553px;
  margin-bottom: 0;
}

.page-single-cases,
.page-single-practice {
  padding-top: 0;
}

.page-case-top--platform {
  background: linear-gradient(237.15deg, #7676BB -14.96%, #2572E4 90.02%), linear-gradient(250.08deg, #DCE7F8 -0.57%, #FFFFFF 117.54%), #FFFFFF;
}

.page-case-top--blog {
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/blog-bg.jpg) center no-repeat;
  background-size: cover;
}

.page-case-top--blog .page-case-top__img {
  width: 100%;
  height: 100%;
}

.page-case-top--blog .page-case-top__img img {
  position: absolute;
  max-width: unset !important;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-case-top--blog .container {
  z-index: 1;
}

.page-case-top {
  padding-top: 96px;
  padding-bottom: 68px;
  position: relative;
  overflow: hidden;
}

.page-case-top--platform.page-case-top {
  height: 328px;
}

.page-case-top--platform .page-case-top__img {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 534px;
  height: 328px;
  overflow: hidden;
}

.page-case-top--platform .page-case-top__img img {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-case-top__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  max-width: 690px;
  margin-bottom: 16px;
}

.page-case-top__badges {
  display: flex;
  gap: 8px;
}

.page-case-top__badges p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 3px 12px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 18px;
}

.page-case-top__img {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-case-top__img img{
  max-width: 550px;
}

.article-with-sidebar {
  padding-top: 0;
  padding-bottom: 64px;
}

.article-new {
  padding-top: 64px;
}

.page-blog-title {
  margin-bottom: 8px;
}

.page-blog-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  margin-bottom: 24px;
}

.footer {
  padding: 64px 0;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/footer-bg.svg) top right no-repeat,
  linear-gradient(263.3deg, #3E3E42 0%, #1B1B1E 100%);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.footer-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.footer-menu {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.footer-menu .menu-item {
  margin-bottom: 8px;
}

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

.footer-menu a {
  color: #B8B8C0;
}

.footer-menu a:hover {
  color: #F68720;
}

.footer-presentation {
  padding: 12px;
  border: 1px solid #ECEEF1;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 207px;
}

.footer-presentation:hover {
  background: rgba(0, 0, 0, 0.16);
  border-color: #FA6D21;
}

.footer-presentation__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 4px;
  max-width: 97px;
}

.footer-presentation__size {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #B8B8C0;
}

.footer-contact {
  margin-bottom: 8px;
}

.footer-contact:last-child {
  margin-bottom: 0;
}

.footer-contact__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.footer-contact__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #B8B8C0;
}

.footer-contact__link {
  transition: 0.3s;
}

.footer-contact .footer-contact__link:hover {
  color: #F68720;
}

.footer-title {
  display: none;
}

.form-state {
  width: 530px;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.form-state.active {
  height: 232px;
}

.form-loading__img {
  display: flex;
  margin-bottom: 8px;
  animation: loading 2s infinite linear;
}

.form-loading__text,
.form-sent__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}

.form-sent__img {
  margin-bottom: 8px;
}

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

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.form-block {
  position: relative;
}

.form-block-error {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -61px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.checkbox-label + .form-block-error {
  right: unset;
  left: 0;
}

.checkbox-label + .form-block-error::before {
  right: unset;
  left: 11px;
}

.form-block-error.active {
  opacity: 1;
}

.form-block-error::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09911 1.2C4.94395 -0.400001 7.05605 -0.399999 7.90089 1.2L11.7027 8.4C12.5475 10 11.4914 12 9.80177 12H2.19823C0.50855 12 -0.547495 10 0.297343 8.4L4.09911 1.2Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 11px;
  top: -11px;
}

.to-top {
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #ECEEF1;
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
    border-radius: 50%;
    bottom: 92px;
  right: 20px;
    transition: transform 0.3s;
    cursor: pointer;
  transform: scale(0);
}

.to-top.active {
  transform: scale(1);
  z-index: 99;
}

.to-top:hover {
    border-color: #FA6D21;
}

.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(62, 62, 67, 0.4);
}

.modal {
  padding: 20px 32px 24px 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  width: auto;
  margin-bottom: 0;
  border: 0;
  background: #FFFFFF;
  border-radius: 16px;
}

.modal-call {
  width: 460px;
  background: #FFFFFF url(/_mirror/wp-content/themes/stecpoint-new/img/modal_call_bg.svg) no-repeat 0 92px;
}

.modal__close {
  display: flex;
  position: absolute;
  top: 26px;
  right: 31px;
  cursor: pointer;
  transition: .3s;
  z-index: 9;
}

.modal-call__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
  margin-bottom: 20px;
}

.modal-call-input {
  padding: 14px 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
  filter: drop-shadow(0px 8px 24px rgba(56, 82, 122, 0.16));
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1F;
  transition: 0.3s;
}

.form-block input.modal-call-input:hover {
  border: 1px solid #B8B8C0;
}

.form-block input.modal-call-input:focus,
.sidebar-form .feedback-new-input:focus,
.form-block textarea.modal-call-input:focus {
  border: 1px solid #FA6D21;
}

.form-block input.modal-call-input:disabled {
  border: 1px solid #ECEEF1;
}

.modal-call-input::placeholder {
  color: #86868B;
  font-weight: 600;
}

.modal-call-textarea {
  height: 60px;
  resize: none;
}

.form-block input,
.form-block textarea {
  transition: 0.3s;
}

.form-block input:hover,
.form-block textarea:hover {
  border: 1px solid #B8B8C0;
}

.form-block input:focus,
.form-block textarea:focus {
  border: 1px solid #ECEEF1;
}

.file {
  display: flex;
  align-items: center;
  padding: 14px 14px 14px 56px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
  filter: drop-shadow(0px 8px 24px rgba(56, 82, 122, 0.16));
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #86868B;
  cursor: pointer;
  position: relative;
}

.file::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background: url(/_mirror/wp-content/themes/stecpoint-new/img/file.svg) center no-repeat;
}

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

.modal-call__form-bottom {
  margin-top: 32px;
  margin-bottom: 32px;
}

.modal-call__form-bottom .btn {
  width: 100%;
}

.modal-call__help {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  margin-bottom: 16px;
}

.modal-call__help p {
  margin: 0 8px;
}

.modal-call__help::before,
.modal-call__help::after {
  content: '';
  height: 1px;
  width: 1px;
  flex-grow: 1;
  background: #ECEEF1;
  display: block;
}

.modal-call__contacts {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.modal-call__contact {
  width: 120px;
  flex: 1;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1D1D1F;
}

.stop {
  overflow: hidden !important;
}

.modal-call____icon {
  margin-bottom: 8px;
}

.feedback-terms {
  padding-left: 0;
  color: #1D1D1F;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid rgba(250, 109, 33, 1);
  border-radius: 4px;
  margin-right: 12px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.checkbox-custom svg {
  display: none;
  width: 16px;
  height: 16px;
}

.checkbox-input:checked + .checkbox-custom {
  border-color: #FA6D21;
  background: rgba(255, 245, 239, 1);
}

.feedback-dark .checkbox-input:checked + .checkbox-custom {
  background: transparent;
}

.checkbox-input:checked + .checkbox-custom svg {
  display: block;
}

.form-block.has-error .checkbox-custom {
  border-color: #FF4141;
}

.checkbox-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #1D1D1F;
  text-align: left;
}

.feedback-dark .checkbox-text {
  color: #FFFFFF;
}

.checkbox-text a {
  font-size: 14px;
  line-height: 14px;
  color: #FA6D21;
  text-decoration: underline;
}

.feedback-dark .checkbox-text a {
  color: rgba(250, 109, 33, 1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.feedback-form input:-webkit-autofill,
.feedback-form input:-webkit-autofill:hover,
.feedback-form input:-webkit-autofill:focus,
.feedback-form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px rgb(91, 91, 95) inset !important;
}

.feedback-form input:-webkit-autofill{
  -webkit-text-fill-color: white !important;
}

.header-menu > li.current-menu-item > a span::before {
  width: 100%;
}

.page-case-top__img--mobile {
  display: none;
}

.page-case-top--platform .page-case-top__img--mobile {
  display: none;
}

@media (max-width: 1365px) {
  .page-case-top__title {
    max-width: 458px;
  }
}

@media (max-width: 1023px) {
  .header-col-logo .logo {
    display: flex;
    width: 121px;
  }

  .header-col-menu-open {
    padding-right: 0;
  }

  .header-row {
    height: 56px;
  }

  .header.fixed {
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  }

  .header-col-menu {
    top: 56px;
    background: #ffffff;
  }

  .header-menu-wrapp {
    background: #ffffff;
    padding-top: 16px;
    height: 100%;
  }

  .header-menu-wrapp .container {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .header-menu > li > a {
    padding: 11px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3E3E43;
  }

  .header-menu > li > a span::before {
    display: none;
  }

  .header-menu > li.menu-item-has-children > a span:after {
    background: url(/_mirror/wp-content/themes/stecpoint-new/img/menu_arrow_orange.svg) center no-repeat;
    background-size: contain;
    transition: 0.3s;
  }

  .header-menu > li.menu-item-has-children.active > a span:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .sub-menu {
    padding: 0;
    background: #F9F9F9;
  }

  .main--home {
    background: linear-gradient(221.61deg, #FFFFFF 40.7%, #FFF3EC 100%), #FFFFFF;
  }

  .sub-menu a {
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3E3E43;
  }

  .header-contacts-mobile {
    padding: 0 16px;
    margin-top: auto;
    border-top: 0;
  }

  .checkbox-text {
    font-size: 12px;
    line-height: 12px;
  }

  
  .checkbox-text a {
    font-size: 12px;
    line-height: 12px;
  }

  .header-contact {
    margin-bottom: 8px;
  }

  .header-contact__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #74748B;
    margin-bottom: 2px;
  }

  .header-contact__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D1D1F;
  }

  .header-contacts-mobile .btn {
    margin-top: 32px;
    width: 100%;
  }

  .feedback-right {
    width: 56.1%;
    margin-left: 8px;
  }

  .page-cases-items {
    column-gap: 0;
    row-gap: 24px;
  }

  .cases-items-wrapper {
    gap: 24px;
  }

  .expertise-tabs {
    display: none;
  }

  .expertise-items {
    display: flex;
  }

  .expertise-item__img img {
    max-width: 100%;
  }

  .expertise-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .expertise-item-list__item {
    margin-bottom: 12px;
  }

  .expertise {
    padding-bottom: 16px;
  }

  .expertise-item {
    width: 316px;
    min-width: 316px;
    padding: 264px 16px 16px 16px;
    min-height: 694px;
    display: block !important;
  }

  .expertise-items.swiper-wrapper {
    max-width: 316px;
  }

  .expertise-item--build .expertise-item__img {
    max-width: 310px;
    top: -24px;
  }

  .expertise-item__img {
    top: 0;
    transform: none;
    max-width: 310px;
  }

  .expertise-items-wrapper .slider-arrow {
    display: flex;
    top: unset;
    margin-top: 0;
    bottom: -72px;
  }

  .expertise-items-wrapper .swiper-button-prev {
    left: 16px;
  }

  .expertise-items-wrapper .swiper-button-next {
    right: 16px;
  }

  .section.expertise {
    padding-bottom: 120px;
  }

  .expertise-items-wrapper .swiper-pagination {
    display: block;
    pointer-events: none;
    bottom: -61px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #74748B;
  }

  .header-menu > li.menu-item-has-children > a span:after {
    right: 0;
  }

  .expertise-item--enterprise .expertise-item__img {
    top: 0;
    bottom: unset;
  }

  .services-item__title {
    z-index: 1;
    position: relative;
  }

  .services-item__text {
    position: relative;
    z-index: 1;
  }

  .services-item__link {
    position: relative;
    z-index: 1;
  }

  .im-slide-container {
    padding: 80px 16px 32px 16px;
  }

  .im-slide-sign-logo {
    right: unset;
    left: 16px;
    top: 24px;
  }

  .im-slide-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .im-slide-text {
    margin-bottom: 0;
  }

  .im-slider .swiper-button-next, .im-slider .swiper-button-prev {
    top: unset;
    margin-top: 0;
    bottom: -72px;
  }

  .im-slider .swiper-button-next {
    right: 16px;
  }

  .im-slider .swiper-button-prev {
    left: 16px;
  }

  .im-slider {
    padding-bottom: 120px;
  }

  .swiper-pagination-fraction {
    display: block;
    pointer-events: none;
    bottom: -61px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #74748B;
  }

  .swiper-pagination-current {
    color: #1D1D1F;
  }

  .main-about-items {
    margin-top: 0;
    flex-direction: column;
  }

  .main-about-items p {
    padding: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    position: relative;
    color: #3E3E43;
    background: none;
    -webkit-text-fill-color: unset;
    margin-right: 0;
  }

  .main-about-items p span {
    font-weight: 700;
    font-size: 24px;
    line-height: 46px;
    background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 8px;
  }

  .main-about-items p::before {
    display: none;
  }

  .main-about-items p:last-child {
    margin-bottom: 0;
  }

  .main-about-items p::after {
    display: none;
  }

  .main-about-items p::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0;
    z-index: -1;
    filter: drop-shadow(0px 8px 16px rgba(56, 82, 122, 0.08));
  }

  .main-about-items p span {
    font-weight: 700;
    font-size: 24px;
    color: #F78720;
    margin-right: 8px;
  }

  .page-case-top {
    padding-top: 96px;
    padding-bottom: 16px;
  }

  .page-case-top__img {
    bottom: unset;
    top: 0;
  }

  .page-case-top__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .page-case-top__badges {
    flex-wrap: wrap;
  }

  .page-case-top__badges p {
    padding: 3px 12px;
  }

  .modal {
    padding: 16px 16px 24px 16px;
    position: absolute;
    top: 16px;
    transform: translateX(-50%);
  }

  .modal-call {
    width: 328px;
    background: #ffffff;
  }

  .modal__close {
    top: 20px;
    right: 20px;
  }

  .modal-call__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .modal-call-textarea {
    height: 120px;
  }

  .file {
    padding: 14px 16px;
  }

  .file::before {
    display: none;
  }

  .modal-call__form-bottom {
    margin-top: 24px;
  }

  .modal-call__help {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .modal-call__contact {
    width: 88px;
    height: 64px;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-call____icon {
    margin-bottom: 4px;
  }

  .article-with-sidebar {
    padding-top: 0;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .article-with-sidebar-sidebar {
    width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
  }

  .blog-item__hover {
    display: none;
  }

  .services-item--digitalization {
    height: 370px;
  }

}

.cases-mob-btn {
  display: none;
}

@media (max-width: 767px) {
  .cases-mob-btn {
    display: flex;
    margin-top: 32px;
  }
  .section.im-slider {
    padding-bottom: 120px;
  }

  .im-exp {
    margin-bottom: 40px;
  }

  .im-service-cost {
    padding: 48px 16px;
  }

  .im-service-cost .container {
    align-items: flex-start;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .im-service-cost__title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    align-self: stretch;
  }

  .im-service-cost__box {
    min-height: 491px;
    padding: 16px;
    align-self: stretch;
  }

  .im-service-cost__box--team {
    min-height: unset;
    padding: 24px 16px;
    gap: 32px;
  }

  .im-service-cost__rate-item {
    gap: 4px;
  }

  .im-service-cost__rates-row {
     gap: 16px;
  }

  .im-service-cost__price {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .im-service-cost__rates-divider {
    display: none;
  }

  .im-service-cost__note {
    font-size: 16px;
    line-height: 24px;
    max-width: none;
    align-self: stretch;
  }

  .cases-mob-btn .btn {
    width: 100%;
  }
  .feedback-right {
    margin-left: 0;
  }

  .header-col-logo .logo {
    display: flex;
    width: 121px;
  }

  .header-col-menu-open {
    padding-right: 0;
  }

  .header-row {
    height: 56px;
  }

  .header.fixed {
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  }

  .header-col-menu {
    top: 56px;
    background: #ffffff;
  }

  .header-menu-wrapp {
    background: #ffffff;
    padding-top: 16px;
    height: 100%;
  }

  .header-menu-wrapp .container {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .header-menu > li > a {
    padding: 11px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3E3E43;
  }

  .header-menu > li > a span::before {
    display: none;
  }

  .header-menu > li.menu-item-has-children > a span:after {
    background: url(/_mirror/wp-content/themes/stecpoint-new/img/menu_arrow_orange.svg) center no-repeat;
    background-size: contain;
    transition: 0.3s;
  }

  .header-menu > li.menu-item-has-children.active > a span:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .sub-menu {
    padding: 0;
    background: #F9F9F9;
  }

  .sub-menu a {
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3E3E43;
  }

  .header-contacts-mobile {
    padding: 0 16px;
    margin-top: auto;
    border-top: 0;
  }

  .header-contact {
    margin-bottom: 8px;
  }

  .header-contact__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #74748B;
    margin-bottom: 2px;
  }

  .header-contact__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D1D1F;
  }

  .header-contacts-mobile .btn {
    margin-top: 32px;
    width: 100%;
  }

  body {
    padding-top: 56px;
  }

  .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-page-title__desktop {
    display: none;
  }

  .main-page-title__mobile {
    display: block;
  }

  .page-title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 16px;
  }

  .main-about-col {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .main-about-row:nth-child(2) > div {
    padding-bottom: 24px;
  }

  .main-about-row .btn {
    width: 100%;
  }

  .section {
    padding: 48px 0;
  }

  .trust-inner {
    flex-direction: column;
  }

  .container {
    padding: 0 16px;
  }

  .flex-row {
    margin: 0;
  }

  .main-page-title {
    margin-left: 0;
  }

  body.body-main-bg {
    background: none;
  }

  .main-about-row + .main-about-row {
    margin-top: 0;
  }

  .main-about-bottom-col {
    padding-bottom: 0;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .trust-text {
    margin-bottom: 32px;
  }

  .trust-left .btn {
    display: none;
  }

  .trust-items {
    gap: 16px;
    width: 100%;
  }

  .trust-item {
    width: 47.5%;
    align-items: flex-start;
    padding-top: 20px;
  }

  .trust-item__hover {
    opacity: 1;
    border: 0;
    padding: 0 11px;
    top: 76px;
    background: none;
    width: auto;
    height: auto;
  }

  .trust-item__hover::before {
    display: none;
  }

  .trust-item--nda .trust-item__hover {
    padding: 0 11px;
    border: 0;
  }

  .main-about-col {
    width: 100%;
  }

  .trust-bottom {
    display: flex;
    margin-top: 32px;
  }

  .trust-bottom .btn {
    width: 100%;
  }

  .cases-top .btn {
    display: none;
  }

  .cases-title {
    margin-bottom: 0;
  }

  .cases__filter {
    display: none;
  }

  .cases-items-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .cases-items {
    width: 100%;
  }

  .cases-item {
    height: 480px;
    margin-bottom: 16px;
  }

  .cases-item__hover .cases-item__title {
    display: none;
  }

  .cases-item__badges {
    display: none;
  }


  .cases-item {
    padding: 16px;
  }

  .cases-item__badges {
    order: 2;
    margin-top: 8px;
  }

  .cases-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .cases-item__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  .cases-item__link {
    display: none;
  }

  .cases-item:last-child {
    margin-bottom: 16px;
  }

  .cases-items--right .cases-item:last-child {
    margin-bottom: 0;
  }

  .services-title {
    margin-bottom: 32px;
  }

  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .services-item {
    padding: 160px 16px 24px 16px;
    height: 448px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1D1D1F;
    margin-bottom: 8px;
  }

  .services-item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .services-item__link {
    margin-top: auto;
  }

  .services-item__img {
    right: unset;
    bottom: unset;
    left: 0;
    top: 0;
  }

  .services-item__img img:first-child {
    display: none;
  }

  .services-item__img img:last-child {
    display: block;
  }

  .expertise-title {
    margin-bottom: 24px;
    text-align: left;
  }

  .blog-top .btn {
    display: none;
  }

  .blog-title {
    margin-bottom: 0;
  }

  .blog-grid {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    gap: 16px;
  }

  .blog-item {
    height: 541px;
    filter: drop-shadow(0px 8px 24px rgba(56, 82, 122, 0.16));
    border-radius: 8px;
  }

  .blog-item:nth-child(1) {
    height: 541px;
  }

  .blog-item__img {
    height: 328px;
  }

  .blog-item__content {
    padding: 16px 16px 29px 16px;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    height: auto;
    min-height: 213px;
  }

  .blog-item:nth-child(1) .blog-item__content {
    border-radius: 0;
  }

  .blog-item:nth-child(1) .blog-item__content::before,
  .blog-item:nth-child(2) .blog-item__content::before,
  .blog-item:nth-child(3) .blog-item__content::before {
    top: -16px;
    left: 19px;
    transform: rotate(90deg);
  }

  .blog-item:nth-child(1) .blog-item__content::after {
    display: none;
  }

  .blog-item__hover {
    display: none;
  }

  .blog-item:nth-child(2) .blog-item__content,
  .blog-item:nth-child(3) .blog-item__content {
    right: 0;
    bottom: 0;
    box-shadow: none;
  }

  .blog-item:nth-child(2) .blog-item__img,
  .blog-item:nth-child(3) .blog-item__img {
    width: 100%;
  }

  .feedback-form {
    flex-direction: column;
  }

  .feedback-left {
    width: 100%;
    margin-bottom: 48px;
  }

  .feedback-dark-title {
    margin-bottom: 24px;
  }

  .feedback-new-textarea.feedback-new-input {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
  }

  .feedback-new-textarea {
    height: 96px;
    max-height: 96px;
    min-height: 96px;
    padding: 11px 16px;
  }

  .form-block-bottom {
    margin-top: 32px;
  }

  .form-block-bottom .btn {
    width: 100%;
    margin-bottom: 16px;
  }

  .slider-arrow:hover {
    background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/arrow-next_new.svg);
    background-size: 32px;
    background-color: #FFF5EF;
  }

  .slider-arrow:active {
    background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/arrow-next_new-hover.svg);
    background-size: 21px;
    background-position: center;
    background-color: #FA6D21;
  }

  .services-item:hover {
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  }

  .services-item:active {
    box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
  }

  .services-item:hover::before {
    opacity: 0;
  }

  .services-item:active::before {
    opacity: 1;
  }

  .services-item:hover .services-item__link p,
  .im-exp:hover .services-item__link p {
    background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .services-item:active .services-item__link p,
  .im-exp:active .services-item__link p {
    background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .services-item:hover .services-item__link span,
  .im-exp:hover .services-item__link span {
    background: #FFF5EF;
  }

  .services-item:active .services-item__link span,
  .im-exp:active .services-item__link span {
    background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  }

  .services-item:hover .services-item__link span svg path,
  .im-exp:hover .services-item__link span svg path {
    fill: url(#paint0_linear_4071_29693);
  }

  .services-item:active .services-item__link span svg path,
  .im-exp:active .services-item__link span svg path {
    fill: #ffffff;
  }

  .cases-item:hover .cases-item__hover {
    opacity: 0;
  }

  .cases-item:active .cases-item__hover {
    opacity: 1;
  }

  .feedback-terms {
    padding-left: 0;
  }

  .feedback-right {
    padding: 24px 16px 0 16px;
    width: 100%;
    border: 1px solid #74748B;
  }

  .feedback-contacts {
    flex-direction: column;
    padding: 0;
    background: 0;
    width: calc(100% + 32px);
    align-items: center;
  }

  .feedback-contact {
    padding: 16px 26px;
    margin-right: 0;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #74748B;
    border-radius: 0;
  }

  .feedback-contact:last-child {
    border: 0;
    border-radius: 0 0 16px 16px;
  }

  .feedback-contact::after {
    display: none;
  }

  .im-title-text {
    padding-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .im-page {
    padding-top: 0;
    background: none;
  }

  .im-page .im-title {
    padding-top: 272px;
    background: url(/_mirror/wp-content/themes/stecpoint-new/img/team_bg_sm.svg) no-repeat top right, linear-gradient(221.61deg, #FFFFFF 40.7%, #FFF3EC 100%), #FFFFFF;
    padding-bottom: 56px;
  }

  .im-tesis:last-child {
    margin-bottom: 0;
  }

  .im-tesis .im-tesis-text {
    max-width: 215px;
  }

  .im-tesis-icon {
    display: none;
  }

  .page-im {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .im-button-holder-1 {
    margin-bottom: 0;
    margin-top: 42px;
  }

  .im-button-holder-1 .btn {
    width: 100%;
  }

  .im-text-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .im-tesis-list--3 {
    gap: 16px;
    margin-bottom: 96px;
  }

  .im-tesis-list-container {
    margin-bottom: 16px;
    padding: 24px 16px;
    background: #F9F9F9;
    border-radius: 16px;
  }

  .im-tesis-list-container-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .im-tesis-list-container .im-tesis {
    border: 0;
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .im-tesis-icon-2 {
    margin-right: 12px;
  }

  .im-exp-image {
    max-width: 405px;
    margin-left: 0;
  }

  .im-exp-text-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
  }

  .im-exp-link .im-exp-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .im-exp-link .im-exp-text br {
    display: none;
  }

  .im-exp-link:nth-child(even) .im-exp-image {
    margin-right: -70px;
    margin-left: auto;
  }

  .im-prem-title {
    font-size: 32px;
    line-height: 40px;
  }

  .im-prem-item {
    padding: 24px 16px;
    min-height: unset;
    margin-bottom: 16px;
  }

  .cases-item__img--desktop {
    display: none;
  }

  .cases-item__img--mobile {
    display: flex;
  }

  .im-prem-item:last-child {
    margin-bottom: 0;
  }

  .im-prem {
    padding: 48px 0;
  }

  .cases-page-head .section-title {
    margin: 0;
    margin-bottom: 8px;
  }

  .cases-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cases-page-head .cases__filter {
    display: flex;
  }

  .filter__btn {
    padding: 10px 12px;
    height: 40px;
  }

  .page-cases-items {
    gap: 16px;
  }

  .page-cases-items .cases-item {
    width: 100%;
    height: 480px;
    margin-bottom: 0;
  }

  .container.container16 {
    padding: 0;
  }
  .article-new {
    padding-top: 48px;
  }

  .page-blog-title {
    margin-bottom: 8px;
  }

  .page-blog-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .practice-item-img {
    height: 140px;
  }

  .practice-item-content {
    padding: 24px 16px 24px 16px;
  }

  .practice-item-date {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .practice-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .practice-item-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .practices-col {
    padding-bottom: 24px;
  }

  .footer-title {
    display: flex;
    margin-bottom: 32px;
  }

  .footer {
    padding: 48px 0;
    padding-bottom: 0;
    background: url(/_mirror/wp-content/themes/stecpoint-new/img/footer-bg-sm.svg) top right no-repeat,
    linear-gradient(263.3deg, #3E3E42 0%, #1B1B1E 100%);
  }

  .footer-item__title--mobile-hidden {
    display: none;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .footer-item {
    margin-bottom: 40px;
  }

  .form-state {
    width: 100%;
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
    border-radius: 16px;
    background: #5A5A5F;
  }

  .form-state.active {
    height: 288px;
  }

  .article-with-sidebar-sidebar {
    width: 100%;
  }

  .to-top {
    bottom: 96px;
    right: 20px;
  }

  .trust-item__img {
    max-height: calc(100% - 20px);
    display: flex;
  }

  .trust-item__img img {
    object-fit: contain;
    max-height: 53px;
  }
}

.about-top {
  padding: 0;
  text-align: center;
}

.about-top-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #1D1D1F;
  margin-bottom: 8px;
  text-align: left;
}

.about-top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
  text-align: left;
}

.facts-title {
  margin-bottom: 8px;
}

.section-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}

.pres-text {
  color: #B8B8C0;
}

.facts-text {
  margin-bottom: 24px;
}

.facts-items {
  display: flex;
  gap: 16px;
}

.facts-item {
  padding: 32px;
  background: #F9F9F9;
  border-radius: 16px;
  text-align: center;
  flex: 1;
  color: #74748B;
}

.facts-item__title {
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  margin-bottom: 16px;
}

.facts-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.facts-item.is-active {
  background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  color: #FFFFFF;
}

.branches-title {
  text-align: left;
  margin-bottom: 8px;
}

.branches__text {
  max-width: unset;
  text-align: left;
  margin: 0 auto 64px auto;
}

.branches-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.branches-left {
  position: relative;
  width: 480px;
  min-width: 480px;
  height: 480px;
  display: flex;
}

.branches-circle__item {
  display: flex;
  position: absolute;
  cursor: pointer;
}

.branches-circle__branch svg {
  transition: 0.3s;
}

.branches-circle__tag {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #74748B;
  width: 148px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74748B;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 24px;
  transition: 0.3s;
}

.branches-circle__item:nth-child(1) {
  right: 0;
  top: 162px;
}

.branches-circle__item:nth-child(1) .branches-circle__tag {
  top: 109px;
  left: -7px;
}

.branches-circle__item:nth-child(2) {
  right: 85px;
  top: 405px;
}

.branches-circle__item:nth-child(2) .branches-circle__tag {
  top: 32px;
  left: 86px;
}

.branches-circle__item:nth-child(3) {
  left: 0;
  top: 167px;
}

.branches-circle__item:nth-child(3) .branches-circle__tag {
  top: 104px;
  left: -55px;
}

.branches-circle__item:nth-child(4) {
  left: 21px;
  top: 0;
}

.branches-circle__item:nth-child(4) .branches-circle__tag {
  top: 41px;
  left: 3px;
}

.branches-circle__item:nth-child(5) {
  right: 23px;
  top: 0;
}

.branches-circle__item:nth-child(5) .branches-circle__tag {
  top: 41px;
  left: 65px;
}

.branches-circle__item.is-active .branches-circle__branch svg {
  stroke: #FA6D21;
}

.branches-circle__item.is-active .branches-circle__tag {
  background: #FA6D21;
  box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
  color: #FFFFFF;
}

.branches-circle__item:not(.is-active):hover .branches-circle__branch svg {
  stroke: #C0C5CC;
}

.branches-circle__item:not(.is-active):hover .branches-circle__tag {
  background: #C0C5CC;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  color: #FFFFFF;
}

.branches-texts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 368px;
  max-width: 368px;
  display: flex;
  flex-direction: column;
}

.branches-text__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #1D1D1F;
  margin-bottom: 8px;
}

.branches-text__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #74748B;
  max-width: 296px;
  margin: 0 auto;
}

.branches-items {
  width: 352px;
}

.branches-items--big .trust-item {
  width: 100%;
}

.branches-items--big .trust-item__img {
  max-width: 200px;
}

.progress-title {
  margin-bottom: 24px;
}

.progress-subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
  margin-bottom: 16px;
}

.progress-items {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.progress-item {
  padding: 24px 16px 24px 24px;
  background: #F9F9F9;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  width: 48.9%;
}

.progress-item__img {
  width: 104px;
  min-width: 104px;
}

.progress-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1D1D1F;
  margin-bottom: 8px;
}

.progress-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #74748B;
}

.pres__inner {
  padding: 76px 48px;
  position: relative;
  background: 529px 14px/ 38% 100% no-repeat url(/_mirror/wp-content/themes/stecpoint-new/img/pres-bg.svg), linear-gradient(263.3deg, #6B6B71 0%, #323236 100%);
  border-radius: 16px;
}

.pres-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}

.pres-text {
  margin-bottom: 48px;
}

.pres-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  filter: drop-shadow(0px 8px 24px rgba(56, 82, 122, 0.16));
}

.active-title {
  margin-bottom: 8px;
}

.active-text {
  margin-bottom: 24px;
}

.contacts-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}

.contacts-left {
  width: 32.4%;
}

.contacts-form {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 16px;
}

.contacts-form:last-child {
  margin-bottom: 0;
}

.contacts-form__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1D1D1F;
  margin-bottom: 24px;
}

.contacts-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contacts-item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #74748B;
  margin-bottom: 2px;
}

.contacts-item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.contacts-right {
  border-radius: 8px;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.contacts-map {
  width: 100%;
  height: 100%;
}

.map-label {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FA6D21;
  position: absolute;
  left: -16px;
  top: -32px;
}

[class*="ground-pane"] {
  filter: grayscale(1);
}

.contacts-badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.contacts-badge {
  padding: 24px;
  width: 314px;
  min-height: 122px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
  border-radius: 16px;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.contacts-badge:hover {
  border-color: #74748B;
  box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
}

.contacts-badge.is-active {
  border-color: #FA6D21;
  box-shadow: 0px 8px 32px rgba(56, 82, 122, 0.32);
}

.contacts-badge__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}

.contacts-badge__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.about-top-img {
  display: none;
}

.branches-text__imgs {
  display: none;
}

.branches-text__link {
  display: none;
}

.active-slider-pagination {
  display: none;
}

.contacts {
  padding-bottom: 0;
}

.main-descr-items {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3E3E43;
}

.main-descr-items p {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}

.main-descr-text {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #74748B;
}

.main-descr-items p::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/_mirror/wp-content/themes/stecpoint-new/img/hero-check.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
}

.main-descr-items p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .main-descr-text {
    display: block;
  }

  .front-main-descr-items {
    display: none;
  }

  .main-about-bottom-col {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main-about-items {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
}

@media (max-width: 767px) {
  .about-top {
    padding-bottom: 292px;
    position: relative;
  }

  .about-top-title {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }

  .about-top-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .about-top-img {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    width: 360px;
  }

  .section-text {
    font-size: 14px;
    line-height: 20px;
  }

  .facts-items {
    flex-direction: column;
  }

  .facts-item {
    padding: 24px;
    min-height: unset;
  }

  .facts-item__title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 8px;
  }

  .facts-item__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

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

  .branches__text {
    text-align: left;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .branches-right {
    display: none;
  }

  .branches-circle {
    display: none;
  }

  .branches-left {
    width: auto;
    height: auto;
    min-width: unset;
  }

  .branches-texts {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    width: 100%;
    max-width: unset;
    gap: 16px;
  }

  .branches-text {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(56, 82, 122, 0.16);
    border-radius: 8px;
    padding: 24px 16px;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .branches-text__text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
  }

  .branches-text__imgs {
    display: flex;
    width: 100%;
    gap: 16px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }

  .branches-text__imgs .trust-item__img {
    width: 47%;
    max-width: 156px;
    max-height: unset;
  }
  .branches-text__imgs .trust-item__img img {
    max-height: unset;
  }


  .branches-text__link {
    display: none;
    align-self: flex-end;
  }

  .progress-subtitle {
    display: none;
  }

  .progress-items {
    gap: 16px;
  }

  .progress-item {
    padding: 24px 16px;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .progress-item__img {
    width: 64px;
    min-width: 64px;
    margin-bottom: 16px;
  }

  .progress-item__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .progress-item__text {
    font-size: 14px;
    line-height: 20px;
  }

  .progress {
    padding-bottom: 48px;
  }

  .pres__inner {
    padding: 176px 16px 16px 16px;
  }

  .pres__inner .btn {
    width: 100%;
  }

  .pres-img {
    top: -16px;
    transform: translateX(-50%);
    right: unset;
    left: 50%;
    width: 296px;
  }

  .pres-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .pres-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    max-width: 200px;
    color: #B8B8C0;
  }

  .contacts-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .contacts-left {
    width: 100%;
  }

  .contacts-form__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .contacts-item__text {
    font-size: 14px;
    line-height: 20px;
  }

  .contacts-right {
    height: 480px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .contacts-badges {
    flex-direction: row;
    top: unset;
    right: unset;
    left: unset;
    position: relative;
  }

  .contacts-badge {
    padding: 16px;
    width: 244px;
    min-width: 244px;
    min-height: 88px;
  }

  .contacts-badge__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .contacts-badge__text {
    font-size: 12px;
    line-height: 16px;
  }

  .contacts-badges-wrapper {
    position: absolute;
    top: 24px;
    left: 0;
    padding-left: 16px;
    overflow: auto;
    width: 100%;
  }

  .contacts-badges-wrapper::-webkit-scrollbar {
    display: none;
  }

  .contacts {
    padding-bottom: 0;
  }

  .page-about {
    padding-bottom: 0;
  }

  .branches-text:nth-child(1) {
    order: 1;
  }

  .branches-text:nth-child(2) {
    order: 5;
  }

  .branches-text:nth-child(3) {
    order: 4;
  }

  .branches-text:nth-child(4) {
    order: 2;
  }

  .branches-text:nth-child(5) {
    order: 3;
  }

  .progress-item:nth-child(1) {
    order: 4;
  }

  .progress-item:nth-child(2) {
    order: 3;
  }

  .progress-item:nth-child(3) {
    order: 1;
  }

  .progress-item:nth-child(4) {
    order: 2;
  }

  .progress-item:nth-child(5) {
    order: 5;
  }

  .active-slider-pagination {
    display: flex;
    justify-content: center;
  }

  .active-slider-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: #ECEEF1;
    border-radius: 3px;
    opacity: 1;
  }

  .active-slider-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(45deg, #F3521F 2.56%, #F78720 100%);
  }

  .swiper-container-horizontal > .active-slider-pagination.swiper-pagination-bullets {
    bottom: -30px;
  }

  .active-slider.swiper-container {
    overflow: visible;
  }

  .main-descr-items {
    font-size: 14px;
    line-height: 20px;
  }

  .main-descr-items p {
    margin-bottom: 16px;
  }

  .main-about-bottom-col {
    flex-direction: column-reverse;
    display: flex;
  }

  .main-about-items {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .front-main-descr-items {
    display: none;
  }

  .page-case-top--platform .page-case-top__img--desktop {
    display: none;
  }

  .page-case-top--platform .page-case-top__img--mobile {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .page-case-top--platform.page-case-top {
    height: 576px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-top: 315px;
  }

  .expertise-item--buy .expertise-item__img {
    top: -10px;
  }
}


@media (max-width: 375px) {
  .cases-item__img .mobile-image {
    display: flex;
  }

  .cases-item__img .desktop-image {
    display: none;
  }

  .page-case-top__img img:first-child {
    display: none;
  }

  .page-case-top__img img:last-child {
    display: block;
  }
}

.page-outstaffing {
  position: relative;
}

.page-outstaffing::before {
  content: '';
  position: absolute;
  top: 65px;
  left: -296px;
  width: 1123px;
  height: 363px;
  border-radius: 1123px;
  background: linear-gradient(45deg, rgba(255, 81, 26, 0.30) 2.56%, rgba(255, 135, 31, 0.30) 100%);
  filter: blur(187.39999389648438px);
}

.page-outstaffing-head {
  margin-bottom: 48px;
}

.page-outstaffing-head .section-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 24px;
}

.page-outstaffing-head__text {
  font-size: 18px;
  line-height: 32px;
}

.page-outstaffing-filters {
  padding: 12px 16px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.28);
  margin-bottom: 32px;
}

.page-outstaffing-filters__title {
  color: #1D1D1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
}

.page-outstaffing-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-outstaffing-filters__btn {
  color: #74748B;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #86868B;
  background: #FFF;
  transition: all 0.3s;
}

.page-outstaffing-filters__btn:hover {
  border-color: #FA6D21;
}

.page-outstaffing-filters__btn.is-active {
  color: #FFF;
  background: #FA6D21;
  border-color: #FA6D21;
}

.page-outstaffing-table {
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #ECEEF1;
  background: #fff;
  width: 100%;
}

.page-outstaffing-table__row {
  border-bottom: 1px solid #ECEEF1;
}

.page-outstaffing-table__row:not(.page-outstaffing-table__head):last-child {
  border-bottom: none;
}

.page-outstaffing-table__cell {
  padding: 16px;
  border-right: 1px solid #ECEEF1;
  vertical-align: top;
  text-align: left;
  max-width: 450px;
}

.page-outstaffing-table__cell:last-child {
  border-right: none;
}

.page-outstaffing-table__cell-title {
  color: #1D1D1F;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 4px;
}

.page-outstaffing-table__cell-subtitle {
  color: #5A5A5F;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.page-outstaffing-table__cell-text {
  color: #1D1D1F;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.page-outstaffing-table__cell-link {
  cursor: pointer;
  margin-top: 8px;
}

.page-outstaffing-table__cell-link:hover {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.page-outstaffing-table__cell-link:hover span {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
}

.page-outstaffing-table__cell-link:hover span svg path {
  fill: #ffffff;
}

.modal-resume {
  width: 890px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(115deg, #F8F8F9 -10.25%, #EFF2F5 55.9%, #F5F7F9 100%);
}

.modal-resume__title {
  color: #1D1D1F;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.modal-resume__iframe-container {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  overflow: hidden;
  background: #fff;
}

.modal-resume__iframe-container iframe {
  height: 450px;
  width: 100%;
  border: 0;
}

.modal-resume__contacts {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.modal-resume .modal__close {
  top: 24px;
  right: 24px;
}

.page-outstaffing-table__row.is-hidden {
  display: none;
}

.page-outstaffing-table__cell-text.has-clamp {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-outstaffing-table__cell-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: var(--Gradinet-Orange, linear-gradient(45deg, #F3521F 2.56%, #F68720 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
  margin-top: 8px;
  border: none;
  cursor: pointer;
}

.page-outstaffing-table__cell-btn:hover {
  background: linear-gradient(45deg, #B52C02 2.56%, #FF7C02 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.modal-resume .modal-call__contact {
  width: 120px;
  flex: unset;
  height: 80px;
}

@media (max-width: 767px) {
  .page-outstaffing {
    padding-top: 54px;
  }

  .page-outstaffing::before {
    top: 161px;
    left: -189px;
    width: 404px;
    height: 145px;
    filter: blur(100px);
  }

  .page-outstaffing-head {
    margin-bottom: 40px;
  }

  .page-outstaffing-head .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .page-outstaffing-head__text {
    font-size: 14px;
    line-height: 20px;
  }

  .page-outstaffing-filters {
    margin-bottom: 40px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .page-outstaffing-table__row.page-outstaffing-table__head {
    display: none;
  }

  .page-outstaffing-table {
    border-radius: 0;
    border: none;
    background: transparent;
  }

  .page-outstaffing-table__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-outstaffing-table__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 24px 24px;
    border-radius: 12px;
    border: 1px solid #ECEEF1;
    background: #FFF;
    margin-bottom: 24px;
  }

  .page-outstaffing-table__cell {
    padding: 0;
    border-right: none;
  }

  .page-outstaffing-table__cell-title {
    color: #1D1D1F;
    font-size: 26px;
    line-height: 36px;
  }

  .page-outstaffing-table__cell-subtitle {
    color: #86868B;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }

  .page-outstaffing-table__cell:nth-child(2) .page-outstaffing-table__cell-text {
    color: #5A5A5F;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .page-outstaffing-table__cell-btn {
    margin-bottom: 20px;
  }

  .page-outstaffing-table__cell:nth-child(4) .page-outstaffing-table__cell-text {
    color: #1D1D1F;
    font-size: 20px;
    line-height: 20px;
  }

  .page-outstaffing-table__cell:nth-child(4) .page-outstaffing-table__cell-text span {
    display: inline-block;
    color: #1D1D1F;
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
  }

  .page-outstaffing-table__cell {
    width: 100%;
  }

  .page-outstaffing-table__cell-link {
    width: 100%;
    padding: 14px 32px;
    border-radius: 8px;
    background: #FFF5EF;
    color: #FA6D21;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    justify-content: center;
    margin-top: 20px;
  }

  .services-item__link p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
  }

  .page-outstaffing-table__cell-link span {
    display: none;
  }

  .page-outstaffing-table__row:last-child {
    border-bottom: 1px solid #ECEEF1;
  }

  .page-outstaffing-table__row:last-child {
    margin-bottom: 0;
  }

  .modal-resume {
    width: calc(100% - 32px);
  }

  .modal-resume__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .page-outstaffing-table__row:not(.page-outstaffing-table__head):last-child {
    border-bottom: 1px solid #ECEEF1;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 8px 24px 0px #38527A29;
  z-index: 99998;
  padding: 16px;
  display: none;
  max-width: 800px;
  width: 800px;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
}

.cookie-banner.show {
  display: flex;
}

.cookie-banner__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1e1e1e;
  margin: 0 0 8px 0;
}

.cookie-banner__description {
  font-size: 14px;
}

.cookie-banner__description a {
  color: #F3521F;
  text-decoration: underline;
}

.cookie-banner__button {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 815px) {
  .cookie-banner {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .cookie-banner {
    width: 100%;
    max-width: 341px;
  }

  .cookie-banner__title {
    font-size: 14px;
  }

  .cookie-banner__description {
    font-size: 12px;
  }
}