html {
    font-size: 62.5%;
}

* {
    margin: 0;
    box-sizing: border-box;
}

address {
    font-style: normal;
}

iframe {
    max-width: 100%;
}

table {
    max-width: 100%;
    width: auto!important;
}

img{
    max-width: 100%;
    height: auto;
    border: 0;
}
*:not(p) > img{
    display: block;
}

body{
    min-width: 320px;
}

.visually-hidden{
    display: none;
}

ul, ol {
    padding-left: 0px;
}
