@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.clr {
    clear: both;
}
ul {
    list-style: none;
}
button:focus {
    outline: none !important;
}
a:focus {
    outline: none;
}
a:active, a:hover {
    outline: 0;
}
a {
    display: inline-block;
    text-decoration: none;
}
input, textarea {
    outline: none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
body {
    font-family: "Inter", serif;
    color: #fff;
    min-width: 320px;
    line-height: 1.3;
    font-weight: 400;
}
.home{
    background: url('img/bg.png') center top no-repeat;
    align-items: center;
    min-height: 100vh;
    padding-top: 270px;
    padding-bottom: 319px;
    box-sizing: border-box;
    position: relative;
}

input[type="submit"], input[type="button"] {
    /* ios */
    -moz-appearance: none;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}
input::-moz-placeholder {
    opacity: 1;
    color: #000;
}
textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}
input:-moz-placeholder {
    opacity: 1;
    color: #000;
}
textarea:-moz-placeholder {
    opacity: 1;
    color: #000;
}
input[placeholder] {
    opacity: 1;
    color: #000;
}
textarea[placeholder] {
    opacity: 1;
    color: #000;
}
input, textarea {
    color: #000;
    opacity: 1;
    font-family: "Inter", serif;
    font-size: 14px;
    box-sizing: border-box;
}
input[type="tel"], input[type="text"], input[type="email"] {
    border: 1px solid #333;
    color: #000;
    background: #fff;
    padding: 3px 10px;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
}
.base-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1199px;
}
.after-clear:after {
    content: '';
    display: block;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Inter", serif;
    color: #fff;
    margin-bottom: 30px;
}
h1{ font-size: 45px; }
h2{ font-size: 36px; }
h3{ font-size: 32px; }
h4{ font-size: 28px; }
h5{ font-size: 24px; }
h6{ font-size: 21px; }
p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
.d-flex, .d-flex-wrap, .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.d-flex-wrap, .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    box-sizing: border-box;
    padding: 0 15px;
}
.d-j {
    justify-content: space-between;
}
.d-m {
    align-items: center;
}
.d-jm {
    justify-content: space-between;
    align-items: center;
}
.d-c {
    justify-content: center;
}
.grid {
    display: grid;
}
.page{
    background: #000200;
    color: #fff;
}
.page a{
    color: #fff;
    text-decoration: underline;
}
.page a:hover{
    text-decoration: none;
}
.body-wrap{
    margin: auto;
    padding: 0 15px;
}
.logo{
    display: table;
    margin: 0 auto 25px;
}
.img{
    display: table;
    margin: 0 auto 25px;
}
.store{
    margin: 0 auto;
    display: table;
}
.footer{
    padding: 0 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 167%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.footer span{
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 167%;
    text-align: center;
    color: #fff;
}
.page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.date{
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .home{
        padding-top: 70px;
        padding-bottom: 175px;
    }
    .footer, .footer span{
        font-size: 18px;
    }

    h1{ font-size: 32px; }
    h2{ font-size: 30px; }
    h3{ font-size: 27px; }
    h4{ font-size: 24px; }
    h5{ font-size: 21px; }
    h6{ font-size: 18px; }
}
@media screen and (max-width: 700px) {
    .logo {
      max-width: 65vw;
    }
    .img{
        max-width: 65vw;
    }
    .store img{
        max-width: 65vw;
    }
}
