:root {
  --primary-color: #afd3b7;
  --accent-color: #28302a;
  --accent-color-average: #2d332f;
  --accent-color-light: #bddac1;
  --secondary-color: #baf2cd;
  --trinity-color: #d9fad9;
  /* Roundels and stripes of the menu */
  --four-color: #c7e0c8;
  --five-color: #efefef;
  --hi-color: #3e3e3e;

  --color-block-light: #b2d3af;
  --color-block-medium: #358b32;;
  --color-block-black: #303f32;
  --color-block-grey: #444;

  --black-color: #000;
  --white-color: #efefef;
  --error-color: #ff1e00;

  /* Darkening of elements */
  --blackout-color: rgba(0, 0, 0, .5);
  --blackout-color-light: rgba(0, 0, 0, .1);

  /* Additional customized colors */
  --color1: #f4f5f0;
  --color2: #37c56d;
  --color3: #eff0eb;

  /* Radii borders of common styles */
  --border-radius-small: 5px;
  --border-radius-big: 10px;
  --border-radius-item: 50%;
  --dekor-item: 0;
  /* To make circles appear in the menu, put 11px - only if there are no drop-down lists */

  /* Site Fonts */
  /* Основной текст */
  --font-family-text: 'Roboto', sans-serif;

  /* Заголовки H1, H2 */
  --font-family-H1: 'carara', sans-serif;
  --font-family-H2: 'carara', sans-serif;

  /* Corners and stripes of buttons */
  --button-border-radius: 30px;
  /* Angularity of all buttons */
  --button-border-radius-small: 5px;
  /* Angularity of only buttons with stripes */
  --height-line-button: 2px;
  /* Width of the strip */
  --attraction-button: -4px;
  /* The distance of the strip to the button */
  --button-color: #002147;
  /* The color of the stripes and the color of the button with stripes by default */

  /* Blurring and darkening the background image of the H1 header*/
  --filter_back_title: brightness(65%) blur(1px);

  /* Managing headers */
  --h1-align: center;
  --h2-align: center;
  --h3-align: center;

  /* Accordion style */
  --accordion__toggle-text: break-spaces;
  /* Set the value to "nowrap" so that the text does not wrap to the next line. */

  /* 404 */ 
--background-404-color: #737577;
--background-404-image-url: url(/wp-content/uploads/2024/06/404.jpg);

}

/* Comments on the topic */
.comment-respond {
  /* display: none !important; Hiding comments altogether */
}

/* Footer style indents between Li *********/
.page-footer__menu li {
  margin-bottom: 1px;
  color: var(--accent-color-light);
  font-size: 16px;
}

/* Footer style indents between Li *END*****/
