@import "header-and-footer/logo.css";
@import "header-and-footer/menu-button.css";
@import "header-and-footer/navigation.css";
@import "header-and-footer/search-form.css";
@import "header-and-footer/footer.css";

:root{
  --orange: #fa6207;
  --hover-orange: #ff8b45;

  --yellow:#e19f4e;
  --hover-white: #858585;
}

:focus {
    outline: none;
}

body{
  background-color: #22333e;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 1px; /* или 0.5px, 0.05em */
}

ins{
  text-decoration: none;
}

/* Breadcrumbs */
#breadcrumbs ul {list-style-type:none; margin:0; padding:0;}
#breadcrumbs ul li{display:inline; margin-right:10px;}

.container {
    background-color: #fff;
}


/* cookies use acception*/
div#cookieDiv {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #1d74b9;
    padding: 15px;
    color: #fff;
  font-size:12px;
  z-index:1000;
}

#acceptCookie {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding:5px;
  margin-top:10px;
  border:none;
  border-radius:5px;

}

