@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body:not(.single-post) {
  /* Упрощаем работу с изображениями */
}
body:not(.single-post) h1,
body:not(.single-post) h2,
body:not(.single-post) h3,
body:not(.single-post) h4,
body:not(.single-post) h5,
body:not(.single-post) h6,
body:not(.single-post) p,
body:not(.single-post) ul,
body:not(.single-post) ol,
body:not(.single-post) li,
body:not(.single-post) figure,
body:not(.single-post) figcaption,
body:not(.single-post) blockquote,
body:not(.single-post) dl,
body:not(.single-post) dd {
  margin: 0;
}
body:not(.single-post) ul, body:not(.single-post) ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
body:not(.single-post) img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

a:focus {
  outline: none !important;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

/* Убираем внутренние отступы */
/*ul:not(.entry-content__left ul),*/
/*ol:not(.entry-content__left ol) {*/
/*    padding: 0;*/
/*}*/
/* Убираем внешние отступы */
/*body,*/
/*h1:not(.entry-content__left h1),*/
/*h2:not(.entry-content__left h2),*/
/*h3:not(.entry-content__left h3),*/
/*h4:not(.entry-content__left h4),*/
/*h5:not(.entry-content__left h5),*/
/*h6:not(.entry-content__left h6),*/
/*p:not(.entry-content__left p),*/
/*ul:not(.entry-content__left ul),*/
/*ol:not(.entry-content__left ol),*/
/*li:not(.entry-content__left li),*/
/*figure:not(.entry-content__left figure),*/
/*figcaption:not(.entry-content__left figcaption),*/
/*blockquote:not(.entry-content__left blockquote),*/
/*dl:not(.entry-content__left dl),*/
/*dd:not(.entry-content__left dd) {*/
/*    margin: 0;*/
/*}*/
/*p:not(.entry-content__left p) {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
/*ul:not(.entry-content__left ul),*/
/*ol:not(.entry-content__left ol) {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*}*/
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
/*a:not(.entry-content__left a) {*/
/*    text-decoration-skip-ink: auto;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*    cursor: pointer;*/
/*    font: inherit;*/
/*    line-height: inherit;*/
/*}*/
/*a:visited {*/
/*    color: inherit;*/
/*}*/
/*a:hover {*/
/*    color: inherit;*/
/*}*/
/* Упрощаем работу с изображениями */
img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

html {
  margin: 0 !important;
}

/* Указываем понятную периодичность в потоке данных у article*/
/*article > * + * {*/
/*    margin-top: 1em;*/
/*}*/
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  line-height: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*.wp-block-embed-youtube.aligncenter > div {*/
/*    text-align: center;*/
/*}*/

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