body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
*:focus {
    outline: 0;
    outline: none;
}
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button { 
    padding: 0;
    border-width: 0;
    cursor: pointer;
}
.no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
input[type="submit"] {
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
    .no-scroll .wrapper-inner:not(.no-shift) {
        margin-right: 17px;
    }
    .no-scroll {
        position: static;
        width: auto;
        height: auto;
    }
}