*, *::before, *::after{

}

a, a:visited, a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}

ul{
   list-style: none; 
}

img, svg {
    display: inline-block;
    vertical-align: top;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
}


