/*--------- 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 {
  max-width: 1416px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-careers {
  padding-top: 109px;
  min-height: max-content;
  /* background: url("../img/03-03-2025/main.jpg") center/cover no-repeat; */
}

.main-careers.not-text, .main-careers.full {
  min-height: 900px;
}

.main-careers.not-text .careers-wrapper, .main-careers.full .careers-wrapper {
  min-height: 700px;
}

.main-careers .container {
  max-width: 1635px;
}

.careers-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 43px;
       column-gap: 43px;
  justify-content: flex-start;
  min-height: max-content;
}

.careers-left h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 84.38px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 75px;
}

.careers-left h1 span {
  position: relative;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.careers-left h1 span::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 32px);
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
}

.careers-left h1 span:first-child {
  transform: rotate(-4deg);
  margin-bottom: 22px;
  z-index: 2;
}

.careers-left h1 span:first-child::after {
  background: #00a88e;
}

.careers-left h1 span:nth-child(2) {
  margin-left: 22px;
  transform: rotate(0deg);
}

.careers-left h1 span:nth-child(2)::after {
  background: #1d1d1b;
}

.careers-left h1 span:nth-child(3) {
  color: #000;
  transform: rotate(4deg);
}

.careers-left h1 span:nth-child(3)::after {
  background: #fff;
}

.careers-author__foto {
  max-width: 693px;
  max-height: 791px;
}

.header-menu li a {
  color: #000 !important;
}

.news-header__logo {
  filter: brightness(0) !important;
}

.careers-author__foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.careers-author__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 32.32px;
  letter-spacing: 0%;
}

.careers-author__pos {
  font-weight: 500;
  font-size: 32px;
  line-height: 32.32px;
}

.careers-author__other {
  margin-left: 139px;
}

.leadText {
  padding: 152px 0;
}

.leadText * {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0;
  text-indent: 70px;
}

.leadText strong,
.leadText b {
  font-weight: 600;
}

.onlyText-wrapper {
  padding: 128px 138px;
  border-radius: 16px;
}

.onlyText-wrapper.mini {
  padding: 0 176px;
  margin: 0 auto;
}

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

.onlyText-text ul {
  margin-bottom: 15px;
}

.onlyText-wrapper.mini .onlyText-text {
  max-width: 832px;
  margin: 0 auto;
}

.onlyText-text h2 {
  margin-bottom: 27px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.onlyText-text h2 span {
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
}

.onlyText-text h2 img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.onlyText-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #1D1D1B;
  text-indent: 70px;
  margin-bottom: 22px;
}

.onlyText-text strong,
.onlyText-text b {
  font-weight: 700;
  font-size: 24px;
  line-height: 34.8px;
  margin-bottom: 10px;
  display: block;
}

.onlyText-text ol li strong,
.onlyText-text ol li b {
  display: inline !important;
}

.onlyText-text .text-list {
  padding: 10px 0 32px 0;
}

.onlyText-text .text-list > strong,
.onlyText-text .text-list > b {
  display: block;
  margin: 8px 0;
}

.onlyText-text ul li, .onlyText-text ol li {
  margin-bottom: 8px;
  position: relative;
  padding: 8px 0 8px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0%;
}

.onlyText-text ul li:last-child, .onlyText-text ol li:last-child {
  margin-bottom: 0;
}

.onlyText-text ul li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 18.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a88e;
}

.onlyText-text *:last-child {
  margin-bottom: 0;
}

.onlyText.white {
  padding: 128px 0;
}

.women-citata {
  padding: 128px 0;
}

.women-citata__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 0 138px 0 38px;
}

.women-citata__content > img {
  width: 60px;
  height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
}

.women-citata__text, .women-citata__text ul li, .women-citata__text ol li {
  font-weight: 500;
  font-size: 32px;
  line-height: 38.4px;
}

.women-citata__text ul li, .women-citata__text ol li {
  position: relative;
  padding-left: 38px;
}

.women-citata__text ul li::after, .women-citata__text ol li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 11.5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a88e;
}

.women-citata__text.mini {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  max-width: 629px;
}

.women-citata__text.mini p {
  margin-bottom: 25px;
  text-indent: 70px;
}

.women-citata__title {
  margin-bottom: 59px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 37px;
       column-gap: 37px;
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
}

.women-citata__title img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.women-citata__wrapper.mini {
  max-width: 1110px;
  margin: 0 auto;
}

.women-citata__wrapper.mini .women-citata__title {
  margin-left: -32px;
}

.women-citata.big {
  padding: 64px 0 0;
}

.mt {
  margin-top: 64px !important;
}

.mb {
  margin-bottom: 64px !important;
}

.women-citata.big .women-citata__content {
  padding: 0;
}

