body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: rgba(0,0,0,.75);
    font-size: 14px;
    background: #f4f4fa;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(0,0,0,.87);
}

h2 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

h2, h3 {
    font-weight: 500;
}

h2 {
    background: #f4f4fa;
}

h3 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.policy h1, .policy h2, .policy h3 {
    padding-left: 0;
    background: none;
}

p, .p {
    margin-bottom: 20px;
}

ul {
    padding-left: 30px;
}

a {
    color: #1976d2;
    text-decoration: none;
}

.container {
    width: 800px;
    margin: 20px auto 40px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.slide img {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide {
    margin-bottom: 60px;
}

.shadow {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

section {
    margin-bottom: 40px;
    text-align: center;
}

footer,
footer a {
    color: rgba(0,0,0,.5);
}

footer img {
    display: block;
    margin-right: 8px;
}

ul {
    text-align: left;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.policy ul {
    max-width: none;
}

@media screen and (min-width: 900px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 900px) {
    .container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        width: 100%;
    }

    p, .p, h1, h2, h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul {
        margin-right: 10px;
    }

    .slide {
        margin-bottom: 30px;
    }

    .slide img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    img.phone {
        max-width: 40%;
    }
}

.v-btn {
    padding: 0 16px;
}

.v-btn {
    -moz-user-select: none;
    -ms-flex: 0 0 auto;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-user-select: none;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -webkit-transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
    -webkit-user-select: none;
    align-items: center;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
    user-select: none;
    vertical-align: middle;
}

.v-btn:hover:before {
    background-color: currentColor;
}

.v-btn:before {
    -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
    border-radius: inherit;
    color: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    width: 100%;
}

.signup {
    background-color: #1976d2;
    color: #fff;
}

.flag-icon:before {
    content: "\A0";
}

.flag-icon.gb { background-image: url(/flags/gb.svg) }
.flag-icon.cz { background-image: url(/flags/cz.svg) }
.flag-icon.dk { background-image: url(/flags/dk.svg) }
.flag-icon.de { background-image: url(/flags/de.svg) }
.flag-icon.es { background-image: url(/flags/es.svg) }
.flag-icon.fr { background-image: url(/flags/fr.svg) }
.flag-icon.gr { background-image: url(/flags/gr.svg) }
.flag-icon.hu { background-image: url(/flags/hu.svg) }
.flag-icon.it { background-image: url(/flags/it.svg) }
.flag-icon.jp { background-image: url(/flags/jp.svg) }
.flag-icon.nl { background-image: url(/flags/nl.svg) }
.flag-icon.pl { background-image: url(/flags/pl.svg) }
.flag-icon.pt { background-image: url(/flags/pt.svg) }
.flag-icon.br { background-image: url(/flags/br.svg) }
.flag-icon.ro { background-image: url(/flags/ro.svg) }
.flag-icon.ru { background-image: url(/flags/ru.svg) }
.flag-icon.cn { background-image: url(/flags/cn.svg) }
.flag-icon.sk { background-image: url(/flags/sk.svg) }
.flag-icon.si { background-image: url(/flags/si.svg) }
.flag-icon.ua { background-image: url(/flags/ua.svg) }

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.locales {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.locales > div {
    white-space: nowrap;
}

.locales .flag-icon {
    margin-right: 4px;
}
