@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=cyrillic');

.c-link
{
    font-size: 24px;

    display: inline-block;

    margin: 0 2px;

    -webkit-transition: .4s;
            transition: .4s;
    vertical-align: middle;
    text-decoration: none;

    color: #222;
}

.c-link:hover
{
    color: #12a5f4;
}

body
{
    font-family: 'Comfortaa', sans-serif;

    color: #222;
    background-color: #f5f5f5;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.main
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 100vh;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box
{
    padding: 25px 35px;

    text-align: center;

    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.box__title
{
    font-size: 50px;
    font-weight: 300;
}

.box__contacts
{
    margin-top: 1em;
}

@media (min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}

/*# sourceMappingURL=sourcemaps/main.css.map */
