@charset "UTF-8";

/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Kaspersky Sans Display", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.container {
  padding: 0 16px;
  max-width: 1696px;
  margin: 0 auto;
}

.section-main {
  position: relative;
  padding-top: 75px;
  height: 100vh;
}

.section-main::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #4765B1 0%, #74fddc 90%, #74fddc00 100%);
  z-index: -1;
}

.section-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 971px;
  bottom: -374px;
  left: 0;
  background: url(../img/career-foto-tr.png) center top/cover no-repeat;
  z-index: 0;
}

.section-main__wrapper {
  position: relative;
  z-index: 1;
}

.section-main.no-bg::before {
  display: none;
}

.section-main.stories-main .section-main__descr span {
  max-width: 1518px;
}

.section-main__heading {
  max-width: 1372px;
  text-align: center;
  margin: 0 auto;
}

.section-main__heading span:first-child {
  font-family: "Kaspersky Sans Display";
  background: linear-gradient(180deg, #ffffff, white, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 320px;
  font-weight: 600;
  line-height: 344.04px;
  text-transform: lowercase;
  display: block;
}

.section-main__heading span:nth-child(2n) {
  padding-left: 0;
  color: white;
  transform: translate(-0.0125em, 0.05625em);
  display: inline-block;
  font-family: "Kaspersky Sans Display";
  text-shadow: rgba(255, 255, 255, 0.6) 1px 0 10px;
  font-size: 320px;
  font-weight: 600;
  line-height: 37px;
  margin-top: -75px;
}

.section-main__descr strong {
  display: block;
  margin-bottom: 24px;
  display: block;
  font-size: 104px;
  font-weight: 600;
  line-height: 93.6px;
  text-align: center;
  color: #fff;
}

.section-main__descr span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 32.32px;
  text-align: center;
  color: #fff;
  max-width: 1056px;
  margin: 0 auto;
}

.section-main__descr-mt {
  margin-top: 28px;
}

.section-main__descr-left strong {
  text-align: left;
}

.section-main__descr-left span {
  margin: 0 auto 0 0;
  max-width: 971px;
  text-align: left;
}

.careers {
  position: relative;
  margin-top: -233px;
  padding: 120px 0 192px;
  z-index: 1;
}

.careers-main {
  min-height: 1088px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
}

.careers-main::after {
  height: 100%;
  max-height: 1088px;
}

.careers::after {
  content: "";
  position: absolute;
  display: block;
  top: -111px;
  left: 0;
  right: 0;
  width: 100%;
  height: 718px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: -1;
}

.careers .container {
  max-width: 1142px;
  margin: 0 auto;
}

.careers-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}

.careers-list__item {
  display: none;
  max-width: 535px;
  background: #fff;
  border-radius: 16px;
}

.careers-list__item.visible {
  display: block;
}

.careers-list__item-foto {
  width: 100%;
}

.careers-list__item-foto img {
  border-radius: 16px;
  width: 535px;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-list__item-content {
  padding: 32px 32px 40px;
}

.careers-list__item-title {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  color: #00a88e;
  text-decoration: underline;
}

.careers-list__item-descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  color: #383f48;
}

