@charset "UTF-8";
:root {
  --grey: #a9a9a9;
  --color-placeholder: gray;
}

.dark-theme,
body {
  --theme-color-text: #FEFEFE;
  --theme-color-bg-main: #0E0F11;
  --theme-color-bg-top-menu-link: #212122;
  --theme-color-text-top-menu-link: #fff;
}

.light-theme,
body.light-theme {
  --theme-color-text: #0E0F11;
  --theme-color-bg-main: #FEFEFE;
  --theme-color-bg-top-menu-link: #F8F8F8;
  --theme-color-text-top-menu-link: #0E0F11;
}

/*
$type -- для условия
         1 -- только если ширина окна меньше контейнера
         2 -- только если ширина окна больше контейнера
         0 -- всегда
*/
.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs__caption {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  padding-top: 20px;
}
.tabs__caption li {
  color: #555;
  cursor: pointer;
  letter-spacing: -0.5px;
}
.tabs__caption .active {
  position: relative;
}
.tabs__caption .active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.section-key-differentiators {
  padding-top: calc(105rem / 16);
  padding-bottom: calc(124rem / 16);
}
@media (max-width: 1728px) {
  .section-key-differentiators {
    padding-top: calc(56rem / 16 + 49 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-key-differentiators {
    padding-bottom: calc(100rem / 16 + 24 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-key-differentiators .section-description-top {
  line-height: 1.1819;
}
.section-key-differentiators .section-title {
  padding-top: calc(0rem / 16);
  padding-bottom: calc(45rem / 16);
}
@media (max-width: 1728px) {
  .section-key-differentiators .section-title {
    padding-top: calc(10rem / 16 + -10 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .section-key-differentiators .section-title {
    padding-bottom: calc(22rem / 16 + 23 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.section-key-differentiators .wrapper-slider {
  padding-top: calc(120rem / 16);
  max-width: 1700px;
  padding-right: 0;
}
@media (max-width: 1728px) {
  .section-key-differentiators .wrapper-slider {
    padding-top: calc(95rem / 16 + 25 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 1200px) {
  .section-key-differentiators .wrapper-slider {
    padding-right: 30px;
  }
}
.section-key-differentiators__content-top {
  max-width: 560px;
}

.slider-key-differentiators .swiper-slide {
  height: auto;
}
.slider-key-differentiators .card-preview-hover {
  height: 100%;
}

.card-preview-hover {
  --radius: 20px;
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card-preview-hover:hover .overlay-border {
  opacity: 1;
}
.card-preview-hover:hover .link-to-more {
  visibility: visible;
  opacity: 1;
}
.card-preview-hover .overlay-border {
  opacity: 0;
  border-radius: 20px;
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #8B76FB, #938FAF);
  transition: opacity 0.4s ease-in-out;
}
.card-preview-hover .overlay-border::after {
  content: "";
  display: block;
  position: absolute;
  inset: 1px;
  border-radius: var(--radius);
  background-image: linear-gradient(45deg, rgb(27, 28, 29), rgb(45, 46, 48));
}
.card-preview-hover__top {
  height: 100%;
  padding: 27px 25px 0;
  background-color: #5f43fb;
}
@media only screen and (min-width: 1350px) {
  .card-preview-hover__top {
    padding: 53px 40px 0;
  }
}
.card-preview-hover__content {
  padding-bottom: calc(50rem / 16);
  position: relative;
}
@media (max-width: 1728px) {
  .card-preview-hover__content {
    padding-bottom: calc(45rem / 16 + 5 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-preview-hover__content .link-to-more {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: gap 0.3s ease, color 0.3s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.card-preview-hover__counter {
  font-size: calc(14rem / 16);
  margin-bottom: calc(30rem / 16);
  color: #0e0f11;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1728px) {
  .card-preview-hover__counter {
    font-size: calc(12rem / 16 + 2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-preview-hover__counter {
    margin-bottom: calc(12rem / 16 + 18 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media only screen and (min-width: 768px) {
  .card-preview-hover__counter {
    width: 36px;
    height: 36px;
  }
}
.card-preview-hover__title {
  font-size: calc(22rem / 16);
  padding-bottom: calc(0rem / 16);
  line-height: 1.18182;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (max-width: 1728px) {
  .card-preview-hover__title {
    font-size: calc(18rem / 16 + 4 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
@media (max-width: 1728px) {
  .card-preview-hover__title {
    padding-bottom: calc(2rem / 16 + -2 / 16 * (100vw - 390rem / 16) / (1338 / 16));
  }
}
.card-preview-hover p {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .card-preview-hover p {
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
}
.card-preview-hover__bottom {
  background-size: cover;
  background-position: center;
  padding-top: 46%;
}
/*# sourceMappingURL=section-key-differentiators.min.css.map */
