@import url('https://fonts.googleapis.com/css?family=Roboto:100,300&display=swap&subset=cyrillic');
body,
input,
textarea,
button,
select {
    font: 400 16px 'Magistral', sans-serif, arial;
    color: #252525;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Magistral', sans-serif, arial;
}
a,
a:hover{
    list-style: none;
    text-decoration: none;
    color: inherit;
}