/* combined: fonts.css */
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Kaspersky Sans Display";
  font-display: swap;
  src: url(../fonts/Kaspersky-Sans-Display-SemiBold.woff2) format("woff2"), url(../fonts/Kaspersky-Sans-Display-SemiBold.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Kaspersky Sans Display";
  font-display: swap;
  src: url(../fonts/Kaspersky-Sans-Display-Bold.woff2) format("woff2"), url(../fonts/Kaspersky-Sans-Display-Bold.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Kaspersky Sans Display";
  font-display: swap;
  src: url(../fonts/Kaspersky-Sans-Display-Medium.woff2) format("woff2"), url(../fonts/Kaspersky-Sans-Display-Medium.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Kaspersky Sans Display";
  font-display: swap;
  src: url(../fonts/Kaspersky-Sans-Display-Regular.woff2) format("woff2"), url(../fonts/Kaspersky-Sans-Display-Regular.woff) format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Kaspersky Sans Display";
  font-display: swap;
  src: url(../fonts/Kaspersky-Sans-Display-Light.woff2) format("woff2"), url(../fonts/Kaspersky-Sans-Display-Light.woff) format("woff");
}

/* combined: animate.css */
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

/* combined: style.css */
@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;
  }
}

/* combined: media/1600/media.css */
@charset "UTF-8";

