/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
html {font-size: 100%;}
@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    height: 100vh;
    background: #F0F0F0 url(images/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: black;
    max-width: 716px;
    margin: 0 auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    }
    .logo {
        width: auto;
        max-width: 716px;
        height: 55px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        }
    h1 {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 1.5em;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        color:#AAA;
        }
    main {
        margin: 20px;
        width: 100%;
        font-size: 3em;
        line-height: 100%;
        font-weight: 600;
        color: black;
        text-transform: uppercase;
        margin-bottom: 10px;
        }
    a {color: black;text-decoration: none;}

button {
    background: none;
    border: none;
    padding: 0;
    }
    .but {
        padding: 10px 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        margin: 10px auto;
        background-color: #428E2C;
        color: white;
        text-transform: none;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        margin-bottom: 40px;
        }
        .but:hover {
            cursor: pointer;
            background-color:#45A429;
            -webkit-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
            }
.service-text {
    position: relative;
    text-transform: none;
    font-size: 0.85em;
    }
    .service-text::before, .service-text::after {
        content: "";
        width: 30%;
        height: 1px;
        background-color: #727272;
        position: absolute;
        left: 0;
        top: 8px;
        display: inline-block;
        }
        .service-text::after {
            left: auto;
            right: 0;
            }

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    }
.menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    margin: 10px;
    }
    .menu__item img {
        width: 100%;height: auto;
        }

    .menu2 {
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        }
    .menu2__item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        }
        .menu2__item a {
            color: #282828;
            text-transform: none;
            background: #c7c7c7;
            margin: 5px;
            padding: 4px 9px;
            border-radius: 100px;
            line-height: 125%;
            }

.copyright {
    text-align: center;
    color:#727272;
    line-height: 125%;
    text-transform: none;
    font-size: 12px;
    }
@media (max-width:570px) {
    h1 {font-size: 1em;}
    .service-text::before, .service-text::after {display: none;}
    main {
        font-size: 2em;
        margin: 10px 0 5px 0;
    }
}