/*Шрифты*/
/*Open Sans*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OS/OSR/OpenSans-Regular-webfont.eot');
    src: local('☺'), url('../fonts/OS/OSR/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OS/OSR/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OS/OSR/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OS/OSB/OpenSans-Bold-webfont.eot');
    src: local('☺'), url('../fonts/OS/OSB/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OS/OSB/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OS/OSB/OpenSans-Bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OS/OSI/OpenSans-Italic-webfont.eot');
    src: local('☺'), url('../fonts/OS/OSI/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OS/OSI/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OS/OSI/OpenSans-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OS/OSBI/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OS/OSBI/OpenSans-BoldItalic-webfont.woff') format('woff'),
    url('../fonts/OS/OSBI/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
    url('../fonts/OS/OSBI/OpenSans-BoldItalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

/*Caveat*/
@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat/Caveat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat/Caveat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/*rouble*/
@font-face{
    font-family:rouble;
    src:url('../fonts/rouble/rouble.eot');
    src: local('☺'), url('/../fonts/rouble/rouble.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble/rouble.ttf') format('truetype');
}