@font-face {
    font-family: 'AABebasNeue';
    src: url('../fonts/AABebasNeue.eot');
    src: url('../fonts/AABebasNeue.eot') format('embedded-opentype'),
         url('../fonts/AABebasNeue.woff2') format('woff2'),
         url('../fonts/AABebasNeue.woff') format('woff'),
         url('../fonts/AABebasNeue.ttf') format('truetype'),
         url('../fonts/AABebasNeue.svg#AABebasNeue') format('svg');
}
@font-face {
    font-family: 'BebasNeueCyrillic';
    src: url('../fonts/BebasNeueCyrillic.eot');
    src: url('../fonts/BebasNeueCyrillic.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueCyrillic.woff2') format('woff2'),
         url('../fonts/BebasNeueCyrillic.woff') format('woff'),
         url('../fonts/BebasNeueCyrillic.ttf') format('truetype'),
         url('../fonts/BebasNeueCyrillic.svg#BebasNeueCyrillic') format('svg');
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
ul, ol {
    padding-left: 0;
}
p, ul, ol {
    margin-bottom: 0;
}
p {
    line-height: 1.3;
}
button {
    background: none;
    border: none;
}
a:focus, button:focus, input[type="submit"]:focus { 
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
}

label {
    font-weight: normal;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
    .container-text {
        width: 768px;
        max-width: none;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .container-contacts {
        width: 1170px;
        max-width: none;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 10px;;
        padding-right: 10px;
    }
}
