*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    /* font-family: "Roboto Flex", Helvetica, Arial, sans-serif; */
    color: #000000;
}

body, p, div, ul, li, span, a, img, h1, h2, h3, h4, h5, h6, input, label{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body{
    transition: .3s;
}

.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;

    white-space: nowrap;

    border: 0;

    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}