/* Cookie */
div.cky-consent-container .cky-title {
  display: none;
}
div.cky-consent-container .cky-notice-des a {
  color: #829995 !important;
}
div.cky-consent-container .cky-notice-btn-wrapper button {
  background-color: #829995 !important;
  border-color: #829995 !important;
}
@media(min-width: 1024px) {
  div.cky-consent-container .cky-consent-bar {
    padding: 10px 25px;
  }
  div.cky-consent-container .cky-notice-des p,
  div.cky-consent-container .cky-notice-des p a,
  div.cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    font-size: 14px;
  }
}

/* Базовые стили */
.tags-share-box.post-share {
  background: unset;
}

/* Формы */
.wpcf7 input {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-acceptance input {
  position: relative;
  top: 1px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
}
#subscribe-sidebar .wpcf7 h3 {
  font-size: 16px;
  color: #474C59;
  text-align: center;
  text-transform: uppercase;
}
#subscribe-sidebar .wpcf7 p.subtitle-form-sidebar {
  text-align: center;
  line-height: 20px;
  margin: 20px;
}
#subscribe-sidebar .wpcf7 p.button-form-sidebar {
    position: relative;
}
#subscribe-sidebar .wpcf7 .wpcf7-submit {
    width: 100%;
    background: #2D2926;
    color: #FFFFFF;
}
#subscribe-sidebar .wpcf7 .wpcf7-submit:hover {
    background: #829995;
}
#subscribe-sidebar .wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    margin: 0 !important;
    pointer-events: none;
}
#footer-section-container .footer-subscribe-form p {
    margin: 0 0 10px;
}
#footer-section-container .wpcf7 .wpcf7-acceptance label {
  text-align: left;
  margin-left: 20px;
}
#footer-section-container .wpcf7 .wpcf7-acceptance input {
  width: auto;
  height: auto;
}


/* Контакты */
.social-icons-contact-page {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons-contact-page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.social-icons-contact-page__link:hover {
  color: #829995;
}
.social-icons-contact-page__icon {
  display: block;
  flex-shrink: 0;
  fill: currentColor;
}
.social-icons-contact-page__icon--vk {
  width: 40px;
  height: 40px;
}
.social-icons-contact-page__icon--ok {
  width: 25px;
  height: 25px;
}
.social-icons-contact-page__icon--telegram {
  width: 40px;
  height: 40px;
}