/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --second-text-color: #999;
  --font-size-20-16: clamp(1rem, 0.8356rem + 0.6144vw, 1.25rem);
}

@font-face {
  font-family: 'Circe';
  src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
      url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
      url('../fonts/Circe-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

.no-touch .main-menu > ul > li > a:hover {
  color: var(--pink-color);
}

.br-mob,
.br-mob-sm {
  display: none;
}
@media (max-width: 1079px) {
  .br-mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .br-mob-sm {
    display: block;
  }
}


.sp-r {
  font-family: "Circe", sans-serif;
  line-height: 0;
}

.sp-block-title {
  font-size: 54px;
  line-height: 1.26;
  text-transform: uppercase;
  font-family: var(--font-family-accent);
  font-weight: 400;
  text-align: center;
  /* margin-bottom: .7em; */
  margin-bottom: 25px;
}
@media (max-width: 1079px) {
  .sp-block-title {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .sp-block-title {
    font-size: 24px;
  }
}

.s-projects {
  font-size: 20px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .s-projects {
    font-size: 18px;
    margin-top: 58px;
  }
}
@media (max-width: 428px) {
  .s-projects {
    font-size: 16px;
  }
}

.sp-main-screen {
  padding-bottom: 107px;
}

@media (max-width: 768px) {
  .sp-main-screen {
    padding-bottom: 45px;
  }
}

.sp-main-screen__title {
  z-index: 5;
  position: relative;
  text-align: center;
  font-size: 80px;
  line-height: 1.08;
  text-transform: uppercase;
  font-family: var(--font-family-accent);
  font-weight: 400;
  margin-bottom: 35px;
}

@media (max-width: 1280px) {
  .sp-main-screen__title {
    font-size: 70px;
  }
}
@media (max-width: 1079px) {
  .sp-main-screen__title {
    font-size: clamp(1.5rem, 0.5514rem + 4.7431vw, 3.75rem);
  }
}
@media (max-width: 768px) {
  .sp-main-screen__title {
    margin-bottom: 20px;
  }
}

.sp-main-screen__stroke-wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100vw;
  max-width: 3000px;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .sp-main-screen__stroke-wrapper {
    margin-bottom: 95px;
  }
}

.sp-main-screen__stroke {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* font-size: 36px; */
  font-size: clamp(1.125rem, 0.8023rem + 1.2064vw, 2.25rem);
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-animation: running-animation 20s linear infinite;
          animation: running-animation 20s linear infinite;
  white-space: nowrap;
}

@-webkit-keyframes running-animation {
  0% { -webkit-transform: translateZ(0); transform: translateZ(0); }
  100% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
}

@keyframes running-animation {
  0% { -webkit-transform: translateZ(0); transform: translateZ(0); }
  100% { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
}

.sp-main-screen__btn {
  z-index: 5;
  position: relative;
}

.sp-main-screen__btn > .button {
  background: transparent;
}

.sp-main-screen__btn .text-d {
  display: none;
}

.curtain {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 345px;
  height: 963px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .curtain {
    width: 167px;
    height: 554px;
  }
}

.curtain-1 {
  left: 0;
  background-image: url(../../../images/special-projects/curtain-left.png);
  background-position: top left;
}

@media (max-width: 600px) {
  .curtain-1 {
    background-image: url(../../../images/special-projects/curtain-left-mob.png);
  }
}

.curtain-2 {
  right: 0;
  background-image: url(../../../images/special-projects/curtain-right.png);
  background-position: top right;
}

@media (max-width: 600px) {
  .curtain-2 {
    background-image: url(../../../images/special-projects/curtain-right-mob.png);
  }
}

/* sp-descr начало */

  .sp-descr {
    padding-bottom: 90px;
  }
  @media (max-width: 1079px) {
    .sp-descr {
      padding-bottom: 72px;
    }
  }

  .sp-descr__image {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    max-width: 342px;
    margin-left: 4.1vw;
    padding-right: 133px;
  }
  @media (max-width: 1024px) {
    .sp-descr__image {
      margin-left: 0;
      padding-right: 30px;
      margin-bottom: 10%;
    }
  }
  @media (max-width: 600px) {
    .sp-descr__image {
      max-width: 243px;
    }
  }

  .sp-descr__image::after {
    content: "";
    position: absolute;
    right: -14%;
    top: 55%;
    width: 80%;
    height: 47%;
    background: url(../../../images/special-projects/sp-finger.png) no-repeat center center / contain;
    -webkit-transform: rotate(-34deg);
        -ms-transform: rotate(-34deg);
            transform: rotate(-34deg);
    /* animation: t-finger 6s ease-in-out infinite; */
    -webkit-animation-name: t-finger;
            animation-name: t-finger;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform-origin: 20% 50%;
        -ms-transform-origin: 20% 50%;
            transform-origin: 20% 50%;
  }
  @media (max-width: 1024px) {
    .sp-descr__image::after {
      width: 58%;
      height: 41%;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      right: -30%;
      top: 46%;
      /* animation: t-finger-mob 3s ease-in-out infinite; */
      -webkit-animation-name: t-finger-mob;
              animation-name: t-finger-mob;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
    }
  }

  @-webkit-keyframes t-finger {
    0% {
      -webkit-transform: rotate(-34deg);
              transform: rotate(-34deg);
    }
    50% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    100% {
      -webkit-transform: rotate(-34deg);
              transform: rotate(-34deg);
    }
  }

  @keyframes t-finger {
    0% {
      -webkit-transform: rotate(-34deg);
              transform: rotate(-34deg);
    }
    50% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    100% {
      -webkit-transform: rotate(-34deg);
              transform: rotate(-34deg);
    }
  }

  @-webkit-keyframes t-finger-mob {
    0% {
      -webkit-transform: translateY(0) rotate(90deg);
              transform: translateY(0) rotate(90deg);
    }
    50% {
      -webkit-transform: translateY(-20%) rotate(90deg);
              transform: translateY(-20%) rotate(90deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(90deg);
              transform: translateY(0) rotate(90deg);
    }
  }

  @keyframes t-finger-mob {
    0% {
      -webkit-transform: translateY(0) rotate(90deg);
              transform: translateY(0) rotate(90deg);
    }
    50% {
      -webkit-transform: translateY(-20%) rotate(90deg);
              transform: translateY(-20%) rotate(90deg);
    }
    100% {
      -webkit-transform: translateY(0) rotate(90deg);
              transform: translateY(0) rotate(90deg);
    }
  }

  .sp-descr__image img {
    width: 100%;
    height: auto;
  }

  .sp-descr__image figure {
    margin: 0;
    width: 100%;
  }

  .sp-descr__image .sp-descr__tiger-img {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    height: auto;
  }

  .sp-descr__wrapper {
    position: relative;
    padding-top: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  @media (max-width: 1024px) {
    .sp-descr__wrapper {
      padding-top: 45px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
    }
  }

  .sp-descr__text-wrapper {
    max-width: 563px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }
  @media (max-width: 600px) {
    .sp-descr__text-wrapper {
      font-size: 16px;
      max-width: 430px;
      text-align: center;
    }
  }
  @media (max-width: 428px) {
    .sp-descr__text-wrapper {
      font-size: 16px;
      max-width: 350px;
      text-align: center;
    }
  }

  .sp-descr__paragraph {
    margin-bottom: 30px !important;
  }
  @media (max-width: 600px) {
    .sp-descr__paragraph {
      margin-bottom: 25px !important;
    }
  }

  .sp-descr__paragraph:last-child {
    margin-bottom: 0;
  }
/* sp-descr конец */

/* accordion начало */
.sp-accordion {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (max-width: 600px) {
  .sp-accordion {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.accordion__item {
  border-bottom: 3px solid var(--main-color);
}

.accordion__item:first-child {
  border-top: 3px solid transparent;
}

.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 1.0627rem + 2.5692vw, 54px);
  line-height: 1.2;
  padding: 0.3em 0;
  padding-right: 40px;
  font-weight: bold;
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 768px) {
  .accordion__header {
    padding: 0.8em 0;
  }
}

@media (max-width: 1079px) {
  .accordion__header {
    font-size: clamp(1.75rem, 1.0649rem + 3.4256vw, 3.375rem);
    padding-right: 0;
  }
}
@media (max-width: 428px) {
  .accordion__header {
    font-size: clamp(1.5rem, 0.7593rem + 3.7037vw, 1.75rem);
    padding-right: 0;
  }
}

.accordion__header::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 96px;
  height: 96px;
  background: url(../../../images/special-projects/sp-fist.png) no-repeat center / contain;
  content: "";
}

@media (max-width: 1079px) {
  .accordion__header::after {
    width: 2.3em;
    height: 2.3em;
    max-width: 96px;
    max-height: 96px;
  }
}

@media (max-width: 428px) {
  .accordion__header::after {
    max-width: 72px;
  }
}

.accordion__item_show .accordion__header::after{
  background: url(../../../images/special-projects/sp-palm.png) no-repeat center / contain;
  margin-right: 10px;
}

.accordion__item_show:first-child {
  border-top: 3px solid transparent;
}

.accordion__body {
  padding: 18px 0 20px 0;
  overflow: hidden;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
/* accordion конец */

/* карточки кейсов начало */
.sp-case__case-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-case__text-block {
  max-width: 772px;
}

.sp-case__item {
  margin: 0;
  padding: 0;
}

.sp-case__case-items .sp-case__item:not(:first-child) {
  display: none;
}

.sp-case__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 1079px) {
  .sp-case__filter-btn {
    margin-bottom: 30px;
  }
}

.sp-case__filter-btn {
  opacity: .6;
  margin-right: 3em;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: var(--font-size-20-16);
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1.5em;
}
@media (max-width: 428px) {
  .sp-case__filter-btn {
    margin-right: 2em;
  }
}

.sp-case__filter-btn:last-child {
  margin-right: 0;
}
.sp-case__filter-btn:hover {
  cursor: pointer;
}
.sp-case__filter-btn.active {
  color: var(--main-color);
  opacity: 1;
}
.sp-case__item.active {
  display: block;
}
.sp-case__item.hidden {
  display: none;
}

.sp-emx-case {
  max-width: 772px;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .sp-emx-case {
    margin-bottom: 20px;
  }
}

.sp-emx-case__img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.sp-emx-case__title {
  font-size: clamp(1.375rem, 1.0049rem + 1.3834vw, 2.25rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.sp-emx-case__descr {
  font-size: clamp(1rem, 0.8943rem + 0.3953vw, 1.25rem);
  margin-bottom: clamp(20px, 0.7213rem + 1.9763vw, 40px) !important;
}

.sp-emx-case__link {
  text-transform: uppercase;
  font-size: clamp(1rem, 0.8943rem + 0.3953vw, 1.25rem);
  font-weight: 900;
  color: var(--pink-color);
}
.sp-emx-case__link:hover {
  color: var(--pink-color);
}
/* карточки кейсов конец */

/* часы-тигр начало */
.sp-tiger-watch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 560px;
  padding: 45px 0;
  padding-bottom: 67px;
}
@media (max-width:768px) {
  .sp-tiger-watch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    min-height: auto;
  }
}

.sp-tiger-watch__descr {
  position: relative;
  text-align: center;
  margin: 0 auto !important;
  max-width: 563px;
  padding: 0.9em;
}
@media (max-width:768px) {
  .sp-tiger-watch__descr {
    padding: .3em;
  }
}

.sp-tiger-watch__item {
  position: absolute;
  /* width: 560px;
  height: 560px; */
  width: clamp(12.25rem, -37.3214rem + 80.3571vw, 35rem);
  height: clamp(12.25rem, -37.3214rem + 80.3571vw, 35rem);
  border: 3px solid var(--main-color);
  border-radius: 50%;
  background: url(../../../images/special-projects/sp-watch-bg.png) no-repeat center center / contain;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-tiger-watch__item-2 {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width:768px) {
  .sp-tiger-watch__item-2 {
    display: none;
  }
}

.sp-tiger-watch__item::after {
  position: absolute;
  top: 22%;
  left: 4%;
  -webkit-transform-origin: 74.21% 45.27%;
      -ms-transform-origin: 74.21% 45.27%;
          transform-origin: 74.21% 45.27%;
  /* transform: translate(-50%, -50%); */
  content: "";
  width: 63%;
  height: 63%;
  background: url(../../../images/special-projects/sp-tiger-watch.png) no-repeat center center / contain;
  /* animation: rotate360-60 60s infinite steps(60); */
  -webkit-animation-name: rotate360-60;
  animation-name: rotate360-60;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(60);
          animation-timing-function: steps(60);
}

.sp-tiger-watch__item-1 {
  left: 0;
}
@media (max-width:768px) {
  .sp-tiger-watch__item-1 {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: clamp(15.25rem, 8.2857rem + 34.8214vw, 25rem);
    height: clamp(15.25rem, 8.2857rem + 34.8214vw, 25rem);
  }
}

.sp-tiger-watch__item-2 {
  right: 0;
}

.sp-tiger-watch__item-2::after {
  -webkit-animation: rotate360 60s infinite steps(60);
          animation: rotate360 60s infinite steps(60);
}

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

@keyframes rotate360 {
  0% {-webkit-transform:rotate(0);transform:rotate(0);}
  100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes rotate360-60 {
  0% {-webkit-transform:rotate(180deg);transform:rotate(180deg);}
  100% {-webkit-transform:rotate(540deg);transform:rotate(540deg);}
}
@keyframes rotate360-60 {
  0% {-webkit-transform:rotate(180deg);transform:rotate(180deg);}
  100% {-webkit-transform:rotate(540deg);transform:rotate(540deg);}
}
@-webkit-keyframes rotate-broken {
  0% {-webkit-transform:rotate(0);transform:rotate(0);}
  50% {-webkit-transform:rotate(8deg);transform:rotate(8deg);}
  55% {-webkit-transform:rotate(5deg);transform:rotate(5deg);}
  57% {-webkit-transform:rotate(6deg);transform:rotate(6deg);}
  59% {-webkit-transform:rotate(5deg);transform:rotate(5deg);}
  100% {-webkit-transform:rotate(8deg);transform:rotate(8deg);}
}
@keyframes rotate-broken {
  0% {-webkit-transform:rotate(0);transform:rotate(0);}
  50% {-webkit-transform:rotate(8deg);transform:rotate(8deg);}
  55% {-webkit-transform:rotate(5deg);transform:rotate(5deg);}
  57% {-webkit-transform:rotate(6deg);transform:rotate(6deg);}
  59% {-webkit-transform:rotate(5deg);transform:rotate(5deg);}
  100% {-webkit-transform:rotate(8deg);transform:rotate(8deg);}
}
/* часы-тигр конец */

/* кейсы под бизнес задачи начало */
.sp-cases {
  padding-top: 90px;
}
.sp-cases__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  overflow: auto;
  gap: 11%;
  margin-bottom: 75px;
}
@media (max-width: 1079px) {
  .sp-cases__filter br {
    display: none;
  }
  .sp-cases__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 30px;
    overflow: inherit;
  }
}
.sp-cases__filter-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1079px) {
  .sp-cases__filter-item {
    max-width: 460px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .sp-cases__filter-item {
    max-width: 430px;
    padding: 0;
  }
}

.sp-cases__filter-btn {
  z-index: 10;
  position: relative;
  padding: 0;
  background: none;
  border: none;
  color: var(--second-text-color);
  font-family: inherit;
  font-size: var(--font-size-20-16);
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1079px) {
  .sp-cases__filter-btn {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 425px) {
  .sp-cases__filter-btn {
    padding-right: 50px;
  }
}

.sp-cases__filter-btn:hover {
  cursor: pointer;
}

.sp-cases__filter-btn.active {
  position: relative;
  color: var(--main-color);
}
@media (max-width: 1079px) {
  .sp-cases__filter-btn.active::after {
    position: absolute;
    top: -4px;
    content: "";
    right: 0;
    width: 67px;
    height: 41px;
    background: url(../../../images/special-projects/sp-case-finger.png) transparent no-repeat center / contain;
  }
}
@media (max-width: 425px) {
  .sp-cases__filter-btn.active::after {
    right: -25px;
  }
}
@media (max-width: 375px) {
  .sp-cases__filter-btn.active::after {
    right: -22px;
    width: 50px;
    height: 37px;
  }
}

@media (max-width: 428px) {
  .sp-cases__filter-btn > br {
    display: none;
  }
}

.sp-cases__case {
  display: none;
}

.sp-cases__title {
  margin-bottom: 1.7em;
}
.sp-cases__wrapper {
  margin-bottom: 125px;
}
@media (max-width: 1079px) {
  .sp-cases__wrapper {
    margin-bottom: 0;
  }
}

.sp-cases__case .main-cases_right {
  top: clamp(-26px, -45vh, -260px);
}

.sp-cases__wrapper .main-cases__block {
  color: rgba(153, 153, 153, .6);
}

.sp-cases__wrapper .main-cases__item:hover .main-cases__title,
.sp-cases__wrapper .main-cases__item:hover .main-cases__text {
  color: var(--main-color);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-cases_right.active .case-gpb3__santa {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.sp-cases__case .case-gpb3__santa {
  top: -60px;
  left: 30%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sp-cases__case .hoff2-case.active {
  left: 10%;
  width: clamp(595px, 89.39vh, 655px);
  height: clamp(510px, 76.6vh, 640px);
}

.sp-cases__case .case-juw2__obj {
  left: -10%;
}

.sp-cases__case .case-modern__right.hoff3-case {
  left: 10%;
  height: clamp(510px, 93vh, 644px);
  margin-top: clamp(-316px, -46.5vh, -237px);
  width: clamp(390px, 58.29vh, 494px);
}

.sp-cases__case .mvid3-case__couple {
  width: clamp(452px, 75vh, 507px);
  height: clamp(452px, 75vh, 507px);
  -webkit-transform: translate(-42%, 0);
      -ms-transform: translate(-42%, 0);
          transform: translate(-42%, 0);
}

.sp-cases__case .case-modern__right.econ1-case {
  width: clamp(480px, 34.033199999999994rem + 13.2964vw, 132rem);
  height: clamp(413px, 90vh, 641px);
  top: clamp(-100px, -2vh, -99px);
  left: 20%;
  margin-left: clamp(-240px, 59.4vh - 695px, 48px);
}

.sp-cases__case .case-econ1__star.star3 {
  width: 86px;
  bottom: clamp(300px, 46vh, 430px);
  left: clamp(628px, 100vh, 703px);
}

.sp-cases__case .case-modern__right.hoff1-case.active {
  left: 10%;
}

.sp-cases__case  .emx7-case__ribbon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-cases__case .case-modern__right.gpb4-case.active {
  left: 0;
}

.case-modern__right.awad1-case.active {
  left: 10%;
  height: auto;
  top: 0;
  bottom: 0;
}

.case-modern__right.gpb2-case.active {
    top: 0;
    bottom: 0;
    left: 20%;
}

.case-modern__right.mvid1-case.active {
  top: 0;
  bottom: 0;
  left: 10%;
  margin-left: 0;
}

.sp-cases__case .case-gpb4__fish {
  right: auto;
  top: 10%;
}

.sp-cases__case .case-gpb4__marker {
  left: 560px;
  top: clamp(20px, 60vh, 450px);
}

.case-modern__right.hoff5-case.active {
  right: auto;
  top: 0;
  bottom: 0;
}

.case-modern__right.emx2-case.active {
  right: auto;
  left: -25%;
}
.case-modern__right.emx2-case.active .case-emx2__tiger {
  height: clamp(348px, 80%, 706px);
}

.case-modern__right.hoff5-case.active .hoff5-case__rabbit {
  height: clamp(376px, 67vh, 470px);
}

.case-modern__right.noimg2-case2.active {
  bottom: 0;
  right: auto;
  margin-top: 0;
  top: calc(50% - 320px);
}

.case-modern__right.mvid2-case.active {
  left: 10%;
  top: 0;
  bottom: 0;
  height: 100%;
  right: auto;
}
.case-modern__right.mvid2-case.active .case-mvid2__man {
  background-size: contain;
}

.sp-cases__case .case-bay1__inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sp-cases__case .case-bay1__man {
  position: absolute;
  bottom: 0;
  right: 380px;
  height: 100%;
  width: 397px;
}

.sp-cases__case .case-bay1__bag {
  opacity: 1;
  right: clamp(665px, 58vh, 494px);
}
/* кейсы под бизнес задачи конец */

/* этапы работ НАЧАЛО */
.sp-stages {
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (max-width:1079px) {
  .sp-stages {
    padding-bottom: 100px;
  }
}

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

.sp-stages__descr {
  max-width: 640px;
  margin-bottom: 50px !important;
}
@media (max-width:1079px) {
  .sp-stages__descr {
    max-width: 100%;
    margin-bottom: 50px !important;
  }
}

.sp-stages__heading {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
@media (max-width:1079px) {
  .sp-stages__heading {
    font-size: inherit;
    margin-left: 94px !important;
  }
}

.sp-stages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
}
@media (max-width: 1079px) {
  .sp-stages__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp-stages__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
@media (max-width: 1079px) {
  .sp-stages__stages {
    width: 100%;
  }
}

.sp-stages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 640px
}

.sp-stages__stage-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0em !important;
}

.sp-stages__list-item {
  margin-bottom: 35px;
}

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

.sp-stages__scroll {
  position: relative;
  margin-right: 65px;
}
@media (max-width: 1079px) {
  .sp-stages__scroll {
    margin-left: 20px;
  }
}

.sp-stages__scroll::after,
.sp-stages__scroll::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
}
/* 
.sp-stages__scroll::before {
  z-index: 1;
  height: 100px;
  background-color: var(--pink-color);
} */

.sp-stages__scroll-progress {
  z-index: 1;
  position: relative;
  width: 4px;
  height: 8%;
  background-color: var(--pink-color);
}

.sp-stages__scroll-indicator {
  z-index: 10;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  width: 84px;
  height: 84px;
  background: url(../../../images/special-projects/tiger-head.png) transparent no-repeat center / contain;
}

.sp-stages__card {
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}

.sp-image .mfp-title {
  display: inline-block;
  font-size: inherit;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  /* color: inherit; */
}

@media (max-width: 1079px) {
  .sp-image .mfp-title {
    padding: 0;
    text-align: center;
  }
}

/* .sp-image {
  background: url(../../../local/templates/emx2023/img/bg.png) repeat top center #fff;
} */

.sp-image .mfp-bottom-bar {
  font-size: 20px;
  text-align: center;
  margin-top: -28px;
  padding: 0 1em;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1079px) {
  .sp-image .mfp-bottom-bar {
    font-size: 1rem;
  }
}

.sp-image .mfp-title a,
.sp-image .mfp-title a:hover {
  font-size: inherit;
  color: var(--pink-color);
}

.mfp-image-holder .mfp-content {
  max-width: 90%;
}

.sp-stages__card:last-child {
  margin-bottom: 0;
}

.sp-stages__card figcaption {
  margin-top: 15px;
}

.sp-stages__card a {
  text-decoration: none;
  color: var(--pink-color);
}

.sp-stages__card-image {
  width: 100%;
  height: auto;
}

.sp-stages__cards {
  width: 30%;
  margin-top: 15px;
  max-width: 400px;
}
@media (max-width: 1079px) {
  .sp-stages__cards {
    width: 100%;
    max-width: 600px;
  }
}
/* этапы работ КОНЕЦ */

/* запуск проектов НАЧАЛО */
.sp-launch {
  padding-bottom: 150px;
  border-bottom: 3px solid #303030;
}
@media (max-width: 1079px) {
  .sp-launch {
    padding-bottom: 80px;
  }
}

.sp-launch__title {
  text-align: left;
  margin-bottom: 50px;
}

.sp-launch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-bottom: 155px;
}
@media (max-width: 1079px) {
  .sp-launch__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.sp-launch__block-title {
  line-height: 1.6;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1079px) {
  .sp-launch__block-title {
    margin-bottom: 20px;
  }
}

.sp-launch__block-descr {
  line-height: 1.9;
}

.sp-launch__block-descr {
  margin-bottom: 40px;
}

.sp-launch__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 1079px) {
  .sp-launch__block {
    width: 100%;
    max-width: 560px;
  }
}

.sp-launch__watch {
  position: relative;
  margin-top: auto;
  width: 210px;
  height: 210px;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  background: url(../../../images/special-projects/sp-watch-bg.png) no-repeat center center / contain;
}

.sp-launch__watch::after {
  position: absolute;
  top: 22%;
  left: 4%;
  -webkit-transform-origin: 74.21% 45.27%;
      -ms-transform-origin: 74.21% 45.27%;
          transform-origin: 74.21% 45.27%;
  content: "";
  width: 63%;
  height: 63%;
  background: url(../../../images/special-projects/sp-tiger-watch.png) no-repeat center center / contain;
  /* animation: rotate360-60 60s infinite steps(60); */
  -webkit-animation-name: rotate360-60;
  animation-name: rotate360-60;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(60);
          animation-timing-function: steps(60);
}

.sp-launch__watch-2::after {
  -webkit-animation: rotate-broken 2s infinite steps(1);
          animation: rotate-broken 2s infinite steps(1);
}

.sp-launch__dev-title {
  text-align: left;
}
@media (max-width:768px) {
  .sp-launch__dev-title {
    text-align: center;
  }
  .sp-launch__dev-title br {
    display: none;
  }
}

.sp-launch__palm {
  position: relative;
  display: inline-block;
  width: 2.7em;
}
@media (max-width:473px) {
  .sp-launch__palm {
    width: 1.9em;
  }
}
.sp-launch__palm::after {
  bottom: -0.7em;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 2.6em;
  background: url(../../../images/special-projects/palm-left.png) no-repeat center / contain;
}
.sp-launch__palm-right::after {
  background: url(../../../images/special-projects/palm-right.png) no-repeat center / contain;
}

.sp-launch__dev-title-wrapper {
  white-space: nowrap;
}

.sp-launch__text {
  max-width: 920px;
}
@media (max-width: 768px) {
  .sp-launch__text {
    text-align: center;
  }
}
/* запуск проектов КОНЕЦ */

/* sp-cards НАЧАЛО */
.sp-cards {
  padding-top: 95px;
  padding-bottom: 150px;
}
@media (max-width: 1079px) {
  .sp-cards {
    padding-bottom: 95px;
  }
}

.sp-cards__title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1079px) {
  .sp-cards__title {
    margin-bottom: 60px;
  }
}

.sp-cards__title span {
  white-space: nowrap;
}

/* .sp-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
} */
@media (max-width: 768px) {
  .sp-cards__slider {
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: 7 / 10.8;
    -webkit-transform: translateX(4vw);
        -ms-transform: translateX(4vw);
            transform: translateX(4vw);
  }
}

@media (max-width: 640px) {
  .sp-cards__card.slick-slide {
    min-height: 532px;
  }
}

@media (max-width: 768px) {
  .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 44px;
  }
  .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    height: auto;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
  }
}
.swiper-slide {
  width: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.swiper-cards .swiper-slide {
  overflow: visible;
}
.sp-cards__slide-text {
  display: none;
}
@media (max-width: 768px) {
  .sp-cards__slide-text {
    display: block;
    margin-bottom: 36px;
    min-height: 81px;
  }
}
@media (max-width: 768px) {
  .sp-cards__slide-text a,
  .sp-cards__slide-text p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* gap: 10px; */
    padding-bottom: 28px;
  }
}

.sp-cards__card {
  /* width: 25%; */
  width: 267px;
  -webkit-perspective: 900px;
          perspective: 900px;
  padding-bottom: 21px;
}
@media (max-width: 768px) {
  .sp-cards__card {
    /* padding-top: 48px; */
  }
}

.sp-cards__card.swiper-slide-active.anim {
  -webkit-animation: card-rotate 5s ease-in-out infinite;
          animation: card-rotate 5s ease-in-out infinite;
}

@-webkit-keyframes card-rotate {
  0% {-webkit-transform: rotateY(0deg) scale(1);transform: rotateY(0deg) scale(1)}
  50% {-webkit-transform: rotateY(15deg) scale(1);transform: rotateY(15deg) scale(1)}
  100% {-webkit-transform: rotateY(0deg) scale(1);transform: rotateY(0deg) scale(1)}
}

@keyframes card-rotate {
  0% {-webkit-transform: rotateY(0deg) scale(1);transform: rotateY(0deg) scale(1)}
  50% {-webkit-transform: rotateY(15deg) scale(1);transform: rotateY(15deg) scale(1)}
  100% {-webkit-transform: rotateY(0deg) scale(1);transform: rotateY(0deg) scale(1)}
}

@media (min-width: 767.9px) {
  .sp-cards__card:hover .sp-cards__card-wrapper {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}


.sp-cards__card .sp-cards__card-wrapper.active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.sp-cards__card--cta .sp-cards__card-wrapper {
  color: #fff;
}
.sp-cards__card--cta .sp-cards__back-text {
  text-transform: none;
}

.sp-cards__card--cta .sp-cards__card-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-cards__card--cta .sp-cards__back-text {
  font-weight: 500;
  line-height: 1.3;
}

.sp-cards__card--cta .sp-cards__card-name {
  color: #303030;
}
.sp-cards__card-name:hover .sp-cards__card-name--text {
  color: inherit;
}
.sp-cards__rotate-arrow {
  display: none;
}

@media (max-width: 768px) {
  .sp-cards__rotate-arrow {
    display: block;
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    /* padding-left: 10px; */
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sp-cards__card-btn {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: auto;
  text-decoration: none;
  color: inherit;
  padding-top: 1em;
  padding-right: 0.8em;
  padding-left: 0.8em;
  padding-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--pink-color);
  border: 3px solid #fff;
  border-radius: 22px;
}

.sp-cards__card-btn:hover {
  color: inherit;
}

.sp-cards__card--cta .sp-cards__card-back {
  background-color: #303030;
}

.sp-cards__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
}

/* .sp-cards__card-back > .sp-cards__content-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
} */

.sp-cards__card-front,
.sp-cards__card-back {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.sp-cards__card-back {
  background-color: var(--pink-color);
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sp-cards__back-image {
  position: absolute;
  width: 100%;
  height: auto;
}

/* .sp-cards__card-back > .sp-cards__image-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
} */

.sp-cards__card-1 .sp-cards__image-wrapper {
  background: url(../../../images/special-projects/stars-pink.gif) no-repeat center / cover;
  -webkit-clip-path: url(#clipPath);
          clip-path: url(#clipPath);
}

.sp-cards__card-2 .sp-cards__image-wrapper {
  width: 79%;
  height: 64%;
  background: url(../../../images/special-projects/sp-search-2.gif) no-repeat center / 130%;
  -webkit-clip-path: url(#clipPath2);
          clip-path: url(#clipPath2);
}

.sp-cards__card-2 .sp-cards__content-wrapper::after {
  position: absolute;
  content: "";
  left: 44%;
  top: 64px;
  width: 81%;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  height: 63%;
  background: url(../../../images/special-projects/sp-magnifier.png) no-repeat center / contain;
  -webkit-animation: left-right 4s ease-in-out infinite alternate;
          animation: left-right 4s ease-in-out infinite alternate;
}

.sp-cards__card-3 .sp-cards__image-wrapper {
  margin-top: 12%;
  width: 78%;
  -webkit-clip-path: url(#clipPath3);
          clip-path: url(#clipPath3);
}
.sp-cards__card-3 .sp-cards__image-wrapper::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  background: url(../../../images/special-projects/sp-spiral.svg) #fff no-repeat center / 220%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotate360card3 5s linear infinite;
          animation: rotate360card3 5s linear infinite;
}

.sp-cards__card-4 .sp-cards__image-wrapper {
  margin-top: 12%;
  width: 80%;
  height: 185px;
  -webkit-clip-path: url(#clipPath4);
          clip-path: url(#clipPath4);
}
.sp-cards__card-4 .sp-cards__image-wrapper::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 240%;
  left: 50%;
  top: 50%;
  background: url(../../../images/special-projects/sp-hearts-bg.svg) #fff no-repeat top center / 150%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: translateYcard 5s linear infinite;
          animation: translateYcard 5s linear infinite;
}
.sp-cards__card-4 .sp-cards__image-wrapper::before {
  z-index: 1;
    content: "";
    position: absolute;
    width: 34%;
    height: 34%;
    left: 60%;
    top: 16%;
    background: url(../../../images/special-projects/smile-please.png) no-repeat center / contain;
}

.sp-cards__card-4 .sp-cards__content-wrapper {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes translateYcard {
  from {-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
  to {-webkit-transform: translate(-50%, -75.6%);transform: translate(-50%, -75.6%);}
}

@keyframes translateYcard {
  from {-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
  to {-webkit-transform: translate(-50%, -75.6%);transform: translate(-50%, -75.6%);}
}

@-webkit-keyframes rotate360card3 {
  from {-webkit-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
  to {-webkit-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@keyframes rotate360card3 {
  from {-webkit-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
  to {-webkit-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@-webkit-keyframes left-right {
  from {    -webkit-transform: translateX(-30%) translateY(-10%) rotate(0);    transform: translateX(-30%) translateY(-10%) rotate(0);}
  to {   -webkit-transform: translateX(-20%) translateY(4%) rotate(-15deg);   transform: translateX(-20%) translateY(4%) rotate(-15deg);}
}

@keyframes left-right {
  from {    -webkit-transform: translateX(-30%) translateY(-10%) rotate(0);    transform: translateX(-30%) translateY(-10%) rotate(0);}
  to {   -webkit-transform: translateX(-20%) translateY(4%) rotate(-15deg);   transform: translateX(-20%) translateY(4%) rotate(-15deg);}
}

.sp-cards__image-wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 6px;
  width: 72%;
  height: 57%;
}

.sp-cards__card-front {
  background-color: #303030;
  padding: 6%;
}

.sp-cards__card-wrapper {
  /* box-sizing: content-box; */
  aspect-ratio: 7 / 10.3;
  /* padding: 6%; */
  position: relative;
  -webkit-transition: -webkit-transform 1500ms;
  transition: -webkit-transform 1500ms;
  -o-transition: transform 1500ms;
  transition: transform 1500ms;
  transition: transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform-style: preserve-3d; 
  transform-style: preserve-3d;
}

.sp-cards__front-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 16px;
  background: url(../../../images/special-projects/sp-card-front-bg.svg) no-repeat center / cover;
}

.sp-cards__type-image {
  width: 50%;
  height: auto;
  margin: auto;
}

.sp-cards__card-name {
  display: block;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .sp-cards__card-name.hidden {
    display: none;
  }
}

a.sp-cards__card-name:hover {
  color: var(--pink-color);
}

@media (max-width: 768px) {
  a.sp-cards__card-name:hover {
    color: inherit;
  }
}

.sp-cards__back-text {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: auto !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sp-cards__back-text > span {
  /* font-size: 2.25rem; */
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-top: auto !important;
}
/* sp-cards КОНЕЦ */

/* sp-cost-accordion НАЧАЛО */
.sp-cost-accordion__title {
  margin-bottom: 50px;
}

.accordion__body a {
  color: var(--pink-color);
}
.accordion__body a:hover {
  color: var(--pink-color);
}

#accordion-2 .accordion__header {
  font-size: inherit;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

#accordion-2 .accordion__body {
  padding: 0 0 60px 0;
}
@media (max-width: 1079px) {
  #accordion-2 .accordion__body {
    padding: 0 0 40px 0;
  }
}

#accordion-2 {
  margin-bottom: 197px;
}
@media (max-width: 1079px) {
  #accordion-2 {
    margin-bottom: 100px;
  }
  #accordion-2 .accordion__header::after {
    width: 5em;
    height: 5em;
  }
}
@media (max-width: 320px) {
  #accordion-2 .accordion__header::after {
    width: 3em;
    height: 3em;
  }
}
/* sp-cost-accordion КОНЕЦ */

/* sp-cost-faq НАЧАЛО */
.sp-cost-faq {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 150px;
}
@media (max-width: 1079px) {
  .sp-cost-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
    padding-bottom: 100px;
  }
}

.sp-cost-faq__item {
  z-index: 5;
  position: relative;
  width: 320px;
}
@media (max-width: 1079px) {
  .sp-cost-faq__item.active .sp-cost-faq__tiger {
    /* display: block; */
    opacity: 1;
  }
}
.sp-cost-faq__podium-wrapper {
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
  padding-top: 262px;
}

.sp-cost-faq__podium {
  max-width: 100%;
  height: auto;
}

.sp-cost-faq__link {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.sp-cost-faq__link:hover {
  color: var(--pink-color);
}

.sp-cost-faq__tiger {
  /* display: none; */
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 101px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

.sp-cost-faq__tiger.active {
  display: inline-block;
  opacity: 1;
}

.sp-cost-faq__tiger-left,
.sp-cost-faq__tiger-right,
.sp-cost-faq__tiger-right-reverse,
.sp-cost-faq__tiger-left-reverse {
  display: none;
  position: absolute;
  width: 38.5%;
  height: 41%;
  content: "";
  top: -90px;
}

@media (min-width: 1079.9px) {
  .sp-cost-faq__tiger-left.active,
  .sp-cost-faq__tiger-right.active,
  .sp-cost-faq__tiger-right-reverse.active,
  .sp-cost-faq__tiger-left-reverse.active {
    display: block;
  }
}

.sp-cost-faq__tiger-left,
.sp-cost-faq__tiger-right-reverse {
  left: 10%;
  background: url(../../../images/special-projects/cost-tiger-left.png) no-repeat center / contain;
}
.sp-cost-faq__tiger-right,
.sp-cost-faq__tiger-left-reverse {
  right: 10%;
  background: url(../../../images/special-projects/cost-tiger-right.png) no-repeat center / contain;
}

.sp-cost-faq__tiger-left-reverse {
  left: 10%;
}
.sp-cost-faq__tiger-right-reverse {
  left: auto;
  right: 10%;
}
/* sp-cost-faq КОНЕЦ */

/* sp-team НАЧАЛО */
.sp-team {
  padding-top: 50px;
  padding-bottom: 120px;
  color: #fff;
  background: url(../../../images/special-projects/sp-team-bg.png) #303030 no-repeat top center / cover;
}
@media (max-width: 1079px) {
  .sp-team {
    padding-bottom: 100px;
  }
}
.sp-team__title {
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .sp-team__title {
    margin-bottom: 40px;
  }
}
.sp-employees {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-employees__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  max-width: 60%;
  -ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) 37px minmax(-webkit-min-content, -webkit-max-content);
  -ms-grid-columns: minmax(min-content, max-content) 37px minmax(min-content, max-content);
  grid-template-columns: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(min-content, max-content));
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .sp-employees__list {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    padding-top: 40px;
    /* margin-left: auto;
    margin-right: auto; */
  }
}
@media (max-width: 425px) {
  .sp-employees__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.sp-employees__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3em;
}
@media (max-width: 425px) {
  .sp-employees__list-item {
    gap: .6em;
  }
}

@media (min-width: 1080px) {
  .sp-employees__list-item.active {
    color: var(--pink-color);
  }
}

.sp-employees__list-item:hover {
  cursor: pointer;
}

.sp-employees__count {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
}
@media (max-width: 1079px) {
  .sp-employees__count {
    font-size: 32px;
  }
}

.sp-employees__name {
  line-height: 1.2;
}
@media (max-width: 320px) {
  .sp-employees__name {
    font-size: 14px;
  }
}

.sp-team__descr {
  max-width: 708px
}
@media (max-width: 1079px) {
  .sp-team__descr {
    max-width: 700px;
    margin-bottom: 40px !important;
  }
}

.sp-employees__image-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: auto;
}
@media (max-width: 1079px) {
  .sp-employees__image-block {
    display: none;
  }
}

.sp-employees__circle {
  z-index: 2;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: white;
  aspect-ratio: 1 / 1;
  /* mix-blend-mode: hard-light; */
  opacity: 0.1;
  -webkit-filter: blur(11px);
          filter: blur(11px);
}

.sp-employees__chips {
  width: 100%;
  max-width: 226px;
  height: auto;
}

@-webkit-keyframes wave {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-40px); transform: translateY(-40px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes wave {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-40px); transform: translateY(-40px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

.sp-employees__chips:not(:first-child) {
  margin-left: -200px;
}

.sp-employees__image-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-employees__image-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employees-slider {
  margin-top: 130px;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 1079px) {
  .employees-slider {
    width: 100vw;
    margin-left: -20px;
    margin-top: 0;
    padding: 0;
  }
}

.sp-employees .slick-arrow {
  font-size: 0;
}
.sp-employees .slick-arrow:hover {
  cursor: pointer;
}

.sp-employees .slick-next {
  background: url(/local/templates/emx/css/../img/sprite.png) no-repeat -165px -50px transparent;
  right: 0;
}
@media (max-width: 1079px) {
  .sp-employees .slick-next {
    right: 20px;
  }
}

.sp-employees .slick-prev {
  background: url(/local/templates/emx/css/../img/sprite.png) no-repeat -345px -50px transparent;
  left: 0;
}
@media (max-width: 1079px) {
  .sp-employees .slick-prev {
    left: 20px;
  }
}

.employees-slider__image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.employees-slider__image-descr {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1079px) {
  .employees-slider__image {
    margin-bottom: 20px;
  }
  .employees-slider__image-descr {
    padding: 0px 20px;
  }
}
/* sp-team КОНЕЦ */

/* sp-strengthen НАЧАЛО */
.sp-strengthen {
  padding-top: 70px;
  padding-bottom: 130px;
  /* border-bottom: 3px solid #303030; */
}
@media (max-width: 1079px) {
  .sp-strengthen {
    padding-bottom: 100px;
  }
}

.sp-strengthen__title {
  text-align: left;
}
@media (max-width: 1079px) {
  .sp-strengthen__title {
    margin-bottom: 20px;
  }
}

.sp-strengthen__descr {
  max-width: 880px;
  margin-bottom: 30px !important;
  line-height: 1.9;
  font-weight: 900;
  text-transform: uppercase;
}

.sp-strengthen__list-wrapper {
  display: none;
  position: relative;
}
@media (max-width: 1079px) {
  .sp-strengthen__list-wrapper {
    padding-top: 200px;
    padding-bottom: 230px;
  }
}

.sp-strengthen__tiger-image.active {
  position: static;
}

.sp-strengthen__tiger {
  width: 50%;
  max-width: 197px;
  height: auto;
  position: absolute;
  top: 50%;
}
.sp-strengthen__tiger:hover {
  cursor: pointer;
}

.sp-strengthen__tiger-1 {
  position: absolute;
  -webkit-transform: translate(calc(-100% + -30px ), -50%);
      -ms-transform: translate(calc(-100% + -30px ), -50%);
          transform: translate(calc(-100% + -30px ), -50%);
}
@media (max-width: 1079px) {
  .sp-strengthen__tiger-1 {
    top: -23px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.sp-strengthen__tiger-2 {
  position: absolute;
  right: 0;
  -webkit-transform: translate(calc(100% + 30px), -50%);
      -ms-transform: translate(calc(100% + 30px), -50%);
          transform: translate(calc(100% + 30px), -50%);
}
@media (max-width: 1079px) {
  .sp-strengthen__tiger-2 {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.sp-strengthen__tiger-btn {
  position: relative;
  width: 100%;
  max-width: 389px;
  height: auto;
}

.sp-strengthen__tiger-btn:hover {
  cursor: pointer;
}

.sp-strengthen__tiger-btn-wrapper {
  position: relative;
  display: inline-block;
}
.sp-strengthen__scissors {
  position: absolute;
  width: 146px;
  height: 148px;
  left: 49%;
  bottom: -17%;
}
@media (max-width: 1079px) {
  .sp-strengthen__scissors {
    bottom: -26%;
  }
}

.sp-strengthen__scissors-item {
  position: absolute;
  width: 100%;
  height: auto;
}
.sp-strengthen__scissors-item-1 {
  z-index: 1;
  left: 13%;
  top: -7%;
  -webkit-animation: scissors-1 2s ease-in-out infinite;
          animation: scissors-1 2s ease-in-out infinite;
}

.sp-strengthen__scissors-item-2 {
  -webkit-animation: scissors-2 2s ease-in-out infinite;
          animation: scissors-2 2s ease-in-out infinite;
}

@-webkit-keyframes scissors-1 {
 0% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);} 
 50% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 
 100% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);} 
}

@keyframes scissors-1 {
 0% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);} 
 50% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 
 100% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);} 
}

@-webkit-keyframes scissors-2 {
  0% {-webkit-transform: rotate(15deg);transform: rotate(15deg);} 
  50% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 
  100% {-webkit-transform: rotate(15deg);transform: rotate(15deg);} 
 }

@keyframes scissors-2 {
  0% {-webkit-transform: rotate(15deg);transform: rotate(15deg);} 
  50% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 
  100% {-webkit-transform: rotate(15deg);transform: rotate(15deg);} 
 }

/* .sp-strengthen__tiger-btn-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 19%;
  transform: translateX(-50%) rotate(-121deg) scale(1, -1);
  width: 23%;
  height: 21%;
  background: url(../../../images/special-projects/sp-finger@2x.png) no-repeat center / contain;
  animation: translate-x-y 1s infinite alternate ease-in-out;
} */

@-webkit-keyframes translate-x-y {
  from {
    -webkit-transform: translateX(-40%) rotate(-121deg) scale(1, -1) translateY(0);
            transform: translateX(-40%) rotate(-121deg) scale(1, -1) translateY(0);
  } to {
    -webkit-transform: translateX(-80%) rotate(-121deg) scale(1, -1) translateY(-50%);
            transform: translateX(-80%) rotate(-121deg) scale(1, -1) translateY(-50%);
  }
}

@keyframes translate-x-y {
  from {
    -webkit-transform: translateX(-40%) rotate(-121deg) scale(1, -1) translateY(0);
            transform: translateX(-40%) rotate(-121deg) scale(1, -1) translateY(0);
  } to {
    -webkit-transform: translateX(-80%) rotate(-121deg) scale(1, -1) translateY(-50%);
            transform: translateX(-80%) rotate(-121deg) scale(1, -1) translateY(-50%);
  }
}

.sp-strengthen__list {
  /* opacity: 0; */
  margin: 0;
  padding: 0;
  padding-left: 1.2rem;
  list-style: disc;
  line-height: 1.6;
}


.sp-strengthen__list-item {
  margin-bottom: 0.6em;
}
/* sp-strengthen КОНЕЦ */

/* sp-reviews НАЧАЛО */
.sp-reviews {
  padding-bottom: 130px;
}
@media (max-width: 1079px) {
  .sp-reviews {
    padding-bottom: 100px;
  }
}
.sp-date {
  text-transform: none;
  white-space: nowrap;
}
.title-re--case {
  text-align: right;
}

.reviews .title-re {
  height: clamp(594px, 54vh, 590px);
}
@media (max-width: 1079px) {
  .reviews .title-re {
    height: auto;
  }
}

.sp-reviews .reviews .title-re > span {
  z-index: 2;
  background: none;
  position: relative;
}
@media (max-width: 1079px) {
  .sp-reviews .reviews .title-re > span {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 180px;
  }
}

.sp-reviews .reviews .title-re > span::after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: -14%;
  width: 80%;
  height: 80%;
  background: url(/local/templates/emx2023/img/main-heart.png) no-repeat center / contain;
  opacity: .6;
}
@media (max-width: 1079px) {
  .sp-reviews .reviews .title-re > span::after {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
  }
}

.sp-reviews .reviews__author {
  line-height: 1.6;
  margin-bottom: 90px;
  display: block;
}

.sp-reviews .reviews__text-inner img {
  max-width: 100%;
  margin-bottom: 20px;
}

.reviews__case-link {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pink-color);
}

.reviews__case-link:hover {
  color: var(--pink-color);
}

.sp-reviews .reviews-slider__controls {
  margin-left: auto;
}
/* sp-reviews КОНЕЦ */

/* sp-webinars НАЧАЛО */
.sp-webinars {
  padding-top: 70px;
  padding-bottom: 130px;
  color: #fff;
  background-color: #000;
}

.sp-webinars__title {
  color: #fff;
}

.sp-webinars__descr-wrapper {
  font-size: 20px;
  line-height: 1.5;
  color: #353535;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.sp-webinars__card-item.active .sp-webinars__descr-wrapper {
  color: #fff;
}

.sp-webinars__card-item.active .sp-webinars__descr-wrapper:hover,
.sp-webinars__card-item.active .sp-webinars__descr-wrapper:hover .sp-webinars__card-descr {
  color: var(--pink-color) !important;
}

.sp-webinars__card-item-man.active .sp-webinars__tiger-image {
  -webkit-animation: tiger-man 1.5s ease-out;
          animation: tiger-man 1.5s ease-out;
  opacity: 0;
}
@-webkit-keyframes tiger-man {
  from {-webkit-transform: translateX(-50%) translateY(0);transform: translateX(-50%) translateY(0); opacity: 1;}
  to {-webkit-transform: translateX(-50%) translateY(50%);transform: translateX(-50%) translateY(50%); opacity: 0;}
}
@keyframes tiger-man {
  from {-webkit-transform: translateX(-50%) translateY(0);transform: translateX(-50%) translateY(0); opacity: 1;}
  to {-webkit-transform: translateX(-50%) translateY(50%);transform: translateX(-50%) translateY(50%); opacity: 0;}
}
.sp-webinars__card-descr {
  margin-bottom: 0 !important;
}


@media (max-width: 1079px) {
  .sp-webinars__card-item-man {
    padding-top: 80px;
  }
}

.sp-webinars__recorded-link-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.sp-webinars__recorded-link {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.sp-webinars__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1079px) {
  .sp-webinars__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 160px;
  }
}

.sp-webinars__card-item {
  padding-top: 100px;
  width: 33.33%;
  max-width: 324px;
}
@media (max-width: 1079px) {
  .sp-webinars__card-item {
    width: 100%;
  }
}
.sp-webinars__card-item.active .sp-webinars__image-wrapper {
  opacity: 1;
}

.sp-webinars__person-image {
  z-index: 2;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 1079px) {
  .sp-webinars__person-image {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.sp-webinars__image-wrapper {
  z-index: 5;
  position: relative;
  opacity: 0;
  -webkit-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in;
}

.sp-webinars__image-wrapper::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -60px;
  content: "";
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: .4;
}
@media (max-width: 1079px) {
  .sp-webinars__image-wrapper::after {
    left: 50%;
    width: 250px;
    height: 250px;
    -webkit-transform: translateX(-54%);
        -ms-transform: translateX(-54%);
            transform: translateX(-54%);
  }
}

.sp-webinars__tiger-image {
  z-index: 2;
  position: absolute;
  top: -19px;
  left: 49%;

  width: 63%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1079px) {
  .sp-webinars__tiger-image {
    width: 53%;
  }
}

.sp-webinars__person-descr {
  position: absolute;
  top: -171px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  z-index: -1;
}
.sp-webinars__card-item-man.active .sp-webinars__person-descr {
  -webkit-animation: person-text-animation 1s ease-in-out;
          animation: person-text-animation 1s ease-in-out;
}

@-webkit-keyframes person-text-animation {
  from {-webkit-transform: translate(0, 40%);transform: translate(0, 40%); opacity: 0;}
  to {-webkit-transform: translate(0, 0);transform: translate(0, 0); opacity: 1;}
}

@keyframes person-text-animation {
  from {-webkit-transform: translate(0, 40%);transform: translate(0, 40%); opacity: 0;}
  to {-webkit-transform: translate(0, 0);transform: translate(0, 0); opacity: 1;}
}

.sp-webinars__card-link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  white-space: nowrap;
  color: inherit;
}
/* .sp-webinars__card-link:hover {
  color: var(--pink-color);
} */
/* sp-webinars КОНЕЦ */

/* lightbox НАЧАЛО */

/* lightbox КОНЕЦ */

.sp-form .lines-re {
  display: none;
}

.sp-form .re-form {
  padding-top: 160px;
}

@media (max-width: 1079px) {
  .sp-form .re-form {
    padding-top: 60px;
  }
}

.scroll-top-btn {
  display: none;
  z-index: 800;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  padding: 24px;

}
.scroll-top-btn::before {
  z-index: 750;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  -webkit-filter: opacity(.5);
          filter: opacity(.5);
  background-color: transparent;
}
.scroll-top-btn:hover::before {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  -webkit-filter: opacity(1);
          filter: opacity(1);
  z-index: 0;
}
@media (max-width: 1079px) {
  .scroll-top-btn {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    padding: 17px;
  }
}
.scroll-top-btn:hover {
  cursor: pointer;
}

.scroll-top-btn::after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../../images/special-projects/scroll-top-arrow.svg) no-repeat center / contain;
}