@font-face {
  font-family: "monumento";
  src: url("../talashova/assets/monumento.ttf") format("truetype");
}
*, body, h1, h2, h3, h4, h5, h6, p, span, a, li, div {
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "monumento";
  overflow-x: hidden;
  background: #fff;
  position: relative;
}

*::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E5E5E5;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  background-color: #1861DD;
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #E5E5E5;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}
.container {
  margin-bottom: 2rem;
}

.anchor {
  position: absolute;
  top: -7.5rem;
}

section {
  position: relative;
}

.header {
  padding: 3rem 0 4rem;
}

.header__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.header__logo {
  height: 3.5rem;
  cursor: pointer;
  width: fit-content;
}

.header__logo img {
  height: 100%;
}

.c-banner {
  background-image: url("../feldman/assets/media/feldman-back.jpg");
  max-height: 658px;
  background-size: cover;
  background-position: left;
  overflow: hidden;
  padding: 5rem 2rem 0 2rem;
  border-radius: 0.75rem;
  display: flex;
}

.inner-data {
  display: flex;
  text-align: right;
  flex-direction: column;
  width: 100%;
  /*margin-left: 27%;*/
  /*margin-right: 3%;*/
}

@media (min-width: 1920px) {
  .inner-data {
    margin-left: 27%;
    margin-right: 3%;
  }
}
@media (min-width: 320px) {
  .man {
    display: none;
  }
}
@media (min-width: 1706px) {
  .man {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 1540px) {
  .man {
    width: 40%;
  }
}
.c-banner__text {
  font-family: "monumento";
  color: #000;
  font-size: 5.635rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-top: 20px;
  font-weight: bolder;
}

.c-banner__small-text {
  font-family: "monumento";
  color: #fff;
  font-size: 3.635rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  font-weight: bolder;
  padding-bottom: 20px;
}

@media (max-width: 1550px) {
  .c-banner__text {
    color: #fff;
  }
}
.c-banner__bg {
  width: 44rem;
  margin-left: -4rem;
  margin-bottom: -3rem;
}

.podcasts__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.podcasts__content video {
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-banner__bg {
    margin-bottom: 6rem;
  }
  .podcasts__content {
    grid-template-columns: 1fr;
  }
}
.podcasts__content video {
  margin-left: auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.video__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.video__actions {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.video__actions span {
  font-size: 18px;
  font-weight: 400;
}

.video__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.video__links a {
  padding: 0.5rem 1rem;
  background-color: #1861DD;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  transition: all 0.2s ease;
  border-radius: 4rem;
  min-width: 120px;
  text-align: center;
}

.video__links a:hover {
  background-color: #1832dd;
  color: white;
  text-decoration: none;
}

.video__arrow {
  display: flex;
  align-items: center;
}

.video__line {
  width: 100%;
  background: #1861DD;
  height: 3px;
}

.video__arrow img {
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .video__actions {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .video__arrow {
    display: none;
  }
}
.pic {
  position: relative;
  width: 100%;
  background: url("assets/health-bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px;
  border-radius: 20px;
}
.pic h1 {
  color: white;
  text-shadow: 0 0 2px #027E5A, 0 0 2px #027E5A, 0 0 2px #027E5A, 0 0 2px #027E5A;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.pic .bg {
  width: 100%;
  height: auto;
}
.pic .video-container {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
}
.pic video {
  cursor: pointer;
  margin-left: auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .pic .video-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .pic .video-container {
    grid-template-columns: 1fr;
  }
}

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