/*--------- 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 Text";
  -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;
}

.main {
  position: relative;
  padding-top: 48px;
  margin-bottom: 153px;
  overflow: hidden;
}

.main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -220px;
  right: 0;
  margin: 0 auto;
  height: 664px;
  width: 1610px;
  background: url("../img/fon.png") bottom center/contain no-repeat;
  z-index: -2;
}

.main .container {
  max-width: 1672px;
}

.main-wrapper {
  position: relative;
  padding: 48px 0 79px 79px;
}

.main-left {
  max-width: 834px;
}

.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  z-index: -1;
}

.main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-title {
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 55px;
  line-height: 54px;
}

.main-link__video {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}

.main-link__video-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #29ccb1;
  border-radius: 50%;
}

.main-link__video-icon img {
  margin-left: 5px;
}

.main-link__video span {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #1d1d1b;
}

.main-descr p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #1d1d1b;
}

.main-descr p strong {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}

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

.site-mode {
  position: absolute;
  top: 36px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  -moz-column-gap: 14px;
       column-gap: 14px;
  border-radius: 8px;
  background: linear-gradient(30deg, #3de8ca, #33ff77);
  max-width: 276px;
  cursor: pointer;
}

.site-mode > span {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}

.site-mode.active > span {
  color: #fff;
}

.site-mode.active .range {
  background: linear-gradient(30deg, #3de8ca, #33ff77);
}

.site-mode.active .range span {
  left: 42.67px;
}

.site-mode .range {
  position: relative;
  width: 80px;
  height: 43px;
  padding: 5.38px 5.33px;
  background: rgba(29, 54, 83, 0.17);
  border-radius: 30px;
  transition: all 0.3s;
}

.site-mode .range span {
  position: absolute;
  left: 5.38px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32.25px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px -2px rgba(24, 39, 75, 0.08);
  transition: all 0.3s;
}

.section-title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 75px;
}

.section-title span {
  color: #00a88e;
}

.together {
  margin-bottom: 80px;
}

.together-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.together-item {
  max-width: 384px;
  border-radius: 16px;
  box-shadow: 0 4px 2px rgba(35, 209, 174, 0.24);
  padding: 40px 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}

.together-item:first-child {
  background: linear-gradient(10deg, #3de8ca, #33ff77);
}

.together-item:nth-child(2) {
  background: linear-gradient(0deg, #3de8ca, #33ff77);
}

.together-item:last-child {
  background: linear-gradient(-10deg, #3de8ca, #33ff77);
}

.together-k {
  max-width: 431px;
  height: 413px;
  margin-top: -68px;
  margin: -68px auto 0;
}

.together-k img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tools {
  margin-bottom: 80px;
}

.tools-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.tools-item {
  padding: 0 16px;
  max-width: 388px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.tools-item:first-child {
  background: #f4efff;
}

.tools-item:nth-child(2) {
  background: #c6ffd9;
}

.tools-item:nth-child(3) {
  background: #e5f1ff;
}

.tools-item:nth-child(4) {
  background: #e9ffbe;
}

.tools-item:nth-child(5) {
  background: #ffeffa;
}

.tools-item:last-child {
  background: #effaff;
}

.tools-item__icon {
  width: 32px;
  height: 32px;
}

.tools-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tools-item__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #1d1d1b;
}

.template {
  padding: 80px 0;
  background: linear-gradient(to top, #3de8c939, #3de8c903 34%, #fff 75%, #fff 75%);
  transition: all 0.3s;
}

.template-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.template-left {
  max-width: 583px;
}

.template-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 24px;
}

.template-title {
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
  color: #1d1d1b;
  max-width: 503px;
}

.template-icon {
  width: 64px;
  height: 64px;
}

.template-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-excerpt {
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  color: #1d1d1b;
  margin-bottom: 58px;
}

.template-excerpt a {
  color: #00a88e;
}

.template-btns {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
}

.template-btns a,
.template-btns button {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #00a88e;
}

.template-btns a {
  color: #fff;
  background: #00a88e;
  box-shadow: 0 8px 30px 0 rgba(35, 209, 174, 0.4);
}

.template-btns button {
  color: #00a88e;
  background: transparent;
}

.template-btns button svg {
  transition: all 0.3s;
}

.template-btns button.active svg {
  transform: rotate(-180deg);
}

.template-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-bottom {
  margin-top: 64px;
}

.template-bottom__wrapper {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
}

.template-bottom__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #1d1d1b;
}

.template-bottom__descr {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #1d1d1b;
}

.template-bottom__descr a {
  color: #00a88e;
  text-decoration: underline;
  font-weight: 600;
}

.template-bottom__left {
  max-width: 584px;
}

.template-bottom__left .template-bottom__title {
  margin-bottom: 16px;
}

.template-bottom__left ul {
  padding-left: 26px;
}

.template-bottom__left ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}

.template-bottom__left ul li:last-child {
  margin-bottom: 0;
}

.template-bottom__right {
  max-width: 584px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: flex-start;
}

.template-bottom__info {
  width: 64px;
  height: 64px;
}

.template-bottom__info img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-bottom__info-text {
  max-width: 504px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1B;
}

.template-bottom__info-text a {
  color: #00A88E;
}

.template-middle {
  margin-top: -80px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 32px;
       column-gap: 32px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.template-middle.show {
  max-height: 800px;
}

.template-middle__left,
.template-middle__right {
  margin-top: 48px;
  max-width: 584px;
  width: 100%;
}

.template-middle.row-linear {
  align-items: inherit;
}

.template-middle .bg-linear {
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(220deg, white 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(160deg, #66FE99 0%, #A8E6FC 80%);
}

.template-middle .bg-linear a {
  text-decoration: none;
}

.template-middle h4 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
}

.template-middle h2 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #1D1D1B;
}

.template-middle p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}

.template-middle a {
  color: #00a88e;
  text-decoration: underline;
  font-weight: 600;
}

.template-middle ol {
  counter-reset: item;
  padding-left: 36px;
}

.template-middle ol > li {
  position: relative;
  padding: 8px 0 11px;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.template-middle ol > li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: -36px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1D1D1B;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.template-middle ul {
  padding-left: 20px;
}

.template-middle ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  padding-top: 12px;
  list-style: disc;
}

.template-last-block {
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  transition: margin-top 0.3s;
}

.template-last-block.show {
  max-height: 800px;
  margin-top: 60px;
}

.template-last-block > h2 {
  width: 100%;
  margin: 0;
}

.gaids-wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gaids-item {
  position: relative;
  max-width: 265px;
  width: 100%;
}

.gaids-item a {
  display: none;
}

.gaids-item:hover a {
  display: flex;
}

.gaids-item__img {
  border-radius: 18.26px;
  overflow: hidden;
  box-shadow: 0 5px 45px 0 rgba(85, 110, 110, 0.16);
}

.gaids-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gaids-item__date {
  padding: 10px;
  color: rgba(42, 53, 65, 0.7);
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.gaids-download {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #29ccb1;
}

.use-wrapper {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.use-item {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 273px;
}

.use-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 12px;
  right: -31px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("/assets/img/arrowRight.svg") center/contain no-repeat;
}

.use-item__img {
  width: 32px;
  height: 32px;
}

.use-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.use-item:first-child {
  background: linear-gradient(85deg, #D4BEFF, #BEE9FF);
}

.use-item:nth-child(2) {
  background: linear-gradient(90deg, #BEE9FF, #DEFF9D);
}

.use-item:nth-child(3) {
  background: linear-gradient(90deg, #D4FF7D, #8DFFB3);
}

.use-item:last-child {
  background: linear-gradient(93deg, #8DFFB3, #3DE8CA);
}

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

.use-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1D1D1B;
  max-width: 193px;
}

.benefits-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.benefits-list {
  max-width: 584px;
  width: 100%;
}

.benefits-list li {
  position: relative;
  padding: 8px 0 11px 36px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.benefits-list li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") center/contain no-repeat;
}

body {
  transition: background 0.3s;
}

.dark-mode {
  background: #1d1d1b;
}

.dark-mode .site-mode {
  background: linear-gradient(30deg, #1d1d1b, rgba(19, 129, 112, 0.4));
}

.dark-mode .section-title {
  color: #fff;
}

.dark-mode .template {
  background: linear-gradient(to top, #3de8c939, #3de8c903 34%, #1D1D1B 75%, #1D1D1B 75%);
}

.dark-mode .template-icon {
  filter: brightness(0) invert(1);
}

.dark-mode .template-title {
  color: #fff;
}

.dark-mode .template-excerpt {
  color: #fff;
}

.dark-mode .template-btns a {
  color: #1D1D1B;
}

.dark-mode .template-btns a svg path {
  fill: #1D1D1B;
}

.dark-mode .template-bottom__title {
  color: #fff;
}

.dark-mode .template-bottom__descr {
  color: #fff;
}

.dark-mode .template-bottom__info img {
  filter: brightness(0) invert(1);
}

.dark-mode .template-bottom__info-text {
  color: #fff;
}

.dark-mode .template-bottom__left ul li {
  color: #fff;
}

.dark-mode .template-middle h2 {
  color: #fff;
}

.dark-mode .template-middle p {
  color: #fff;
}

.dark-mode .template-middle ol li,
.dark-mode .template-middle ul li {
  color: #fff;
}

.dark-mode .template-middle ol li::before,
.dark-mode .template-middle ul li::before {
  color: #1D1D1B;
  background: #fff;
}

.dark-mode .template-middle .bg-linear {
  background: linear-gradient(45deg, #1D1D1B -10%, #146658 45%, #29CCB1 100%);
}

.dark-mode .template-middle .bg-linear h4 {
  color: #fff;
}

.dark-mode .template-middle .bg-linear h4 svg path {
  fill: #fff;
}

.dark-mode .template-middle .bg-linear ol li::before {
  color: #00a88e;
  background: #1D1D1B;
}

.dark-mode .use-item::after {
  filter: brightness(0) invert(1);
}

.dark-mode .gaids-item__date {
  color: rgba(255, 255, 255, 0.4);
}

.dark-mode .benefits-list li {
  color: #fff;
}

.dark-mode .footer::after {
  background: #000 url("../img/s8-bg-dark.png") top/cover no-repeat;
}

.dark-mode .footer h2 {
  color: #fff;
}

.dark-mode .footer-text span {
  color: #fff;
}

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

.go-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0 10.67px 29px -8px rgba(24, 39, 75, 0.301);
  border-radius: 10px;
  bottom: 50px;
  right: 236px;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99;
}

.go-top.show {
  visibility: visible;
}

.go-top img {
  width: 32px;
  height: 32px;
}

.footer {
  position: relative;
  padding: 96px 0 0;
  height: 851px;
}

.footer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d4def0 url("../img/s8-bg-light.png") top/cover no-repeat;
  z-index: -1;
}

.footer-wrapper {
  position: relative;
}

.footer-text {
  max-width: 668px;
}

.footer h2 {
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  color: #1d1d1d;
  margin-bottom: 40px;
}

.footer span {
  display: block;
  line-height: 500;
  font-size: 32px;
  line-height: 36px;
}

.footer a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  line-height: 500;
  font-size: 32px;
  line-height: 36px;
  color: #00a88e;
  text-decoration: underline;
}

.footer .site-mode {
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: transparent;
  max-width: 264px;
  right: -132px;
  padding: 0;
}

.footer .site-mode span {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}

.footer .site-mode span:first-child {
  color: #22344966;
}

.footer .site-mode .range {
  padding: 0;
}

.footer .site-mode .range span {
  left: 42.67px;
}

.footer .site-mode.active > span:first-child {
  color: #fff;
}

.footer .site-mode.active > span:last-child {
  color: #ffffff40;
}

.footer .site-mode.active .range {
  padding: 0;
}

.footer .site-mode.active .range span {
  left: 5.33px;
}