*{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1rem;
   box-sizing: border-box;
   vertical-align: baseline;
   font-family: 'Inter', sans-serif;
   line-height: 130%;
}

/* Улучшение семантики HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
   text-decoration: none;
   color: inherit;
 }
img{
   width: 100%;
}
 /* Удаление стилизации для формы и элементов формы */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}