a.ajax-get-posts {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: white;
  box-shadow: 0px 8px 32px 0px rgba(35, 209, 174, 0.4);
  background: #29ccb1;
  padding: 12px 40px;
  border-radius: 8px;
  margin: 40px auto 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.splide {
  visibility: visible;
}

.stories-main {
  min-height: 1088px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
}

.stories-main::after {
  height: 100%;
  background: url(../img/gradient-fon.png) center bottom/100vw no-repeat;
  max-height: 1088px;
}

.stories-lists {
  margin-top: -143px;
  padding-bottom: 192px;
}

.stories-lists .container {
  max-width: 1696px;
  margin: 0 auto;
}

.stories-list {
  margin: 0 auto 96px;
  max-width: 1664px;
  padding: 96px 139px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 63px;
       column-gap: 63px;
  background: #f4f7fa;
  border-radius: 40px;
  overflow: hidden;
  justify-content: space-between;
  min-height: 606px;
}

.stories-list:last-child {
  margin-bottom: 0;
}

.stories-list:nth-child(even) .stories-list__title {
  text-align: right;
}

.stories-list:nth-child(even) .stories-list__sidebar {
  max-width: 220px;
}

.stories-list .palec {
  display: none;
}

.stories-list__title {
  margin-bottom: 64px;
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 48.48px;
  letter-spacing: -0.02em;
  color: rgba(34, 52, 73, 0.4);
  text-decoration: none;
}

.stories-list__sidebar {
  max-width: 295px;
  min-width: 200px;
  overflow: hidden;
}

.stories-list__sidebar-wrapper {
  position: relative;
  margin-top: 46px;
}

.stories-list__sidebar-wrapper:nth-child(odd) .stories-list__sidebar-item {
  text-align: right;
}

.stories-list__sidebar-wrapper.max-5 {
  margin-top: 0 !important;
}

.stories-list__sidebar-item {
  margin-bottom: 24px;
  height: auto !important;
  color: #a0a9b3;
  cursor: pointer;
  visibility: visible;
  border: none !important;
}

.stories-list__sidebar-item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  transition: all 0.3s;
}

.stories-list__sidebar-item.is-active {
  min-height: 28px;
  border: none !important;
}

.stories-list__sidebar-item.is-active span {
  font-size: 24px;
  line-height: 26.4px;
  color: #00a88e;
  border-bottom: 1px solid #00a88e;
}

.stories-list__sidebar-item:last-child {
  margin-bottom: 0 !important;
}

.stories-list__slider {
  width: 100%;
  min-height: 255px;
  max-width: 980px;
}

.stories-list__slider:nth-child(odd) .stories-slider__item-foto {
  background: url(../img/stories/gex.png) 20px 80px/624px 624px no-repeat;
  right: -160px;
}

.stories-list__slider:nth-child(even) {
  max-width: 1050px;
}

.stories-list__slider:nth-child(even) .stories-slider__item-foto {
  background: url(../img/stories/gex.png) -100px 80px/624px 624px no-repeat;
  left: -180px;
}

.stories-list__slider:nth-child(even) .stories-slider__item-content {
  margin-left: auto;
}

.stories-list__slider .splide__track {
  overflow: initial;
}

.stories-slider__item {
  display: flex;
  align-items: flex-start;
}

.stories-slider__item-text {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: #1d1d1b;
}

.stories-slider__item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  max-width: 620px;
  height: 302px;
}

.stories-slider__item-name {
  margin-bottom: 24px;
}

.stories-slider__item-name strong {
  display: block;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: #1d1d1b;
}

.stories-slider__item-name span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(42, 53, 65, 0.7);
}

.stories-slider__item-bottom > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  color: #1d1d1b;
}

.stories-slider__item-foto {
  position: absolute;
  top: -115px;
  max-width: 572px;
  max-height: 560px;
  width: 100%;
}

.stories-slider__item-foto img {
  max-width: 572px;
  max-height: 560px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.splide-button__sidebar {
  position: absolute;
  width: 40px;
  height: 22px;
  cursor: pointer;
}

.splide-button__sidebar img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.splide-button__sidebar::after {
  display: none;
}

.splide-button-prev {
  top: -46px;
  left: 80px;
  margin: auto;
}

.splide-button-next {
  top: initial;
  bottom: -46px;
  left: 80px;
  margin: auto;
}

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

.podcasts {
  position: relative;
  margin-top: -170px;
  padding-bottom: 192px;
  z-index: 1;
}

.podcasts-main {
  position: relative;
  min-height: 1088px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
}

.podcasts-main::after {
  height: 100%;
  background: url(../img/gradient-fon-podcasts.png) center bottom/100vw no-repeat;
  max-height: 1088px;
}

.podcasts-cover {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 644px;
  height: 580px;
}

.podcasts-cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.podcasts-main .section-main__wrapper {
  position: relative;
}

.podcasts-grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}

.podcasts-item {
  position: relative;
  border-radius: 16px;
  background: #effffc;
  padding: 80px;
  max-width: 812px;
  width: 100%;
  overflow: hidden;
}

.podcasts-item__foto {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 286px;
  width: 100%;
}

.podcasts-item__foto img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 412px;
}

