@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext');

body {
        font-family: "Fira Sans", Arial, sans-serif;
        font-size: 20px;
        color: #555;
        text-align: center;
}

img {
        margin: 50px auto 15px auto;
        display: table;
}

h1 {
        display: table;
        text-align: center;
        margin: 30px auto 0;
        font-size: 40px;
        color: #777;
        font-weight: 500;
}

a {
        text-decoration: none;
        color: #555;
}

a:hover {
        color: #fe0000;
}

.logo {
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.box {
        border-top: 1px solid #fe0000;
        border-bottom: 1px solid #fe0000;
        width: 315px;
        margin: 40px auto 10px;
        padding: 10px 0;
}

.phone {
        background: url(../images/phone_icon.png) no-repeat;
        margin: 15px 0 20px 40px;
        padding: 5px 0 0 10px;
        height: 36px;
}

.mail {
        background: url(../images/mail_icon.png) no-repeat;
        margin-left: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 10px;
        height: 22px;
}

.notice {
        width: 310px;
        margin: 0 auto;
        text-align: right;
        font-size: 12px;
}

@media screen and (max-width: 400px) {
        .logo {
                width: 250px;
        }

        h1 {
                font-size: 34px;
        }

        img {
                margin-top: 35px;
        }
}
                                       