

/* Start:/local/templates/re-store/css/fontsProd.css?17595012623581*/
@font-face {
    font-family: 'Graphik-Regular-Cy';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Regular-Cy.eot');
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Regular-Cy.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Regular-Cy.woff') format('woff'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Regular-Cy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Semibold-Cy';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Semibold-Cy.eot');
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Semibold-Cy.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru//local/templates/re-store/fonts/Graphik-Semibold-Cy.woff') format('woff'),
    url('https://static.re-store.ru//local/templates/re-store/fonts/Graphik-Semibold-Cy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Bold-Cy';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Bold-Cy.eot');
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Bold-Cy.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Bold-Cy.woff') format('woff'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Bold-Cy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Light-Cy';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Light-Cy.eot');
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Light-Cy.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Light-Cy.woff') format('woff'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Light-Cy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Medium-Cy';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Medium-Cy.eot');
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Medium-Cy.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Medium-Cy.woff') format('woff'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Medium-Cy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Black';
    src: url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Black.woff2') format('woff2'),
    url('https://static.re-store.ru/local/templates/re-store/fonts/Graphik-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.reg {
    font-family: 'Graphik-Regular-Cy';
}
.light {
    font-family: 'Graphik-Light-Cy';
}
.semibold {
    font-family: 'Graphik-Medium-Cy';
}

.bold {
    font-family: 'Graphik-Semibold-Cy';
}
.black {
    font-family: 'Graphik-Black';
}

@font-face {
    font-family: 'metrologoregular';
    src: url('/local/templates/re-store/fonts/metrologo-regular-webfont.woff2') format('woff2'),
    url('/local/templates/re-store/fonts/metrologo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* End */


/* Start:/applinks/css/style.css?17707287521661*/
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100vh;
    min-height: 480px;
    font-family: 'Graphik-Regular-Cy', serif;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 240px;
}
.left {
    max-width: 540px;
}
.logo {
    margin-bottom: 20px;
}
.text {
    margin-bottom: 40px;
}
.title {
    font-size: 38px;
    line-height: 100%;
    font-family: "Graphik-Medium-Cy", serif;
    margin: 0 0 12px;
}
.subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'Graphik-Regular-Cy', serif;
}
.links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.qr {
    display: none;
}
.qr img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 1440px) {
    .content {
        gap: 264px;
    }
    .right img {
        max-width: 310px;
    }
}

@media (max-width: 1024px) {
    .content {
        gap: 100px;
    }
    .left {
        max-width: 430px;
    }
}

@media (max-width: 1023px) {
    .content {
        flex-direction: column;
        text-align: center;
    }
    .gap {
        display: none;
    }
    .left {
        max-width: 700px;
    }
    .right {
        display: none;
    }
}

@media (max-width: 599px) {
    .title {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .links {
        display: none;
    }
    .qr {
        display: block;
    }
}

.popmechanic-js-container {
    display:none !important;
}
/* End */
/* /local/templates/re-store/css/fontsProd.css?17595012623581 */
/* /applinks/css/style.css?17707287521661 */
