/** @author web@2dsd.ru | webtitov.ru **/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
button:hover,
button:active,
button:focus {
    outline: none;
}


a {
    text-decoration: none;
}

ul,li {
    list-style: none;
}

img {
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}

::-moz-selection {
    background: #f47229;
    text-shadow: none;
}

::selection {
    background: #f47229;
    text-shadow: none;
}

section:focus {
    outline: none;
}

