@charset "UTF-8";
html {
    -webkit-font-smoothing: antialiased;
    overflow-y: auto !important;
}

@media (max-width: 992px) {
    html {
        overflow-x: hidden;
    }
}

body {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 18px;
    background: transparent linear-gradient(180deg, #1e96dc 0%, #28323a 100%) 0% 0% no-repeat padding-box;
}

/* прижимаем футтер к низу страницы start */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* прижимаем футтер к низу страницы end */
* {
    outline: 0 !important;
    box-sizing: border-box;
}

a {
    color: #1e96dc;
    text-decoration: none;
}

a:active, a:focus, a:hover {
    color: #363636;
    text-decoration: none;
}

p {
    margin: 0.5em 0 1.5em;
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
}

b,
strong {
    font-weight: bold;
}

img {
    height: auto;
    max-width: 100%;
}

#app {
    min-height: 1040px;
    background: transparent;
}