.podcasts-item__content {
  max-width: 422px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  row-gap: 40px;
}

.podcasts-item__title {
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  color: #00a88e;
  width: 100%;
  text-decoration: underline;
}

.podcasts-item__bottom {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.podcasts-item__descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #657279;
  max-width: 310px;
}

.podcasts-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-shadow: 0px 8px 32px 0px rgba(35, 209, 174, 0.4);
  background: #29ccb1;
  border-radius: 50%;
}

.podcasts-item__link img {
  width: 21px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes slidein {
  0% {
    transform: matrix(1, 0, 0, 1, 660, 829.866027832);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: matrix(1, 0, 0, 1, 309.3897705078, 829.866027832);
    opacity: 0;
  }
}

@keyframes slidein {
  0% {
    transform: matrix(1, 0, 0, 1, 660, 829.866027832);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: matrix(1, 0, 0, 1, 309.3897705078, 829.866027832);
    opacity: 0;
  }
}

#palec-img,
#palec-img2,
#palec-img3 {
  transform: matrix(1, 0, 0, 1, 660, 829.866027832);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.progress-bar {
  display: none;
  position: absolute;
  right: -20px;
  top: 0;
  width: 7px;
  /* Ширина линии прогресса */
  min-height: 250px;
  height: 100%;
  /* Задает полную высоту блока */
  border-radius: 5px;
  background-color: #e0e0e0;
}

.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00a88e;
  /* Цвет заполнения */
  transition: height 0.3s;
  border-radius: 5px;
}

.spec-projects {
  margin-top: -76px;
  padding-bottom: 192px;
}

.spec-projects__wrapper > a {
  display: block;
  margin-bottom: 96px;
}

.spec-projects__wrapper > a:last-child {
  margin-bottom: 0;
}

.spec-projects__wrapper > a img {
  width: 100%;
  border-radius: 40px;
}

.spec-main {
  min-height: 1088px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
}

.spec-main::after {
  height: 100%;
  background: url(../img/gradient-fon.png) center bottom/100vw no-repeat;
  max-height: 1088px;
}

.spec-main .section-main__descr span {
  max-width: 1510px;
}

.desc-none {
  display: none;
}

.tablet-img,
.mob-img {
  display: none;
}

.header-burger {
  width: 32px;
  height: 32px;
  padding: 8px 4px;
  z-index: 10;
}

.header-burger span {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s;
}

.header-burger span:first-child {
  top: 8px;
}

.header-burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header-burger span:last-child {
  bottom: 8px;
}

.header-burger.active span {
  background: #29ccb1;
}

.header-burger.active span:first-child {
  top: 14px;
  transform: rotate(45deg);
}

.header-burger.active span:nth-child(2) {
  opacity: 0;
}

.header-burger.active span:last-child {
  bottom: 16px;
  transform: rotate(-45deg);
}

.header-logo.green {
  filter: brightness(0%) !important;
}

.container {
  padding: 0 15px;
}

.container-lg {
  max-width: 1418px;
  padding: 0 15px;
}

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

.stalking-main {
  padding-top: 96px;
}

.stalking-main .main-mob {
  display: none;
}

.stalking-what {
  padding: 192px 0;
}

.stalking-what__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 179px;
       column-gap: 179px;
}

.stalking-about {
  padding: 96px 0 120px;
  background: url("../img/stalking/about.jpg") center/cover no-repeat;
}

.stalking-about__text {
  max-width: 653px;
}

.stalking-about__text > * {
  max-width: 100%;
}

.stalking-about__text .text-strong {
  margin-bottom: 24px;
}

.stalking-about__wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: center;
}

.stalking-about__slider {
  padding: 40px 40px 88px;
  box-shadow: 0px 4px 24px 0px rgba(35, 209, 174, 0.24);
  border-radius: 16px;
  max-width: 653px;
  background: #fff;
}

.stalking-about__slider .splide__pagination {
  -moz-column-gap: 34px;
       column-gap: 34px;
  max-width: calc(100% - 164px);
  margin: 0 auto;
  bottom: 40px;
}

.stalking-about__slider .splide__pagination li {
  line-height: 0;
}

