/*--------- 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: 1694px;
  padding: 0 15px;
  margin: 0 auto;
}

.podcast-author.max-h-foto {
  height: 750px;
}

.podcast-author.max-h-foto img {
  height: 100%;
}

#player {
  position: absolute;
  left: 754px;
  bottom: -70px;
}

#player::after {
  content: "";
  display: block;
  position: absolute;
  top: -262px;
  left: -320px;
  width: 1000px;
  height: 1007px;
  background: url("../img/03-03-2025/vector.png") center/cover no-repeat;
  transform: rotate(42.42deg);
  z-index: 1;
}

.playBtn,
#pauseBtn {
  width: 21px;
  height: 26px;
}

#play-previous svg,
#play-next svg {
  width: 32px;
  height: 26px;
}

#player-track {
  position: relative;
  margin-bottom: 63px;
  max-width: 490px;
  z-index: 2;
}

#player-content {
  position: relative;
  z-index: 2;
}

#album-name {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
  color: #29ccb1;
  max-width: 350px;
}

#track-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 48px;
  color: #1d1d1b;
  max-width: 350px;
}

#track-time {
  display: none;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}

#s-area {
  height: 16px;
  background: rgba(41, 204, 177, 0.1);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: height 0.2s ease;
  border-radius: 16px;
  max-width: 490px;
  margin: 0 auto;
}

#seek-bar {
  height: 16px;
  width: 0;
  background: #29ccb1;
  border-radius: 2px;
  position: relative;
  --thumb-opacity: 0;
  border-radius: 16px;
}

#seek-bar::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: var(--thumb-opacity);
  transition: all 0.2s ease;
  opacity: 0;
  border-radius: 16px;
}

#s-area:hover #seek-bar::after {
  width: 18px;
  height: 18px;
  right: -9px;
  opacity: 1;
}

#s-hover {
  position: absolute;
  height: 100%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  pointer-events: none;
  border-radius: 16px;
}

#ins-time {
  position: absolute;
  top: -25px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
}

#buffer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
}

#player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.control {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #29ccb1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0px 8px 32px 0px rgba(35, 209, 174, 0.4);
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#play-next,
#play-previous {
  background: none;
  box-shadow: none;
}

#play-pause-button {
  width: 80px;
  height: 80px;
}

.main-podcast {
  overflow: hidden;
  padding: 260px 0 132px;
  background: url('/wp-content/themes/wit/assets/15-03-2025/img/03-03-2025/fon-podcast.jpg') center/cover no-repeat;
}

.main-podcast h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 72px;
  max-width: 834px;
}

.main-podcast__wrapper {
  position: relative;
  min-height: 494px;
}

.main-podcast__wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  max-width: 555px;
}

.main-podcast__text {
  max-width: 1180px;
  min-height: 230px;
}

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

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

.header-burger span {
  background: #000 !important;
}

* {
  color: #1d1d1b;
}

.podcast-author {
  display: flex;
  align-items: flex-end;
  width: 682px;
  height: 849px;
  position: absolute;
  right: -170px;
  bottom: -135px;
  z-index: 0;
}

.leadText {
  padding: 152px 0;
}

.leadText .container {
  max-width: 1416px;
  padding: 0 15px;
}

.leadText-wrapper p {
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0;
  text-indent: 70px;
  margin-bottom: 20px;
}

.leadText-wrapper p:last-child {
  margin-bottom: 0;
}

.onlyText {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}

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

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

.onlyText .container {
  max-width: 862px;
  padding: 0 15px;
}

.onlyText-wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 25px;
  text-indent: 70px;
}

.onlyText-wrapper p:last-child {
  margin-bottom: 0;
}

.onlyText-wrapper h2 {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.onlyText-wrapper ul {
  margin-bottom: 32px;
}

.onlyText-wrapper ul:last-child {
  margin-bottom: 0;
}

.onlyText-wrapper ul li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0;
  vertical-align: middle;
}

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

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

.women-citata .container {
  max-width: 1230px;
  padding: 0 15px;
}

.women-citata__wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

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

.women-citata__wrapper p {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
}

.women-citata.mb-none {
  margin-bottom: 0;
}

.women-podcast__bottom {
  position: relative;
  padding: 213px 0 80px;
}

.women-podcast__bottom::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 598px;
  background: url("../img/03-03-2025/fon-mask.png") bottom center/contain no-repeat;
  z-index: 0;
}

.women-podcast__bottom-wrapper {
  position: relative;
  z-index: 2;
}

.women-podcast__bottom-wrapper a {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0;
       column-gap: 0;
  font-weight: 400;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  margin: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.women-podcast__bottom-wrapper a span {
  max-width: 532px;
}

.women-podcast__bottom-wrapper a:hover svg,
.women-podcast__bottom-wrapper a:hover img {
  right: -10px;
}

.women-podcast__bottom-wrapper a svg,
.women-podcast__bottom-wrapper a img {
  position: relative;
  right: 0;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}