/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
    box-sizing: border-box;
}

* {
    font-family: 'Lato', sans-serif;
}

main {
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
}

.main__title {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.container {
    width: 1180px;
    display: block;
    margin: 0 auto;
}

/* css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* Input Style */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #767676;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #767676;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

/* Common styles */

.justify-center {
    display: flex;
    justify-content: center;
}

.bold {
    font-weight: bold;
}

/* Media query */

@media (max-width: 1260px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 1000px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 850px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 700px) {
    .container {
        width: 90%;
    }
    .main__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 470px) {
    .container {
        width: 90%;
    }
}