.stalking-about__slider .splide__pagination__page {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #1f3238 !important;
}

.stalking-about__slider .splide__pagination__page.is-active {
  background: #29ccb1 !important;
  width: 16px;
  height: 16px;
}

.stalking-about__item-title {
  margin-bottom: 16px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}

.stalking-about__item-text {
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}

.stalking-about__item-text a {
  text-decoration: underline;
  color: #000;
}

.stalking-button-next {
  right: 32px;
}

.stalking-button-prev {
  left: 32px;
}

.stalking-tactic {
  padding: 192px 0;
  background: #fff;
}

.stalking-tactic__title {
  font-family: Kaspersky Sans Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-transform: uppercase;
}

.stalking-tactic .text-light p {
  margin-bottom: 0;
}

.stalking-tactic__wrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.stalking-tactic__slider {
  position: relative;
  padding: 32px 0 0;
}

.stalking-tactic__slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 88px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 1;
}

.stalking-tactic__slider .splide__track {
  padding-top: 40px;
}

.stalking-tactic__slider .splide__list {
  position: relative;
}

.stalking-tactic__slider .splide__list::after {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  left: 0;
  width: 4365px;
  height: 28px;
  background: url("../img/stalking/Vector 1409.png") right top/cover no-repeat;
}

.stalking-tactic__item {
  background: #f4f7fa;
  padding: 40px 40px 66px;
  max-width: 528px;
  border-radius: 16px;
}

