/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
input[type='submit'],
input[type='text']
{
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
    text-decoration: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline; 

    border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}
body
{
    line-height: 1;
}
ol,
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
}
b,
strong
{
    font-weight: 600;
}
i
{
    font-style: italic;
}
blockquote,
q
{
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
}
table
{
    border-spacing: 0; 
    border-collapse: collapse;
}
*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
}
body
{
    font-family: Verdana, sans-serif;
    font-size: 16px;
    width: 100%;
    min-width: 100%; 
    min-height: 100vh;

    color: #000;
    background: #fff;
}
a
{
    text-decoration: none; 

    color: #7a0c0e;
}
a:hover
{
    text-decoration: underline; 

    color: #333;
}
.clearfix
{
    display: table;
    clear: both; 

    content: '';
}
select
{
    line-height: 1em;

    cursor: pointer;
    text-indent: .01px;
       text-overflow: '';

    -o-text-overflow: '';
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
select::-ms-expand
{
    display: none;
}
.visually-hidden
{
    position: absolute;

    visibility: hidden;

    width: 0;
    height: 0; 

    opacity: 0;
}
main
{
    margin-bottom: 40px; 
}
.hidden
{
    display: none;
}

@media (max-width: 480px) {

    .index-page .main__content 
    {
        padding-left: 0;
    }

}