@media (max-width: 1920px) {
  .container {
    padding: 0 0.83333vw;
    max-width: 88.33333vw;
    margin: 0 auto;
  }

  .section-main {
    position: relative;
    padding-top: 3.90625vw;
    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: 56.66667vw;
    bottom: -25vw;
    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: 79.0625vw;
  }

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

  .section-main__heading span:first-child {
    font-family: "Kaspersky Sans Display";
    background: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 16.66667vw;
    font-weight: 600;
    line-height: 17.91875vw;
    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 0.52083vw;
    font-size: 16.66667vw;
    font-weight: 600;
    line-height: 1.92708vw;
    margin-top: -3.90625vw;
  }

  .section-main__descr strong {
    display: block;
    margin-bottom: 1.25vw;
    display: block;
    font-size: 5.41667vw;
    font-weight: 600;
    line-height: 4.875vw;
    text-align: center;
    color: #fff;
  }

  .section-main__descr span {
    display: block;
    font-size: 1.66667vw;
    font-weight: 500;
    line-height: 1.68333vw;
    text-align: center;
    color: #fff;
    max-width: 55vw;
    margin: 0 auto;
  }

  .section-main__descr-mt {
    margin-top: 1.45833vw;
  }

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

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

  .careers {
    position: relative;
    margin-top: -12.13542vw;
    padding: 6.25vw 0 10vw;
    z-index: 1;
  }

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

  .careers-main {
    min-height: 56.66667vw;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
  }

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

  .careers .container {
    max-width: 59.47917vw;
    margin: 0 auto;
  }

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

  .careers-list__item {
    max-width: 26.86458vw;
    background: #fff;
    border-radius: 0.83333vw;
  }

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

  .careers-list__item-foto img {
    border-radius: 0.83333vw;
    width: 26.86458vw;
    height: 18.48958vw;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .careers-list__item-content {
    padding: 1.66667vw 1.66667vw 2.08333vw;
  }

  .careers-list__item-title {
    margin-bottom: 0.83333vw;
    font-size: 2.08333vw;
    font-weight: 500;
    line-height: 2.29167vw;
    color: #00a88e;
    text-decoration: underline;
  }

  .careers-list__item-descr {
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    color: #383f48;
  }

  a.ajax-get-posts {
    display: block;
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 0.9375vw;
    text-align: left;
    color: white;
    box-shadow: 0px 0.41667vw 1.66667vw 0px rgba(35, 209, 174, 0.4);
    background: #29ccb1;
    padding: 0.625vw 2.08333vw;
    border-radius: 0.41667vw;
    margin: 2.08333vw auto 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .splide {
    visibility: visible;
  }

  .stories-main {
    min-height: 56.66667vw;
    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: 56.66667vw;
  }

  .stories-lists {
    position: relative;
    margin-top: -7.44792vw;
    padding-bottom: 10vw;
  }

  .stories-lists .container {
    max-width: 88.33333vw;
    margin: 0 auto;
  }

  .stories-list {
    margin: 0 auto 5vw;
    max-width: 86.66667vw;
    padding: 5vw 7.23958vw;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 3.28125vw;
         column-gap: 3.28125vw;
    background: #f4f7fa;
    border-radius: 2.08333vw;
    overflow: hidden;
    justify-content: space-between;
    min-height: 31.5625vw;
  }

  .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: 11.45833vw;
  }

  .stories-list__title {
    margin-bottom: 3.33333vw;
    width: 100%;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 2.525vw;
    letter-spacing: -0.02em;
    color: rgba(34, 52, 73, 0.4);
  }

  .stories-list__sidebar {
    max-width: 15.36458vw;
    min-width: 10.41667vw;
    overflow: hidden;
  }

  .stories-list__sidebar-wrapper {
    position: relative;
    margin-top: 2.39583vw;
  }

  .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: 1.25vw;
    height: auto !important;
    color: #a0a9b3;
    cursor: pointer;
    visibility: visible;
    border: none !important;
  }

  .stories-list__sidebar-item span {
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 1.125vw;
    transition: all 0.3s;
  }

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

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

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

  .stories-list__slider {
    width: 100%;
    min-height: 13.28125vw;
    max-width: 51.04167vw;
  }

  .stories-list__slider:nth-child(odd) .stories-slider__item-foto {
    background: url(../img/stories/gex.png) 1.04167vw 4.16667vw/32.5vw 32.5vw no-repeat;
    right: -8.33333vw;
  }

  .stories-list__slider:nth-child(even) {
    max-width: 54.6875vw;
  }

  .stories-list__slider:nth-child(even) .stories-slider__item-foto {
    background: url(../img/stories/gex.png) -5.20833vw 4.16667vw/32.5vw 32.5vw no-repeat;
    left: -9.375vw;
  }

  .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: 1.25vw;
    font-size: 2.08333vw;
    font-weight: 600;
    line-height: 2.29167vw;
    color: #1d1d1b;
  }

  .stories-slider__item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    max-width: 32.29167vw;
    height: 15.72917vw;
  }

  .stories-slider__item-name {
    margin-bottom: 1.25vw;
  }

  .stories-slider__item-name strong {
    display: block;
    margin-bottom: 0.20833vw;
    font-size: 1.66667vw;
    font-weight: 500;
    line-height: 1.875vw;
    color: #1d1d1b;
  }

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

  .stories-slider__item-bottom > a {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.20833vw;
         column-gap: 0.20833vw;
    font-size: 1.09375vw;
    font-weight: 600;
    line-height: 1.25vw;
    color: #1d1d1b;
  }

  .stories-slider__item-foto {
    position: absolute;
    top: -5.98958vw;
    max-width: 29.79167vw;
    max-height: 29.16667vw;
    width: 100%;
  }

  .stories-slider__item-foto img {
    max-width: 29.79167vw;
    max-height: 29.16667vw;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .splide-button__sidebar {
    position: absolute;
    width: 2.08333vw;
    height: 1.14583vw;
    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: -2.39583vw;
    left: 4.16667vw;
    margin: auto;
  }

  .splide-button-next {
    top: initial;
    bottom: -2.39583vw;
    left: 4.16667vw;
    margin: auto;
  }

  .podcasts {
    position: relative;
    margin-top: -8.85417vw;
    padding-bottom: 10vw;
    z-index: 1;
  }

  .podcasts-main {
    position: relative;
    min-height: 56.66667vw;
    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: 56.66667vw;
  }

  .podcasts-main .section-main__descr-mt {
    margin-top: 1.45833vw;
  }

  .podcasts-cover {
    position: absolute;
    right: 0;
    bottom: -6.77083vw;
    width: 33.54167vw;
    height: 30.20833vw;
  }

  .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: 1.08333vw;
         column-gap: 1.08333vw;
    row-gap: 2.08333vw;
  }

  .podcasts-item {
    position: relative;
    border-radius: 0.83333vw;
    background: #effffc;
    padding: 4.16667vw;
    max-width: 42.29167vw;
    width: 100%;
    overflow: hidden;
  }

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

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

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

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

  .podcasts-item__bottom {
    display: flex;
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
  }

  .podcasts-item__descr {
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.125vw;
    color: #657279;
    max-width: 16.14583vw;
  }

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

  .podcasts-item__link img {
    width: 1.09375vw;
    height: 1.30208vw;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .progress-bar {
    position: absolute;
    right: -1.04167vw;
    top: 0;
    width: 0.36458vw;
    /* Ширина линии прогресса */
    min-height: 13.02083vw;
    height: 100%;
    /* Задает полную высоту блока */
    border-radius: 0.26042vw;
    background-color: #e0e0e0;
  }

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

  .spec-projects {
    margin-top: -3.95833vw;
    padding-bottom: 10vw;
  }

  .spec-projects__wrapper > a img {
    border-radius: 2.08333vw;
  }

  .spec-main {
    min-height: 56.66667vw;
    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: 56.66667vw;
  }

  .spec-main .section-main__descr span {
    max-width: 78.64583vw;
  }

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

  .stalking-main {
    padding-top: 5vw;
  }

  .stalking-what {
    padding: 10vw 0;
  }

  .stalking-what__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 9.32292vw;
         column-gap: 9.32292vw;
  }

  .stalking-about {
    padding: 5vw 0 6.25vw;
    background: url("../img/stalking/about.jpg") center/cover no-repeat;
  }

  .stalking-about__text {
    max-width: 34.01042vw;
  }

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

  .stalking-about__text .text-strong {
    margin-bottom: 1.25vw;
  }

  .stalking-about__wrapper {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 4.16667vw;
         column-gap: 4.16667vw;
  }

  .stalking-about__slider {
    padding: 2.08333vw 2.08333vw 4.58333vw;
    box-shadow: 0px 0.20833vw 1.25vw 0px rgba(35, 209, 174, 0.24);
    border-radius: 0.83333vw;
    max-width: 34.01042vw;
    background: #fff;
  }

  .stalking-about__slider .splide__pagination {
    -moz-column-gap: 1.77083vw;
         column-gap: 1.77083vw;
    max-width: calc(100% - 8.54167vw);
    margin: 0 auto;
    bottom: 2.08333vw;
  }

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

  .stalking-about__slider .splide__pagination__page {
    margin: 0;
    width: 0.41667vw;
    height: 0.41667vw;
  }

  .stalking-about__slider .splide__pagination__page.is-active {
    background: #29ccb1;
  }

  .stalking-about__item-title {
    margin-bottom: 0.83333vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 700;
    line-height: 1.35938vw;
    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: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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: 1.66667vw;
  }

  .stalking-button-prev {
    left: 1.66667vw;
  }

  .stalking-tactic {
    padding: 10vw 0;
    background: #fff;
  }

  .stalking-tactic__title {
    font-family: Kaspersky Sans Display;
    font-size: 1.66667vw;
    font-weight: 500;
    line-height: 2vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

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

  .stalking-tactic__wrapper {
    margin-bottom: 1.66667vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 2.08333vw;
         column-gap: 2.08333vw;
  }

  .stalking-tactic__slider {
    padding: 1.66667vw 0 0;
  }

  .stalking-tactic__slider::before {
    width: 4.58333vw;
  }

  .stalking-tactic__slider .splide__track {
    padding-top: 2.08333vw;
  }

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

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

  .stalking-tactic__item {
    background: #f4f7fa;
    padding: 2.08333vw 2.08333vw 3.4375vw;
    max-width: 27.5vw;
    border-radius: 0.83333vw;
  }

  .stalking-tactic__item-title {
    margin-bottom: 0.83333vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 700;
    line-height: 1.35938vw;
    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: 0.83333vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.04167vw;
    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: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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 {
    filter: brightness(11%);
  }

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

  .container-lg {
    max-width: 73.75vw;
    padding: 0 0.78125vw;
  }

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

  .splide-button__stalking {
    position: absolute;
    bottom: 1.66667vw;
    width: 1.66667vw;
    height: 1.66667vw;
    cursor: pointer;
  }

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

  .section-title {
    margin-bottom: 2.08333vw;
    font-family: Kaspersky Sans Display;
    font-size: 2.8125vw;
    font-weight: 500;
    line-height: 2.8125vw;
    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: 1.66667vw;
    font-weight: 500;
    line-height: 2vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    max-width: 28.85417vw;
  }

  .text-light {
    max-width: 34.01042vw;
  }

  .text-light p {
    margin-bottom: 0.625vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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: 1.25vw;
    font-weight: 500;
    line-height: 1.40625vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

  .checklist {
    padding: 4.16667vw 0;
    background: #f4f7fa;
  }

  .checklist-wrapper {
    position: relative;
  }

  .checklist-img {
    position: absolute;
    bottom: -4.16667vw;
    left: 0;
  }

  .checklist-img img {
    width: 38.02083vw;
    height: 31.40625vw;
  }

  .checklist-text {
    max-width: 34.01042vw;
    margin-left: auto;
  }

  .checklist-text p {
    margin-bottom: 0.78125vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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: 2.08333vw;
    display: flex;
    -moz-column-gap: 0.9375vw;
         column-gap: 0.9375vw;
  }

  .checklist-links a {
    font-family: Kaspersky Sans Display;
    font-size: 0.83333vw;
    font-weight: 600;
    line-height: 0.9375vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
    padding: 0.625vw 1.33854vw;
    box-shadow: 0px 0.41667vw 1.66667vw 0px rgba(35, 209, 174, 0.4);
    background: #29ccb1;
    border-radius: 0.41667vw;
  }

  .other {
    padding: 10vw 0 6.25vw;
  }

  .other-wrapper {
    position: relative;
    background: #effffc;
    border-radius: 2.08333vw;
    padding: 4.16667vw 7.23958vw;
    overflow: hidden;
  }

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

  .other-text p {
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 0.78125vw;
  }

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

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

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

  .other-women img {
    position: relative;
    width: 44.6875vw;
    height: 30.83333vw;
    -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: 6.25vw;
    padding-bottom: 10vw;
  }

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

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

  .womens-block__wrapper {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 4.16667vw;
         column-gap: 4.16667vw;
    margin-bottom: 8.90625vw;
  }

  .womens-left,
  .womens-right {
    max-width: 34.01042vw;
  }

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

  .womens-left p,
  .womens-right p {
    margin-bottom: 0.78125vw;
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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 h4,
  .womens-right h4 {
    margin: 0.625vw 0;
    font-family: Kaspersky Sans Display;
    font-size: 1.66667vw;
    font-weight: 500;
    line-height: 2vw;
    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: 1.97917vw;
  }

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

  .womens-citata::after {
    content: "";
    position: absolute;
    display: block;
    width: 3.125vw;
    height: 2.65625vw;
    left: 0;
    right: 0;
    top: -4.73958vw;
    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: 4.16667vw;
         column-gap: 4.16667vw;
    margin-bottom: 4.16667vw;
  }

  .womens-citata__info-left,
  .womens-citata__info-right {
    max-width: 34.01042vw;
  }

  .womens-citata__info-left p,
  .womens-citata__info-right p {
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

  .womens-citata-mb {
    margin-bottom: 4.16667vw !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: 4.16667vw 0;
  }

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

  .womens-green__block-title {
    margin-bottom: 2.08333vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.66667vw;
    font-weight: 500;
    line-height: 2vw;
    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: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 0.78125vw;
  }

  .womens-green__block-left ul,
  .womens-green__block-right ul {
    padding-left: 1.30208vw;
  }

  .womens-green__block-left ul li,
  .womens-green__block-right ul li {
    font-family: Kaspersky Sans Display;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.35938vw;
    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: 4.16667vw 0;
  }

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

  .womens-bottom .womens-citata__info-left,
  .womens-bottom .womens-citata__info-right {
    max-width: 34.01042vw;
  }

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

  .header .container {
    max-width: 88.28125vw;
    margin: 0 auto;
  }

  .header-logo img {
    width: 100%;
    max-width: 8.80208vw;
  }

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

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

  .header-menu li a {
    font-family: "Kaspersky Sans Display";
    font-size: 0.83333vw;
    font-weight: 500;
    line-height: 1.04167vw;
    color: #fff;
  }

  .footer {
    padding: 1.25vw 0;
    background: #1d1d1b;
  }

  .footer .container {
    max-width: 86.71875vw;
    margin: 0 auto;
  }

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

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

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

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

  .footer-text {
    font-family: Kaspersky Sans Display;
    font-size: 0.72917vw;
    font-weight: 400;
    line-height: 0.83333vw;
    color: #ccc;
  }
}

/* combined: media/1000/media.css */
@media (max-width: 1440px) {
  .stalking-main {
    padding-top: 6.66667vw;
  }

  .stalking-what {
    padding: 13.33333vw 0;
  }

  .stalking-what__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 5.55556vw;
         column-gap: 5.55556vw;
  }

  .stalking-about {
    padding: 6.66667vw 0 8.33333vw;
    background: url("../img/stalking/about.jpg") center/cover no-repeat;
  }

  .stalking-about__text {
    max-width: 45.34722vw;
  }

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

  .stalking-about__text .text-strong {
    margin-bottom: 1.66667vw;
  }

  .stalking-about__wrapper {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 5.55556vw;
         column-gap: 5.55556vw;
  }

  .stalking-about__slider {
    padding: 2.77778vw 2.77778vw 6.11111vw;
    box-shadow: 0px 0.27778vw 1.66667vw 0px rgba(35, 209, 174, 0.24);
    border-radius: 1.11111vw;
    max-width: 45.34722vw;
    background: #fff;
  }

  .stalking-about__slider .splide__pagination {
    -moz-column-gap: 2.36111vw;
         column-gap: 2.36111vw;
    max-width: calc(100% - 11.38889vw);
    margin: 0 auto;
    bottom: 2.77778vw;
  }

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

  .stalking-about__slider .splide__pagination__page {
    margin: 0;
    width: 0.55556vw;
    height: 0.55556vw;
  }

  .stalking-about__slider .splide__pagination__page.is-active {
    background: #29ccb1;
  }

  .stalking-about__item-title {
    margin-bottom: 1.11111vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.8125vw;
    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: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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: 2.22222vw;
  }

  .stalking-button-prev {
    left: 2.22222vw;
  }

  .stalking-tactic {
    padding: 13.33333vw 0;
    background: #fff;
  }

  .stalking-tactic__title {
    font-family: Kaspersky Sans Display;
    font-size: 2.22222vw;
    font-weight: 500;
    line-height: 2.66667vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

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

  .stalking-tactic__wrapper {
    margin-bottom: 2.22222vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 2.77778vw;
         column-gap: 2.77778vw;
  }

  .stalking-tactic__slider {
    padding: 2.22222vw 0 0;
  }

  .stalking-tactic__slider .splide__track {
    padding-top: 2.77778vw;
  }

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

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

  .stalking-tactic__item {
    background: #f4f7fa;
    padding: 2.77778vw 2.77778vw 4.58333vw;
    max-width: 36.66667vw;
    border-radius: 1.11111vw;
  }

  .stalking-tactic__item-title {
    margin-bottom: 1.11111vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.8125vw;
    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: 1.11111vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.38889vw;
    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: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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 {
    filter: brightness(11%);
  }

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

  .container {
    max-width: 87.84722vw;
    padding: 0 1.04167vw;
  }

  .container-lg {
    max-width: 87.84722vw;
    padding: 0 1.04167vw;
  }

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

  .splide-button__stalking {
    position: absolute;
    bottom: 2.22222vw;
    width: 2.22222vw;
    height: 2.22222vw;
    cursor: pointer;
  }

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

  .section-title {
    margin-bottom: 2.77778vw;
    font-family: Kaspersky Sans Display;
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 3.75vw;
    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: 2.22222vw;
    font-weight: 500;
    line-height: 2.66667vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    max-width: 38.47222vw;
  }

  .text-light {
    max-width: 45.34722vw;
  }

  .text-light p {
    margin-bottom: 0.83333vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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: 1.66667vw;
    font-weight: 500;
    line-height: 1.875vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

  .checklist {
    padding: 5.55556vw 0;
    background: #f4f7fa;
  }

  .checklist-wrapper {
    position: relative;
  }

  .checklist-img {
    position: absolute;
    bottom: -5.55556vw;
    left: 0;
  }

  .checklist-img img {
    width: 50.69444vw;
    height: 41.875vw;
  }

  .checklist-text {
    max-width: 45.34722vw;
    margin-left: auto;
  }

  .checklist-text p {
    margin-bottom: 1.04167vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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: 2.77778vw;
    display: flex;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }

  .checklist-links a {
    font-family: Kaspersky Sans Display;
    font-size: 1.11111vw;
    font-weight: 600;
    line-height: 1.25vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
    padding: 0.83333vw 1.78472vw;
    box-shadow: 0px 0.55556vw 2.22222vw 0px rgba(35, 209, 174, 0.4);
    background: #29ccb1;
    border-radius: 0.55556vw;
  }

  .other {
    padding: 13.33333vw 0 8.33333vw;
  }

  .other-wrapper {
    position: relative;
    background: #effffc;
    border-radius: 2.77778vw;
    padding: 5.55556vw 9.65278vw;
    overflow: hidden;
  }

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

  .other-text p {
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 1.04167vw;
  }

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

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

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

  .other-women img {
    position: relative;
    width: 59.58333vw;
    height: 41.11111vw;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 2;
  }

  .other-women::after {
    top: -2.63889vw;
    width: 250%;
    height: 110%;
    background: url(../img/stalking/sfera.png) left bottom/cover no-repeat;
    z-index: 0;
  }

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

  .womens-last {
    padding-top: 8.33333vw;
    padding-bottom: 13.33333vw;
  }

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

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

  .womens-block__wrapper {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 5.55556vw;
         column-gap: 5.55556vw;
    margin-bottom: 11.875vw;
  }

  .womens-left,
  .womens-right {
    max-width: 45.34722vw;
  }

  .womens-left p,
  .womens-right p {
    margin-bottom: 1.04167vw;
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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 h4,
  .womens-right h4 {
    margin: 0.83333vw 0;
    font-family: Kaspersky Sans Display;
    font-size: 2.22222vw;
    font-weight: 500;
    line-height: 2.66667vw;
    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: 2.63889vw;
  }

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

  .womens-citata::after {
    content: "";
    position: absolute;
    display: block;
    width: 4.16667vw;
    height: 3.54167vw;
    left: 0;
    right: 0;
    top: -6.31944vw;
    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: 5.55556vw;
         column-gap: 5.55556vw;
    margin-bottom: 5.55556vw;
  }

  .womens-citata__info-left,
  .womens-citata__info-right {
    max-width: 45.34722vw;
  }

  .womens-citata__info-left p,
  .womens-citata__info-right p {
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }

  .womens-citata-mb {
    margin-bottom: 5.55556vw !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: 5.55556vw 0;
  }

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

  .womens-green__block-title {
    margin-bottom: 2.77778vw;
    font-family: Kaspersky Sans Display;
    font-size: 2.22222vw;
    font-weight: 500;
    line-height: 2.66667vw;
    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: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 1.04167vw;
  }

  .womens-green__block-left ul,
  .womens-green__block-right ul {
    padding-left: 1.73611vw;
  }

  .womens-green__block-left ul li,
  .womens-green__block-right ul li {
    font-family: Kaspersky Sans Display;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8125vw;
    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: 5.55556vw 0;
  }

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

  .womens-bottom .womens-citata__info-left,
  .womens-bottom .womens-citata__info-right {
    max-width: 45.34722vw;
  }

  .header .container {
    max-width: 87.22222vw;
  }
}

/* combined: media/640/media.css */
@media (max-width: 1025px) {
  .container {
    max-width: 101.34409vw;
    padding: 0 2.15054vw;
    max-width: 100% !important;
  }

  .section-main {
    padding: 13.44086vw 0 0;
    height: 85vh;
    min-height: 111.96237vw;
  }

  .section-main__heading {
    max-width: 100%;
    margin-bottom: 10.75269vw;
  }

  .section-main__heading span:first-child {
    font-size: 19.89247vw;
    line-height: 17.93817vw;
  }

  .section-main__heading span:nth-child(2n) {
    font-size: 19.89247vw;
    line-height: 4.97312vw;
  }

  .section-main__descr {
    margin-bottom: 6.04839vw;
  }

  .section-main__descr strong {
    margin-bottom: 3.22581vw;
    font-size: 10.75269vw;
    line-height: 9.67742vw;
    text-align: center;
  }

  .section-main__descr span {
    max-width: 100%;
    font-size: 3.22581vw;
    line-height: 3.25806vw;
    text-align: center;
  }

  .podcasts {
    margin-top: 0;
    padding-bottom: 12.90323vw;
  }

  .podcasts-cover {
    position: relative;
    left: 0;
    right: 0;
    bottom: 2.68817vw;
    margin: 0 auto;
    width: 71.23656vw;
    height: 64.1129vw;
  }

  .podcasts-main {
    max-height: 128.62903vw;
    height: auto;
  }

  .podcasts-main::after {
    max-height: 128.62903vw;
    background-size: cover;
  }

  .podcasts-main .section-main__heading {
    margin-bottom: 13.44086vw;
  }

  .podcasts-grid {
    row-gap: 5.37634vw;
  }

  .podcasts-item {
    padding: 8.60215vw;
    max-width: 100%;
    width: 100%;
    border-radius: 2.15054vw;
    min-height: 54.83871vw;
  }

  .podcasts-item__foto {
    max-width: 33.06452vw;
    bottom: 0;
    left: 0;
  }

  .podcasts-item__foto img {
    max-height: 47.58065vw;
    font-family: "object-fit: contain;";
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .podcasts-item__title {
    font-size: 5.37634vw;
    line-height: 5.91398vw;
  }

  .podcasts-item__descr {
    font-size: 2.41935vw;
    line-height: 2.90323vw;
    max-width: 36.82796vw;
  }

  .podcasts-item__content {
    row-gap: 3.22581vw;
    max-width: 50.80645vw;
  }

  .podcasts-item__bottom {
    -moz-column-gap: 3.22581vw;
         column-gap: 3.22581vw;
    align-items: center;
  }

  .podcasts-item__link {
    width: 10.75269vw;
    height: 10.75269vw;
  }

  .podcasts-item__link img {
    width: 2.82258vw;
    height: 3.36022vw;
  }

  .careers {
    padding: 0 0 12.90323vw;
    margin-top: -20.69892vw;
  }

  .careers::after {
    top: -10.08065vw;
    width: 100%;
    height: 40.5914vw;
  }

  .careers-main::after {
    height: 80vh;
    min-height: 111.96237vw;
  }

  .careers-main::before {
    max-height: 50.80645vw;
    bottom: -10.75269vw;
  }

  .careers .container {
    max-width: 101.34409vw;
  }

  .careers-list {
    margin-bottom: 5.37634vw;
    -moz-column-gap: 1.07527vw;
         column-gap: 1.07527vw;
    row-gap: 8.06452vw;
    justify-content: center;
  }

  .careers-list__item {
    max-width: 47.31183vw;
    border-radius: 2.15054vw;
  }

  .careers-list__item-foto img {
    width: 100%;
    height: 31.45161vw;
  }

  .careers-list__item-content {
    padding: 4.30108vw 4.30108vw 5.37634vw;
  }

  .careers-list__item-title {
    margin-bottom: 2.15054vw;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .careers-list__item-descr {
    font-size: 2.15054vw;
    line-height: 2.68817vw;
  }

  a.ajax-get-posts {
    padding: 1.6129vw 5.37634vw;
    font-size: 2.15054vw;
    line-height: 2.41935vw;
    box-shadow: 0px 1.07527vw 4.30108vw 0px rgba(35, 209, 174, 0.4);
    border-radius: 1.07527vw;
  }

  .stories-main {
    height: auto;
    min-height: 128.62903vw;
  }

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

  .stories-lists {
    margin-top: -30vw;
    padding-bottom: 12.90323vw;
  }

  .stories-list {
    padding: 8.60215vw;
    border-radius: 5.37634vw;
    min-height: 51.34409vw;
    margin: 0 auto 5.37634vw;
    max-width: 100%;
  }

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

  .stories-list:nth-child(even) .stories-list__title {
    text-align: left;
    margin-left: 19.73656vw;
  }

  .stories-list .palec {
    display: block;
    position: absolute;
    bottom: 2.01613vw;
    right: 6.72043vw;
    width: 20.16129vw;
    height: 20.16129vw;
  }

  .stories-list .palec img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .stories-list__title {
    margin-bottom: 3.22581vw;
    font-family: Kaspersky Sans Display;
    font-size: 4.30108vw;
    line-height: 4.34409vw;
    letter-spacing: -0.02em;
  }

  .stories-list__sidebar {
    display: none !important;
  }

  .stories-list__slider {
    max-width: 100%;
  }

  .stories-list__slider:nth-child(even) {
    max-width: 100%;
  }

  .stories-list__slider:nth-child(odd) .stories-slider__item-foto {
    right: -5.37634vw;
    top: 2.41935vw;
  }

  .stories-slider__item-text {
    font-family: Kaspersky Sans Display;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .stories-slider__item-name strong {
    margin-bottom: 0.53763vw;
    font-family: Kaspersky Sans Display;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .stories-slider__item-name span {
    font-family: Kaspersky Sans Display;
    font-size: 2.15054vw;
    line-height: 2.41935vw;
  }

  .stories-slider__item-content {
    margin-bottom: 1.07527vw;
    max-width: 49.73118vw;
    height: auto;
    row-gap: 5.37634vw;
  }

  .stories-slider__item-foto {
    top: 6.04839vw;
    max-width: 36.29032vw;
    max-height: 35.48387vw;
  }

  .stories-slider__item-foto img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 36.29032vw;
    max-height: 35.48387vw;
  }

  .stories-slider__item-bottom > a {
    -moz-column-gap: 0.53763vw;
         column-gap: 0.53763vw;
  }

  .stories-slider__item-bottom > a span {
    font-size: 2.15054vw;
    font-weight: 600;
    line-height: 2.52016vw;
    text-align: left;
  }

  .stories-slider__item-bottom > a img {
    width: 3.22581vw;
    height: 3.22581vw;
  }

  .splide-button__sidebar {
    display: none;
  }

  .tablet-img {
    display: block;
  }

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

  .spec-main {
    min-height: 91.39785vw;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
  }

  .spec-main::after {
    height: 110vw;
    background: url(../img/gradient-fon.png) center bottom/cover no-repeat;
    max-height: 146.23656vw;
  }

  .spec-main .section-main__descr span {
    max-width: 95.69892vw;
  }

  .spec-projects {
    padding-bottom: 12.90323vw;
    margin-top: 5.37634vw;
  }

  .spec-projects__wrapper > a {
    margin-bottom: 5.37634vw;
  }

  .spec-projects__wrapper > a img {
    border-radius: 5.37634vw;
  }

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

  .progress-bar {
    display: none;
  }

  .desc-none {
    display: block;
  }

  .stalking-page .section-main__wrapper > img:first-child {
    display: none;
  }

  .stalking-main {
    padding-top: 8.60215vw;
  }

  .stalking-main .main-mob {
    display: block;
    width: 100%;
  }

  .stalking-main .section-main__wrapper > img:first-child {
    display: none;
  }

  .stalking-what {
    padding: 8.60215vw 0;
  }

  .stalking-what__wrapper {
    flex-wrap: wrap;
  }

  .stalking-about {
    padding: 8.60215vw 0;
    background: url("../img/stalking/about-mob.jpg") center/cover no-repeat;
  }

  .stalking-about__text {
    max-width: 100%;
    margin-bottom: 3.22581vw;
  }

  .stalking-about__wrapper {
    flex-wrap: wrap;
  }

  .stalking-about .text-strong {
    margin-bottom: 3.22581vw;
  }

  .stalking-about__slider {
    padding: 4.30108vw 4.30108vw 10.75269vw;
    max-width: 100%;
    border-radius: 2.15054vw;
  }

  .stalking-about__slider .splide__pagination {
    max-width: calc(100% - 17.47312vw);
    -moz-column-gap: 4.56989vw;
         column-gap: 4.56989vw;
    bottom: 5.37634vw;
  }

  .stalking-about__slider .splide__pagination__page {
    width: 1.07527vw;
    height: 1.07527vw;
  }

  .stalking-about__item-title {
    margin-bottom: 2.15054vw;
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .stalking-about__item-text {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .stalking-tactic {
    padding: 8.60215vw 0;
  }

  .stalking-tactic__title {
    font-size: 3.22581vw;
    line-height: 3.54839vw;
    margin-bottom: 3.22581vw;
  }

  .stalking-tactic__wrapper {
    flex-wrap: wrap;
    margin-bottom: 3.22581vw;
  }

  .stalking-tactic__wrapper .text-light p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .stalking-tactic__item {
    padding: 4.30108vw;
    border-radius: 2.15054vw;
    max-width: 46.10215vw;
  }

  .stalking-tactic__item-title {
    margin-bottom: 2.15054vw;
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .stalking-tactic__item-subtitle {
    margin-bottom: 2.15054vw;
    font-size: 1.88172vw;
    line-height: 2.35215vw;
  }

  .stalking-tactic__item-text {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .stalking-tactic__slider::before {
    width: 11.82796vw;
  }

  .stalking-tactic__slider .splide__track {
    padding-top: 3.36022vw;
  }

  .stalking-tactic__slider .splide__list::after {
    width: 403.22581vw;
    height: 2.55376vw;
    top: -3.36022vw;
  }

  .checklist {
    padding: 8.60215vw 0 48.65591vw;
    overflow: hidden;
  }

  .checklist-text {
    max-width: 100%;
  }

  .checklist-text p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
    margin-bottom: 2.01613vw;
  }

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

  .checklist-links {
    margin: 4.30108vw 0 0;
    flex-wrap: wrap;
    row-gap: 3.22581vw;
  }

  .checklist-links a {
    width: 100%;
    font-size: 2.15054vw;
    line-height: 2.41935vw;
    padding: 1.6129vw 3.0914vw;
    text-align: center;
  }

  .checklist-img {
    bottom: -52.55376vw;
    left: 0;
  }

  .checklist-img img {
    width: 50.40323vw;
    height: 45.96774vw;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .splide-button__stalking {
    width: 4.30108vw;
    height: 4.30108vw;
    bottom: 4.30108vw;
  }

  .stalking-button-prev {
    left: 4.30108vw;
  }

  .stalking-button-next {
    right: 4.30108vw;
  }

  .section-title {
    font-size: 6.45161vw;
    line-height: 6.45161vw;
    margin-bottom: 3.22581vw;
  }

  .text-strong {
    font-size: 3.22581vw;
    line-height: 3.54839vw;
    margin-bottom: 4.30108vw;
    max-width: 100%;
  }

  .text-light {
    max-width: 100%;
  }

  .text-light p {
    margin-bottom: 3.22581vw;
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

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

  .text-light strong {
    font-size: 2.41935vw;
    line-height: 2.83602vw;
    color: #1d1d1b;
  }

  .other {
    padding-top: 4.30108vw;
  }

  .other-wrapper {
    padding: 4.30108vw;
    border-radius: 5.37634vw;
  }

  .other-women {
    max-width: 100%;
    display: none;
  }

  .other-women img {
    width: 34.94624vw;
    height: 34.94624vw;
  }

  .other-women::after {
    width: 100%;
    height: 100.53763vw;
    bottom: 0;
    top: initial;
    background: url("../img/stalking/sfera-mob.png") center bottom/cover no-repeat;
  }

  .other-text {
    max-width: 100%;
  }

  .other-text p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
    margin-bottom: 2.01613vw;
  }

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

  .womens::before {
    height: 99.05914vw;
  }

  .womens-block {
    padding-top: 8.60215vw;
  }

  .womens-block__wrapper {
    flex-wrap: wrap;
  }

  .womens-block__wrapper .womens-right .womens-left-mob {
    display: block;
    margin-bottom: 2.01613vw;
  }

  .womens-bottom .womens-left {
    order: 2;
    margin-bottom: 3.36022vw;
  }

  .womens-bottom .womens-left > p,
  .womens-bottom .womens-left > h4 {
    display: block;
  }

  .womens-bottom .womens-right p {
    display: none;
  }

  .womens-left,
  .womens-right {
    max-width: 100%;
  }

  .womens-left h4,
  .womens-right h4 {
    margin: 1.6129vw 0;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .womens-left p,
  .womens-right p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
    margin-bottom: 2.01613vw;
  }

  .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: inline !important;
  }

  .womens-left img,
  .womens-right img {
    margin-bottom: 3.36022vw;
  }

  .womens-left-hide-content p,
  .womens-left-hide-content h4,
  .womens-right-hide-content p,
  .womens-right-hide-content h4 {
    display: none;
  }

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

  .womens-citata {
    margin: 12.09677vw 0 4.30108vw;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .womens-citata::after {
    width: 5.37634vw;
    height: 4.56989vw;
    top: -7.7957vw;
  }

  .womens-citata-mb {
    margin-bottom: 4.30108vw !important;
  }

  .womens-citata__info {
    flex-wrap: wrap;
  }

  .womens-citata__info-left,
  .womens-citata__info-right {
    max-width: 100%;
  }

  .womens-citata__info-left p,
  .womens-citata__info-right p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
    margin-bottom: 2.01613vw;
  }

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

  .womens-green {
    background: linear-gradient(276.34deg, #66fe9900 0.05%, #66fe9933 50.22%, #A8E6FC 100.22%), radial-gradient(278.18% 278.33% at 100% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .womens-green__block {
    flex-wrap: wrap;
  }

  .womens-green__block-title {
    margin-bottom: 3.22581vw;
    font-size: 3.22581vw;
    line-height: 3.54839vw;
  }

  .womens-green__block p {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
    margin-bottom: 3.22581vw;
  }

  .womens-green__block__right {
    max-width: 100%;
  }

  .womens-green__block ul {
    padding-left: 3.36022vw;
  }

  .womens-green__block ul li {
    font-size: 2.15054vw;
    line-height: 3.11828vw;
  }

  .womens-bottom {
    padding-bottom: 8.60215vw;
  }

  .womens-bottom .womens-citata__info-left,
  .womens-bottom .womens-citata__info-right {
    max-width: 100%;
  }

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

  .womens-last {
    padding-top: 8.60215vw;
  }

  .womens-last .womens-citata__info .womens-citata__info-right {
    display: none;
  }

  .mob-none {
    display: none;
  }

  .header {
    padding: 2.15054vw 0;
  }

  .header .container {
    max-width: 101.34409vw;
  }

  .header-burger {
    position: relative;
    display: block;
  }

  .header-logo {
    z-index: 10;
  }

  .header-logo img {
    max-width: 22.71505vw;
  }

  .header-logo.green {
    filter: invert(33%) sepia(28%) saturate(1207%) hue-rotate(120deg) brightness(95%) contrast(80%);
  }

  .header-menu {
    display: none;
    position: absolute;
    padding: 16.12903vw 2.15054vw 2.15054vw;
    width: 100%;
    height: 100vh;
    overflow: auto;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
  }

  .header-menu.active {
    display: block;
  }

  .header-menu li {
    text-align: right;
    margin-bottom: 6.1828vw;
  }

  .header-menu li:last-child {
    margin-bottom: 0;
  }

  .header-menu li a {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.25em;
    color: #000;
  }

  .footer {
    padding: 4.43548vw 0;
  }

  .footer .container {
    max-width: 101.34409vw;
    padding: 0 2.15054vw;
  }

  .footer-wrapper {
    position: relative;
  }

  .footer-logo {
    margin-bottom: 4.30108vw;
  }

  .footer-logo img {
    width: 100%;
    max-width: 28.49462vw;
    height: 5.77957vw;
  }

  .footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.88172vw;
    line-height: 2.15054vw;
  }

  .footer-list {
    display: block;
  }

  .footer-list li {
    list-style: none;
    margin-bottom: 0.94086vw;
  }

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

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

  .footer-list li a {
    font-size: 1.88172vw;
    line-height: 2.15054vw;
  }
}

/* combined: media/340/media.css */
@media (max-width: 768px) {
  .section-main {
    padding: 13.33333vw 0 0;
    height: auto;
  }

  .section-main__heading {
    max-width: 100%;
    margin-bottom: 13.33333vw;
  }

  .section-main__heading span:first-child {
    font-size: 21.208vw;
    line-height: 24.856vw;
  }

  .section-main__heading span:nth-child(2n) {
    font-size: 21.208vw;
    line-height: 9.86667vw;
    margin-top: -8vw;
  }

  .section-main__descr {
    margin-bottom: 13.86667vw;
  }

  .section-main__descr strong {
    font-family: Kaspersky Sans Display;
    margin-bottom: 4.26667vw;
    font-size: 12.8vw;
    line-height: 11.52vw;
  }

  .section-main__descr span {
    font-size: 4.26667vw;
    line-height: 4.30933vw;
  }

  .podcasts {
    margin-top: -5.33333vw;
    padding-bottom: 13.86667vw;
  }

  .podcasts-cover {
    width: 89.86667vw;
    height: 81.06667vw;
    bottom: 0;
  }

  .podcasts-main {
    max-height: 255.2vw;
  }

  .podcasts-main::after {
    max-height: 255.2vw;
    background-size: cover;
  }

  .podcasts-main .section-main__heading {
    margin-bottom: 13.33333vw;
  }

  .podcasts-grid {
    row-gap: 10.66667vw;
  }

  .podcasts-item {
    padding: 8.53333vw 8.53333vw 94.4vw;
    border-radius: 4.26667vw;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .podcasts-item__foto {
    max-width: 100%;
    bottom: 0;
    left: 0;
  }

  .podcasts-item__foto img {
    max-height: 94.4vw;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .podcasts-item__title {
    font-size: 8.53333vw;
    line-height: 9.38667vw;
  }

  .podcasts-item__descr {
    font-size: 4.26667vw;
    line-height: 4.8vw;
    max-width: 100%;
  }

  .podcasts-item__content {
    row-gap: 6.4vw;
    max-width: 100%;
  }

  .podcasts-item__bottom {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .podcasts-item__link {
    position: absolute;
    bottom: 6.4vw;
    right: 8.53333vw;
    width: 21.33333vw;
    height: 21.33333vw;
  }

  .podcasts-item__link img {
    width: 5.6vw;
    height: 6.66667vw;
  }

  .container {
    max-width: 100vw;
    padding: 0 4.26667vw;
  }

  .careers {
    padding: 0 0 17.06667vw;
  }

  .careers::after {
    top: -10.13333vw;
    width: 100%;
    height: 44.26667vw;
  }

  .careers-main {
    min-height: 155.46667vw;
  }

  .careers-main::after {
    height: 142.13333vw;
    min-height: 142.13333vw;
  }

  .careers-main::before {
    max-height: 50.66667vw;
    bottom: -2.66667vw;
  }

  .careers .container {
    max-width: 100vw;
  }

  .careers-list {
    margin-bottom: 6.4vw;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 6.4vw;
    justify-content: center;
  }

  .careers-list__item {
    max-width: 91.46667vw;
    border-radius: 4.26667vw;
  }

  .careers-list__item-foto img {
    width: 100%;
    height: 60.53333vw;
    border-radius: 4.26667vw;
  }

  .careers-list__item-content {
    padding: 4.26667vw 6.4vw;
  }

  .careers-list__item-title {
    margin-bottom: 2.13333vw;
    font-size: 4.26667vw;
    line-height: 4.69333vw;
  }

  .careers-list__item-descr {
    font-size: 3.73333vw;
    line-height: 4.66667vw;
  }

  a.ajax-get-posts {
    padding: 3.2vw 10.66667vw;
    font-size: 4.26667vw;
    line-height: 4.8vw;
    box-shadow: 0px 2.13333vw 8.53333vw 0px rgba(35, 209, 174, 0.4);
    border-radius: 2.13333vw;
  }

  .stories-main {
    height: auto;
    min-height: 255.2vw;
  }

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

  .stories-lists {
    margin-top: -126.13333vw;
    padding-bottom: 17.06667vw;
  }

  .stories-list {
    padding: 8.53333vw 8.53333vw 89.33333vw;
    border-radius: 10.66667vw;
    height: 170.93333vw;
    margin: 0 auto 10.66667vw;
  }

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

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

  .stories-list .palec {
    display: block;
    position: absolute;
    bottom: 4vw;
    right: 13.33333vw;
    width: 40vw;
    height: 40vw;
  }

  .stories-list .palec img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .stories-list__title {
    margin-bottom: 8.53333vw;
    font-size: 8.53333vw;
    line-height: 8.61867vw;
  }

  .stories-list__sidebar {
    display: none !important;
  }

  .stories-list__slider {
    max-width: 100%;
  }

  .stories-list__slider:nth-child(even) {
    max-width: 100%;
  }

  .stories-list__slider:nth-child(even) .stories-slider__item-foto {
    right: initial;
    left: 0;
    top: 55.66667vw !important;
    background: url(../img/stories/gex.png) -12vw 8.53333vw/contain no-repeat;
    width: calc(100% + 17.06667vw);
    margin-left: -8.53333vw;
  }

  .stories-list__slider:nth-child(even) .stories-slider__item-foto img {
    width: 91.46667vw;
    height: 89.33333vw;
  }

  .stories-list__slider:nth-child(odd) .stories-slider__item-foto {
    right: -30.66667vw;
    background: url(../img/stories/gex.png) 12vw 8.53333vw/contain no-repeat;
    width: calc(100% + 17.06667vw);
    margin-left: -8.53333vw;
  }

  .stories-list__slider:nth-child(odd) .stories-slider__item-foto img {
    width: 91.46667vw;
    height: 89.33333vw;
  }

  .stories-slider__item {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .stories-slider__item-text {
    font-size: 6.4vw;
    line-height: 7.04vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stories-slider__item-name {
    margin-bottom: 1.06667vw;
  }

  .stories-slider__item-name strong {
    margin-bottom: 1.06667vw;
    font-size: 6.18667vw;
    line-height: 7.04vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stories-slider__item-name span {
    font-size: 4.26667vw;
    line-height: 4.8vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stories-slider__item-content {
    max-width: 98.66667vw;
    height: auto;
    row-gap: 8.53333vw;
  }

  .stories-slider__item-foto {
    top: 55.86667vw !important;
    max-width: 91.46667vw;
    max-height: 89.33333vw;
    left: 0;
  }

  .stories-slider__item-foto img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 89.33333vw;
  }

  .stories-slider__item-bottom {
    -moz-column-gap: 1.06667vw;
         column-gap: 1.06667vw;
  }

  .stories-slider__item-bottom > a {
    -moz-column-gap: 1.06667vw;
         column-gap: 1.06667vw;
  }

  .stories-slider__item-bottom > a span {
    font-size: 4.26667vw;
    line-height: 5vw;
  }

  .stories-slider__item-bottom > a img {
    width: 6.4vw;
    height: 6.4vw;
  }

  .mob-img {
    display: block;
  }

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

  .spec-main {
    min-height: 128vw;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
  }

  .spec-main::after {
    height: 146.66667vw;
    background: url(../img/gradient-fon.png) center bottom/cover no-repeat;
    max-height: 290.13333vw;
  }

  .spec-main .section-main__descr span {
    max-width: 91.46667vw;
  }

  .spec-projects {
    padding-bottom: 17.06667vw;
    margin-top: 10.66667vw;
  }

  .spec-projects__wrapper > a {
    margin-bottom: 10.66667vw;
  }

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

  .spec-projects__wrapper > a img {
    border-radius: 10.66667vw;
  }

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

  .stalking-page .section-main__wrapper > img:first-child {
    display: none;
  }

  .stalking-page .container {
    padding: 0 4.26667vw;
  }

  .stalking-page .container-lg {
    padding: 0 4.26667vw;
  }

  .stalking-main {
    padding-top: 17.06667vw;
  }

  .stalking-what {
    padding: 17.06667vw 0;
  }

  .stalking-what__wrapper {
    flex-wrap: wrap;
  }

  .stalking-about {
    padding: 17.06667vw 0;
    background: url("../img/stalking/about-mob.jpg") center/cover no-repeat;
  }

  .stalking-about__text {
    max-width: 100%;
    margin-bottom: 6.4vw;
  }

  .stalking-about__wrapper {
    flex-wrap: wrap;
  }

  .stalking-about .text-strong {
    margin-bottom: 6.4vw;
  }

  .stalking-about__slider {
    padding: 8.53333vw 8.53333vw 21.33333vw;
    max-width: 100%;
    border-radius: 4.26667vw;
  }

  .stalking-about__slider .splide__pagination {
    max-width: calc(100% - 34.66667vw);
    -moz-column-gap: 9.06667vw;
         column-gap: 9.06667vw;
    bottom: 10.66667vw;
  }

  .stalking-about__slider .splide__pagination__page {
    width: 2.13333vw;
    height: 2.13333vw;
  }

  .stalking-about__item-title {
    margin-bottom: 4.26667vw;
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .stalking-about__item-text {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .stalking-tactic {
    padding: 17.06667vw 0;
  }

  .stalking-tactic__title {
    font-size: 6.4vw;
    line-height: 7.04vw;
    margin-bottom: 6.4vw;
  }

  .stalking-tactic__wrapper {
    flex-wrap: wrap;
    margin-bottom: 6.4vw;
  }

  .stalking-tactic__wrapper .text-light p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .stalking-tactic__item {
    padding: 8.53333vw;
    border-radius: 4.26667vw;
    max-width: 91.46667vw;
  }

  .stalking-tactic__item-title {
    margin-bottom: 4.26667vw;
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .stalking-tactic__item-subtitle {
    margin-bottom: 4.26667vw;
    font-size: 3.73333vw;
    line-height: 4.66667vw;
  }

  .stalking-tactic__item-text {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .stalking-tactic__slider::before {
    width: 16.53333vw;
  }

  .stalking-tactic__slider .splide__track {
    padding-top: 6.66667vw;
  }

  .stalking-tactic__slider .splide__list::after {
    width: 768vw;
    height: 5.06667vw;
    top: -6.66667vw;
  }

  .desc-none {
    display: block !important;
  }

  .checklist {
    padding: 17.06667vw 0 96.53333vw;
    overflow: hidden;
  }

  .checklist-text {
    max-width: 100%;
  }

  .checklist-text p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
    margin-bottom: 4vw;
  }

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

  .checklist-links {
    margin: 8.53333vw 0 0;
    flex-wrap: wrap;
    row-gap: 6.4vw;
  }

  .checklist-links a {
    width: 100%;
    font-size: 4.26667vw;
    line-height: 4.8vw;
    padding: 3.2vw 6.13333vw;
    text-align: center;
    border-radius: 2.13333vw;
  }

  .checklist-img {
    bottom: -104.26667vw;
    left: 0;
  }

  .checklist-img img {
    width: 100vw;
    height: 91.2vw;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .splide-button__stalking {
    width: 8.53333vw;
    height: 8.53333vw;
    bottom: 8.53333vw;
  }

  .stalking-button-prev {
    left: 8.53333vw;
  }

  .stalking-button-next {
    right: 8.53333vw;
  }

  .section-title {
    font-size: 12.8vw;
    line-height: 12.8vw;
    margin-bottom: 6.4vw;
  }

  .text-strong {
    font-size: 6.4vw;
    line-height: 7.04vw;
    margin-bottom: 8.53333vw;
    max-width: 100%;
  }

  .text-light {
    max-width: 100%;
  }

  .text-light p {
    margin-bottom: 6.4vw;
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

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

  .text-light strong {
    font-size: 4.8vw;
    line-height: 5.62667vw;
    color: #1d1d1b;
  }

  .other {
    padding-top: 8.53333vw;
  }

  .other-wrapper {
    padding: 8.53333vw 8.53333vw 71.73333vw;
    border-radius: 10.66667vw;
  }

  .other-women {
    display: block;
    max-width: 100%;
  }

  .other-women img {
    width: 69.33333vw;
    height: 69.33333vw;
  }

  .other-women::after {
    width: 100%;
    height: 199.46667vw;
    bottom: 0;
    top: initial;
    background: url("../img/stalking/sfera-mob.png") center bottom/cover no-repeat;
  }

  .other-text {
    max-width: 100%;
  }

  .other-text p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
    margin-bottom: 4vw;
  }

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

  .womens::before {
    height: 196.53333vw;
  }

  .womens-block {
    padding-top: 17.06667vw;
  }

  .womens-block__wrapper {
    flex-wrap: wrap;
  }

  .womens-block__wrapper .womens-right .womens-left {
    display: none;
  }

  .womens-block__wrapper .womens-right .womens-left-mob {
    display: block;
    margin-bottom: 4vw;
  }

  .womens-bottom {
    padding-bottom: 17.06667vw;
  }

  .womens-bottom .womens-left {
    order: 2;
    margin-bottom: 6.66667vw;
  }

  .womens-bottom .womens-left > p,
  .womens-bottom .womens-left > h4 {
    display: block;
  }

  .womens-bottom .womens-right p {
    display: none;
  }

  .womens-left,
  .womens-right {
    max-width: 100%;
  }

  .womens-left h4,
  .womens-right h4 {
    margin: 3.2vw 0;
    font-size: 6.4vw;
    line-height: 7.04vw;
  }

  .womens-left p,
  .womens-right p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
    margin-bottom: 4vw;
  }

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

  .womens-left img,
  .womens-right img {
    margin-bottom: 6.66667vw;
  }

  .womens-left-hide-content p,
  .womens-left-hide-content h4,
  .womens-right-hide-content p,
  .womens-right-hide-content h4 {
    display: none;
  }

  .womens-citata {
    margin: 24vw 0 8.53333vw;
    font-size: 6.4vw;
    line-height: 7.04vw;
  }

  .womens-citata::after {
    width: 10.66667vw;
    height: 9.06667vw;
    top: -15.46667vw;
  }

  .womens-citata-mb {
    margin-bottom: 8.53333vw !important;
  }

  .womens-citata__info {
    flex-wrap: wrap;
  }

  .womens-citata__info-left,
  .womens-citata__info-right {
    max-width: 100%;
  }

  .womens-citata__info-left p,
  .womens-citata__info-right p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
    margin-bottom: 4vw;
  }

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

  .womens-green {
    background: linear-gradient(276.34deg, #66fe9900 0.05%, #66fe9933 50.22%, #A8E6FC 100.22%), radial-gradient(278.18% 278.33% at 100% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .womens-green__block {
    flex-wrap: wrap;
  }

  .womens-green__block-title {
    margin-bottom: 6.4vw;
    font-size: 6.4vw;
    line-height: 7.04vw;
  }

  .womens-green__block p {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
    margin-bottom: 6.4vw;
  }

  .womens-green__block__right {
    max-width: 100%;
  }

  .womens-green__block ul {
    padding-left: 6.66667vw;
  }

  .womens-green__block ul li {
    font-size: 4.26667vw;
    line-height: 6.18667vw;
  }

  .womens-last {
    padding-top: 17.06667vw;
  }

  .header {
    padding: 4.26667vw 0;
  }

  .header .container {
    max-width: 100vw;
  }

  .header-logo img {
    max-width: 45.06667vw;
  }

  .header-menu {
    padding: 40vw 4.26667vw 4.26667vw;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
  }

  .header-menu.active {
    display: block;
  }

  .header-menu li {
    margin-bottom: 10.66667vw;
  }

  .header-menu li:last-child {
    margin-bottom: 0;
  }

  .header-menu li a {
    font-size: 6.4vw;
    line-height: normal;
  }

  .footer {
    padding: 6.66667vw 0 6.4vw;
  }

  .footer .container {
    max-width: 100vw;
    padding: 0 4.26667vw;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-logo {
    margin-bottom: 2.13333vw;
  }

  .footer-logo img {
    width: 100%;
    max-width: 41.6vw;
    height: 8.53333vw;
  }

  .footer-text {
    margin-bottom: 6.4vw;
    position: relative;
    font-size: 3.73333vw;
    line-height: 4.26667vw;
    width: 100%;
  }

  .footer-list {
    display: block;
  }

  .footer-list li {
    margin-bottom: 1.86667vw;
  }

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

  .footer-list li a {
    font-size: 3.73333vw;
    line-height: 4.26667vw;
  }
}