﻿@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto-Black.ttf)
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url(../fonts/Roboto-Italic.ttf)
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf)
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf)
}



*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 62.5%;
    font-family: Roboto-Regular;
}

body {
    font-size: 16px;
}

img {
    max-width: 100%;
    display: block;
}



.container {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .container {
        max-width: 92%;
    }
}