body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
header,
footer,
nav,
section,
article {
  display: block;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input {
  border: none;
}
a {
  text-decoration: none;
  background: none;
  color: inherit;
  font-size: inherit;
}
ul,
li,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clearfix {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}

@font-face {
  font-family: bl;
  src: url('../fonts/barlowsemicondensed-medium.ttf'), url('../fonts/barlowsemicondensed-medium.woff');
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