.stalking-tactic__item-title {
  margin-bottom: 16px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.stalking-tactic__item-subtitle {
  margin-bottom: 16px;
  font-family: Kaspersky Sans Display;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(42, 53, 65, 0.7);
}

.stalking-tactic__item-text {
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}

.stalking-page .header-menu li a {
  color: #000;
}

.stalking-page .header-logo img,
.stalking-page .header-logo svg {
  filter: brightness(11%);
}

.stalking-page .container-lg {
  max-width: 1416px;
  padding: 0 15px;
}

.stalking-page .container-swipe {
  max-width: 100% !important;
  padding: 0 !important;
}

.stalking-page .header-burger span {
  background: #29ccb1;
}

.stalking-page .main-mob {
  display: none;
}

.splide-button__stalking {
  position: absolute;
  bottom: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.splide-button__stalking img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-title {
  margin-bottom: 40px;
  font-family: Kaspersky Sans Display;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.text-strong {
  font-family: Kaspersky Sans Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  max-width: 554px;
}

.text-light {
  max-width: 653px;
}

.text-light p {
  margin-bottom: 12px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.text-light strong {
  font-family: Kaspersky Sans Display;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.checklist {
  padding: 80px 0;
  background: #f4f7fa;
}

.checklist-wrapper {
  position: relative;
}

.checklist-img {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.checklist-img img {
  width: 730px;
  height: 603px;
}

.checklist-text {
  max-width: 653px;
  margin-left: auto;
}

.checklist-text p {
  margin-bottom: 15px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.checklist-text p:last-child {
  margin-bottom: 0;
}

.checklist-links {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.checklist-links a {
  font-family: Kaspersky Sans Display;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  padding: 12px 25.7px;
  box-shadow: 0px 8px 32px 0px rgba(35, 209, 174, 0.4);
  background: #29ccb1;
  border-radius: 8px;
}

.other {
  padding: 192px 0 120px;
}

.other-wrapper {
  position: relative;
  background: #effffc;
  border-radius: 40px;
  padding: 80px 139px;
  overflow: hidden;
}

.other-text {
  position: relative;
  max-width: 693px;
  margin-right: auto;
  z-index: 1;
}

.other-text p {
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 15px;
}

.other-text p:last-child {
  margin-bottom: 0;
}

.other-women {
  position: absolute !important;
  bottom: 0;
  right: 0;
  max-width: 858px;
}

.other-women .splide__track {
  position: relative;
  z-index: 1;
}

.other-women img {
  position: relative;
  width: 858px;
  height: 592px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

.other-women::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 210%;
  height: 210%;
  background: url("../img/stalking/sfera.png") left top/contain no-repeat;
  z-index: 0;
}

.womens {
  position: relative;
  background: #fff;
}

.womens-last {
  padding-top: 120px;
  padding-bottom: 192px;
}

.womens-last .womens-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.womens-last .womens-citata__info {
  margin-bottom: 0;
}

.womens::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 737px;
  background: linear-gradient(0deg, #F1F1FF, #f1f1ff00), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.womens-block {
  padding-top: 120px;
  border-top: 1px solid #c2d6d6;
}

.womens-block__wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 171px;
  justify-content: center;
}

.womens-left,
.womens-right {
  max-width: 653px;
}

.womens-left p,
.womens-right p {
  margin-bottom: 15px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}

.womens-left p:last-child,
.womens-right p:last-child {
  margin-bottom: 0;
}

.womens-left p > span.desc-none,
.womens-right p > span.desc-none {
  display: none !important;
}

.womens-left h4,
.womens-right h4 {
  margin: 12px 0;
  font-family: Kaspersky Sans Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
}

.womens-left img,
.womens-right img {
  margin-bottom: 38px;
}

.womens-left-mob,
.womens-right-mob {
  display: none;
}

.womens-citata {
  position: relative;
  font-family: Kaspersky Sans Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 80px;
}

.womens-citata::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 51px;
  left: 0;
  right: 0;
  top: -91px;
  margin: 0 auto;
  background: url("../img/stalking/citata.svg") center/contain no-repeat;
}

.womens-citata__info {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 80px;
  justify-content: center;
}

.womens-citata__info-left,
.womens-citata__info-right {
  max-width: 653px;
}

.womens-citata__info-left p,
.womens-citata__info-right p {
  margin-bottom: 15px;
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.womens-citata__info-left p:last-child,
.womens-citata__info-right p:last-child {
  margin-bottom: 0;
}

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

.womens-green {
  background: linear-gradient(276.34deg, #66FE99 -90.05%, #A8E6FC 100.22%), radial-gradient(278.18% 278.33% at 100% 0%, #FBFAFE 0%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 0;
}

.womens-green__block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.womens-green__block-title {
  margin-bottom: 40px;
  font-family: Kaspersky Sans Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.womens-green__block-left p,
.womens-green__block-right p {
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  margin-bottom: 15px;
}

.womens-green__block-left ul,
.womens-green__block-right ul {
  padding-left: 25px;
}

.womens-green__block-left ul li,
.womens-green__block-right ul li {
  font-family: Kaspersky Sans Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  list-style: disc;
}

.womens-bottom {
  position: relative;
  padding: 80px 0;
}

.womens-bottom .womens-citata {
  margin-bottom: 0;
}

.womens-bottom .womens-citata__info-left,
.womens-bottom .womens-citata__info-right {
  max-width: 653px;
}

.palec {
  position: absolute;
  right: 0;
  top: 35%;
  margin: auto 0;
  width: 300px;
  height: 300px;
}

.palec svg {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 32px 0;
}

.header-burger {
  display: none;
}

.header .container {
  max-width: 1695px;
  margin: 0 auto;
}

.header-logo img {
  width: 100%;
  max-width: 169px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.header-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 104px;
       column-gap: 104px;
  flex-wrap: wrap;
}

.header-menu li a {
  font-family: "Kaspersky Sans Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  transition: all 0.3s;
}

.header-menu li a:hover {
  color: #cccccc;
}

.footer {
  padding: 24px 0;
  background: #1d1d1b;
}

.footer .container {
  max-width: 1665px;
  margin: 0 auto;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 104px;
       column-gap: 104px;
  align-items: center;
}

.footer-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.footer-list li {
  position: relative;
}

.footer-list li:first-child::after {
  display: none !important;
}

.footer-list li::after {
  position: absolute;
  content: "";
  display: block;
  left: -0.8vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #ccc;
  width: 3px;
  height: 3px;
}

.footer-list li:first-child {
  list-style: none;
}

.footer-list li a {
  font-family: Kaspersky Sans Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #00a88e;
}

.footer-text {
  font-family: Kaspersky Sans Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #cccccc;
}

@media (min-width: 1024px) and (min-height: 1600px) {
  .section-main {
    height: 75vh !important;
  }

  .section-main::after {
    height: 100% !important;
  }
}