/* -js-display:flex; flex for IE8,9*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.defs {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.container {
  width: 100%;
  height: 100%;
}

.no-action {
  pointer-events: none;
  cursor: default;
}
