.news {
  background: white;
  padding: 25px 0;
  margin-top: 65px;
}
.news__container {
  max-width: 1000px;
  padding: 0 40px;
}
@media (max-width: 920px) {
  .news {
    margin-top: 25px;
  }
}
.news__content p {
  color: #8489a0;
  padding-bottom: 15px;
}
.news__content p:nth-child(1) {
  padding-bottom: 32px;
}
.news__content p strong {
  color: black;
}
.news__content img {
  max-width: 100%;
  width: auto !important;
}
.news__content iframe {
  max-width: 100%;
}
.news__btns {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.news__btns .prev-news {
  flex-direction: row-reverse;
  padding: 0;
  padding-right: 10px;
}
.news__btns .prev-news .reed-arrow {
  rotate: 180deg;
}

.disabledlink {
  background-color: gray;
  pointer-events: none;
}

.header {
  position: relative;
  background-color: #f9f9f9;
}
.header h1 {
  font-size: clamp(26px, 3vw, 52px);
}
@media (max-width: 480px) {
  .header h1 {
    margin-bottom: 10px;
  }
}
.header__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .header__main {
    gap: 25px;
  }
}
@media (max-width: 920px) {
  .header__main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .header__main {
    padding-top: 15px;
    gap: 15px;
  }
}
.header__slider-img {
  display: flex;
  min-height: clamp(250px, 50vw, 650px);
}
.header__left {
  position: relative;
}
.header__texts-container {
  max-width: 646px;
}
.header__texts-container p {
  padding: 16px 0 40px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .header__texts-container p {
    padding: 16px 0;
  }
}
@media (max-width: 920px) {
  .header__texts-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .header__texts-container {
    padding: 0;
  }
}
.header__slider {
  display: flex;
  justify-content: end;
}
@media (max-width: 920px) {
  .header__slider {
    justify-content: center;
  }
}
.header__slider-elem {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .header__slider-elem {
    overflow: unset;
  }
}
.header__slider-info {
  transition: 300ms;
  background-color: white;
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  padding: 0 32px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header__slider-info {
    bottom: -25%;
    padding: 0 16px;
  }
}
.header__slider-img .heroimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 669px;
  height: 500px;
  max-height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .header__slider-img .heroimg {
    max-height: 100%;
  }
}
.header__slider-img img {
  border-radius: 20px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.header__about-hero {
  max-width: 75%;
  position: absolute;
}
@media (max-width: 480px) {
  .header__about-hero {
    max-width: calc(100% - 108px);
  }
}
.header__date {
  gap: 25px;
  bottom: 0;
  position: absolute;
  width: -webkit-fill-available;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .header__date {
    position: relative;
    grid-template-columns: 1fr;
  }
  .header__date .hide920 {
    display: none;
  }
}
.header .date-ico {
  align-items: center;
  display: flex;
}
.header .date-cont {
  align-items: center;
  display: flex;
  gap: 15px;
  background: white;
  border-radius: 4px;
  padding: 0 20px;
  height: 48px;
}
.header .date-share {
  margin-left: auto;
  cursor: pointer;
}
.header .date-share svg {
  border-radius: 4px;
}
.header .date-share svg path {
  fill: var(--mainRed);
}
.header .date-share:hover svg {
  background-color: var(--mainRed);
  box-shadow: 0 0 0 10px var(--mainRed);
}
.header .date-share:hover svg path {
  fill: white;
}

.sharelink.active {
  opacity: 1;
  z-index: 1;
}

.sharelink {
  z-index: -1;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.sharelink .glazure {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.sharelink .container {
  z-index: 1;
}
.sharelink__contain {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 20px;
}
@media (max-width: 676px) {
  .sharelink__contain {
    flex-wrap: wrap;
  }
}
.sharelink__img img {
  max-width: 218px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 676px) {
  .sharelink__img img {
    max-width: 100%;
  }
}
.sharelink__text span {
  color: #272053;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
}
.sharelink__info {
  max-width: 400px;
  display: grid;
  gap: 26px;
}
@media (max-width: 676px) {
  .sharelink__info {
    max-width: 100%;
    gap: 20px;
  }
}
.sharelink__reed {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 38px;
}
.sharelink__reed .reed-more {
  justify-content: space-between;
}
.sharelink .span-contain span {
  cursor: pointer;
  color: #8489a0;
  font-size: 16px;
}
.sharelink .copi-status {
  color: white;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 600;
  padding-left: 10px;
}
.sharelink .copi-status span {
  opacity: 0;
}

.copi-status.active {
  box-shadow: inset 200px 0 0 #16baec;
}
.copi-status.active span {
  opacity: 1;
  font-size: clamp(14px, 1vw, 16px);
}/*# sourceMappingURL=news.css.map */