.women-citata.big .women-citata__title {
  position: relative;
  margin-left: 245px;
  z-index: 1;
}

.women-citata.big .women-citata__foto {
  position: relative;
  z-index: 1;
}

.women-citata.big .women-citata__foto img {
  width: 931px;
  height: 700px;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.women-citata.big .women-citata__text.mini {
  position: relative;
}

.women-citata.big .women-citata__text.mini::after {
  content: "";
  position: absolute;
  display: block;
  width: 1248px;
  height: calc(100% + 246px);
  right: -64px;
  top: -182px;
  background: #F4F7FA;
  z-index: 0;
  border-radius: 16px;
}

.women-citata.big .women-citata__text.mini p {
  position: relative;
  z-index: 1;
}

.women-citata.big .container {
  max-width: 1694px;
}

.women-texture {
  margin-top: -50px;
  padding-bottom: 128px;
  padding-top: 128px;
  overflow: hidden;
}

.women-texture .container {
  max-width: 1418px;
}

.women-texture .texture-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 655px;
}

.women-texture .texture-wrapper * {
  position: relative;
  z-index: 1;
}

.women-texture .texture-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 930px;
  height: 874px;
  right: 120px;
  top: -40px;
  background: url("/wp-content/themes/wit/assets/01-03-2025/img/03-03-2025/textura.png") center/contain no-repeat;
}

.women-texture .texture {
  max-width: 300px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #1d1d1b;
}

.women-texture .texture a svg {
  width: 30px;
  height: 15px;
}

.women-citata.reverse .women-citata__foto {
  order: 2;
}

.women-citata.reverse .women-citata__text.mini::after {
  left: -64px;
  right: initial;
}

.women-citata.no-title .women-citata__text.mini::after {
  top: -64px;
  height: calc(100% + 75px);
}


.onlyFoto {
  margin: 0 0 128px;
}

.onlyFoto-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 35px;
}

.onlyFoto-foto__big img, .onlyFoto-foto__middle img {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.onlyFoto-foto__big {
  width: 100%;
  max-width: 100%;
  max-height: max-content;
}

.onlyFoto-foto__middle {
  width: 100%;
  max-width: 832px;
  max-height: max-content;
}


.statistic {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.statistic.none-effect {
  padding: 200px 0;
}

.statistic-block {
  max-width: 693px;
  margin: 0 auto;
}

.statistic-block.style-1 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 313px 250px 280px 236px;
}

.statistic-block.style-1::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/03-03-2025/textures.png") center/contain no-repeat;
  height: 100%;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.statistic-block.style-1 .statistic-percent {
  margin-bottom: 10px;
  color: #000;
}

.statistic-block.style-1 .statistic-title {
  margin-bottom: 0px;
}

.statistic-block.style-1 .statistic-text {
  max-width: 250px;
}

.statistic-block.style-2 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 326px 0 72px;
}

.statistic-block.style-2::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/03-03-2025/textures2.png") center/contain no-repeat;
  height: 1513px;
  width: 1395px;
  left: 0;
  right: 0;
  margin: auto;
  top: -120px;
}

.statistic-block.style-2 .statistic-percent {
  margin-bottom: 30px;
}

.statistic-block.style-2 .statistic-title {
  margin-bottom: 10px;
}

.statistic-block.style-2 .statistic-text {
  max-width: 693px;
}

.statistic-block.style-3 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 231px 0;
}

.statistic-block.style-3::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/03-03-2025/textures3.png") center/contain no-repeat;
  height: 500px;
  width: 475px;
  left: -40px;
  right: 0;
  margin: auto;
  top: 0px;
  bottom: 0;
}

.statistic-block.style-3 .statistic-percent {
  margin-bottom: 10px;
  color: #000;
}

.statistic-block.style-3 .statistic-title {
  margin-bottom: 0px;
}

.statistic-block.style-3 .statistic-text {
  max-width: 250px;
}

.statistic-percent {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 128px;
  line-height: 40.01px;
  color: #00A88E;
}

.statistic-percent span {
  font-size: 72px;
}

.statistic-title {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 44px;
  line-height: 40.01px;
  margin-bottom: 15px;
}

.statistic-text {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 32px;
  line-height: 40.01px;
}

section ol {
  display: flex;
  flex-wrap: wrap;
}

section ol li {
  width: 100%;
}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

.yes-top {
  padding-top: 150px !important;
}

section ul li, section ol li {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
}

section ul {
  padding: 0 !important;
}

section ol {
  counter-reset: list-counter;
}

section ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  left: -8px;
  top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  background: rgba(41, 77, 117, 0.09);
  border-radius: 50%;
}

.onlyText-text ol, .onlyText-text ul {
  margin-bottom: 25px;
}

.onlyText-text p.tin {
  text-indent: 0 !important;
}