.card-like * {
  pointer-events: none;
}

.article__header-info-like *,
.history__wrapper-right-banner-like *,
.podcast__wrapper-cover-like * {
  pointer-events: none;
}

.history__wrapper-right-banner-like p {
  font-size: min(18px, max(12px, 12px + 6 * (100vw - 360px) / 1560));
  font-weight: 600;
  color: #3F4060;
  display: block;
  margin-top: -1px;
  padding-left: 5px;
}

.cookies {
  position: fixed;
  bottom: 0;
  border-radius: 20px;
  background: #DEDDFC;
  padding: 52px 0 49px 0;
  color: #887EF1;
  z-index: 100;
  width: 100%;
  display: none;
}

.cookies-container > * {
  z-index: 9;
}

.cookies-container {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
}

.cookies::before {
  background-image: url('../img/cookie-heart.png');
  background-size: 100%;
  width: 329px;
  height: 100%;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  max-height: 175px;
}

.cookies::after {
  content: '';
  background-image: url('../img/cookies-stars.png');
  max-width: 1467px;
  position: absolute;
  width: 100%;
  max-height: 158px;
  height: 100%;
  top: 22px;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 16%;
}

.cookies__text {
  width: 66%;
  font-size: 18px;
}

.cookies__buttons {
  width: 34%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.cookies__buttons-submit {
  width: 244px;
  height: 54px;
  color: #fff;
  font-weight: bold;
  background: #887EF1;
  border: 0;
  border-radius: 20px;
  font-size: 16px;
  margin-left: 12%;
  cursor: pointer;
}

.cookies__buttons-close {
  width: 27px;
  height: 27px;
  border: 0;
  background: none;
  margin-left: 12%;
  cursor: pointer;
}

.cookies__text a {
  color: #6C61E9;
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .cookies-container {
    max-width: 1200px;
  }
  .cookies__text {
    width: 61%;
    font-size: 15px;
  }
  .cookies__buttons {
    width: 39%;
  }
  .cookies__buttons-submit {
    width: 183px;
    height: 51px;
  }
  .cookies::after {
    max-width: 1100px;
  }
}

@media (max-width: 1100px) {
  .cookies-container {
    max-width: 868px;
  }
  .cookies__text {
    width: 59.5%;
    font-size: 13px;
  }
  .cookies__buttons {
    width: 40.5%;
  }
  .cookies__buttons-submit {
    width: 129px;
    height: 51px;
  }
  .cookies::before {
    right: -110px;
  }
  .cookies::after {
    max-width: 777px;
  }
}

@media (max-width: 800px) {
  .cookies-container {
    max-width: 646px;
  }
  .cookies__text {
    font-size: 11px;
    width: 60.5%;
  }
  .cookies__buttons {
    width: 39.5%;
  }
  .cookies__buttons-submit {
    width: 98px;
    height: 41px;
    font-size: 15px;
  }
  .cookies::before {
    right: -140px;
  }
  .cookies::after {
    max-width: 586px;
  }
}

@media (max-width: 680px) {
  .cookies-container {
    max-width: 276px;
    flex-direction: column;
  }
  .cookies__text {
    font-size: 10px;
    width: 100%;
    margin-bottom: 40px;
  }
  .cookies__buttons {
    width: 100%;
  }
  .cookies__buttons-submit {
    width: 132px;
    height: 41px;
  }
  .cookies__buttons-submit {
    margin-left: 0;
  }

  .cookies::before {
    background-image: url('../img/cookie-heart.png');
    background-size: 100%;
    width: 190px;
    height: 100px;
    right: -30px;
    bottom: 0;
    max-height: 175px;
  }

  .cookies::after {
    content: '';
    background-image: url('../img/cookies-stars-small.png');
    max-width: 326px;
    max-height: unset;
    top: 0;
    right: 0;
    left: 0;
  }
}

/* Скрываем поля поделиться */
.article__content-survey-bottom-btn.l.s, .history__wrapper-right-share {
  display: none;
}

.article__header-info-like {
  margin-left: auto;
}

.card-like {
  margin-left: auto;
}

.article__content-memo-item {
  align-items: flex-start;
}

/* Временно отключаем кнопку всех спецпроектов */
.special-projects__header-btn {
  display: none;
}

.footer__wrapper-col-social, .map__wrapper-map-social {
  display: none;
}