@charset "UTF-8";
body {
  background: url("assets/bg.png") no-repeat top center/140% auto, url("assets/wave-2.png") no-repeat bottom center/100% auto;
}

.non-auth {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 20px;
  border-radius: 15px;
}
.non-auth, .non-auth:link, .non-auth:visited, .non-auth:hover, .non-auth:active, .non-auth:focus {
  color: black;
  text-decoration: none;
}
.non-auth h1 {
  color: black;
}

.main-btn {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transform: translateY(-27px);
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-btn, .main-btn:link, .main-btn:visited, .main-btn:hover, .main-btn:active, .main-btn:focus {
  color: black;
  text-decoration: none;
}
.main-btn:hover {
  background-color: #f0f7ff;
}

.header {
  margin-top: 30px;
  margin-bottom: 50px;
}
.header__wrapper {
  display: flex;
  gap: 20px;
}
.header__link {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.header__link, .header__link:link, .header__link:visited, .header__link:hover, .header__link:active, .header__link:focus {
  color: black;
  text-decoration: none;
}
.header__link:hover {
  background-color: #f0f7ff;
}
.header .podcast-btn {
  padding: 10px 27px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}
.header h1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
}
.header__content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.header__logo {
  width: 60px;
  height: auto;
}
.header__main {
  display: flex;
  justify-content: space-between;
}
.header .points-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .points-wrapper .points {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
.header .points-wrapper .points p {
  margin-bottom: 0;
  font-size: 16px;
}
.header .points-wrapper .more {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .points-wrapper .more:hover {
  background-color: #f0f7ff;
}
.header__span {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}

.header-mobile {
  display: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
.header-mobile__wrapper {
  display: flex;
  gap: 20px;
}
.header-mobile__link {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
.header-mobile__link :hover {
  color: black;
  text-decoration: none;
}
.header-mobile .podcast-btn-mobile {
  padding: 10px 27px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}
.header-mobile h1 {
  color: white;
  font-size: 38px;
  font-weight: 700;
}
.header-mobile__content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.header-mobile__logo {
  width: 60px;
  height: auto;
}
.header-mobile__main {
  display: flex;
  justify-content: space-between;
}
.header-mobile .points-mobile {
  padding: 10px 10px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
.header-mobile .points-mobile p {
  margin-bottom: 0;
  font-size: 16px;
}
.header-mobile .points-wrapper-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-mobile .points-wrapper-mobile .more {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}
.header-mobile .btn-mobile {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.podcasts {
  padding: 30px 20px 90px 20px;
  background: linear-gradient(180deg, rgb(42, 158, 216), rgb(70, 190, 255));
}
.podcasts__container {
  max-width: 1200px;
  margin: 0 auto;
}
.podcasts__title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.podcasts-swiper {
  padding-bottom: 70px;
  position: relative;
}

.podcast-card {
  text-decoration: none;
  color: black;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.podcast-card:hover {
  text-decoration: none;
  color: black;
}
.podcast-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.podcast-card__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}
.podcast-card__text {
  font-size: 14px;
  margin-bottom: 10px;
}
.podcast-card__author strong {
  display: block;
  font-size: 13px;
}
.podcast-card__author span {
  font-size: 12px;
  color: #777;
}

/* Пагинация */
.swiper-pagination {
  position: static !important;
  padding-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.wrapper-1 {
  background: url("assets/wave.png");
  background-size: cover;
  background-position: 100% 120%;
}

.digest-card {
  position: relative;
  overflow: hidden;
}
.digest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.digest-card--big {
  height: 400px;
}
.digest-card--tall {
  height: 440px;
}
.digest-card__content {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.digest-card__content h3 {
  margin: 0;
}
.digest-card__content span {
  font-size: 12px;
  opacity: 0.8;
}
.digest-card__content button {
  align-self: flex-end;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}
.digest-card__mini {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 130px;
  border-radius: 10px;
  overflow: hidden;
}
.digest-card__mini img {
  width: 100%;
}
.digest-card__mini button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  padding: 4px 8px;
}

/* Layout */
.digest-top {
  padding-top: 20px;
}

.digest-middle__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
  padding-top: 20px;
}

.digest-bottom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 20px;
}

.sert {
  background: linear-gradient(180deg, rgb(42, 158, 216), rgb(70, 190, 255));
  color: white;
  padding: 30px;
  margin: 50px 0;
}
.sert h2 {
  font-weight: 700;
}
.sert__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.sert__block {
  display: flex;
  flex-direction: column;
}
.sert__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sert__left img {
  width: 50%;
  height: auto;
}
.sert__left .pink-span {
  color: rgb(255, 215, 235);
  font-weight: 700;
  font-size: 28px;
}
.sert__left h4 {
  padding-bottom: 30px;
}
.sert__right {
  display: flex;
  justify-content: right;
}
.sert__right img {
  width: 70%;
  height: auto;
}

.modal-more-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-more-overlay.show {
  display: flex;
}

.modal-more-content {
  position: relative;
  background: linear-gradient(180deg, rgb(42, 158, 216), rgb(70, 190, 255));
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease;
}

.modal-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.modal-more-wrapper img {
  width: 25%;
  height: auto;
}

.modal-more-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  transition: color 0.2s;
}
.modal-more-close:hover {
  color: #626161;
}

.modal-more-text {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 992px) {
  .digest-card--big {
    height: auto;
  }
  .digest-card--tall {
    height: auto;
  }
  .digest-middle__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .digest-bottom__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sert__left {
    flex-direction: column;
  }
  .sert__left img {
    width: 70%;
  }
  .sert__left h4 {
    padding-bottom: 10px;
  }
  .sert__right img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    background: url("assets/bg.png") no-repeat top center/250% auto, url("assets/wave-2.png") no-repeat bottom center/100% auto;
  }
  .header {
    display: none;
  }
  .header__content {
    margin-bottom: 10px;
  }
  .header__logo {
    width: 80px;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile .points-mobile {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header-mobile__span {
    font-weight: 700;
    font-size: 16px;
    color: rgb(0, 166, 255);
    text-align: center;
  }
  .digest-card .left-mob {
    align-self: flex-start;
  }
  .modal-more-wrapper {
    flex-direction: column;
  }
  .modal-more-wrapper img {
    width: 50%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
