@font-face {
    font-family: 'Museo-Sans-Cyrl 400 ital';
    src: url('../fonts/museo_sans_cyrl_400_ital.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 300';
    src: url('../fonts/museo_sans_cyrl_300.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 500';
    src: url('../fonts/museo_sans_cyrl_500.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 500 ital';
    src: url('../fonts/museo_sans_cyrl_500_ital.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 700';
    src: url('../fonts/museo_sans_cyrl_700.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 700 ital';
    src: url('../fonts/museo_sans_cyrl_700_ital.woff') format('woff');
}
@font-face {
    font-family: 'Museo-Sans-Cyrl 900';
    src: url('../fonts/museo_sans_cyrl_900.woff') format('woff');
}

body {
    overflow-x: hidden;
    /*background-color: #f5f5f5;*/
    width: 100vw;
    overflow-x:hidden; 
    font-family: 'Museo-Sans-Cyrl 300';
    line-height: 1.25;
}

*{
    outline: none !important
}

strong{
    font-family: 'Museo-Sans-Cyrl 700';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.23;
    color: inherit;
}
