

/* Start:/local/templates/links-dralievs/styles.css?17726953772370*/
@font-face {
    font-family: "BodoniTaplink";
    src: url("/local/templates/links-dralievs/assets/fonts/Bodoni-PT_Subhead.web/bodoni-pt_subhead.woff2") format("woff2"),
         url("/local/templates/links-dralievs/assets/fonts/Bodoni-PT_Subhead.web/bodoni-pt_subhead.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BodoniTaplinkItalic";
    src: url("/local/templates/links-dralievs/assets/fonts/Bodoni-PT_Text-Italic.web/bodoni-pt_text-italic.woff2") format("woff2"),
         url("/local/templates/links-dralievs/assets/fonts/Bodoni-PT_Text-Italic.web/bodoni-pt_text-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DINTaplink";
    src: url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Regular.web/din-2014_regular.woff2") format("woff2"),
         url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Regular.web/din-2014_regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN2014";
    src: url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Regular.web/din-2014_regular.woff2") format("woff2"),
         url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Regular.web/din-2014_regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DINTaplinkNarrow";
    src: url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Narrow.web/din-2014_narrow.woff2") format("woff2"),
         url("/local/templates/links-dralievs/assets/fonts/DIN-2014_Narrow.web/din-2014_narrow.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --tap-bg: #d3d3d3;
    --tap-sheet: #ffffff;
    --tap-ink: #1a1a1a;
    --tap-ink-soft: #f9f9f9;
    --tap-dark: #020202;
    --tap-border: #1a1a1a;
    --tap-hover: #00bbdc;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--tap-ink);
    font-family: "DINTaplink", "Arial", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: inherit;
}

a,
button {
    outline: 0;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
}

/* End */


/* Start:/local/templates/links-dralievs/template_styles.css?177269542111892*/
.taplink-main a,
.taplink-main button {
    -webkit-tap-highlight-color: rgba(0, 187, 220, 0.35);
}

.taplink-page {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    background: var(--tap-sheet);
    overflow: hidden;
}

.taplink-menu {
    background: var(--tap-sheet);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.taplink-brand {
    margin: 0;
    line-height: 0;
}

.taplink-brand img {
    display: block;
    width: 147px;
    height: auto;
}

.taplink-hero {
    position: relative;
    min-height: 410px;
    background-color: #020202;
    background-image: url("/local/templates/links-dralievs/images/taplink-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--tap-ink-soft);
    padding: 40px 15px 52px;
    margin-bottom: 43px;
    text-align: center;
}

.taplink-hero__title {
    margin: 0;
    font-family: "BodoniTaplink", "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

.taplink-hero__subtitle {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.15;
}

.taplink-btn {
    min-height: 48px;
    max-width: 290px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--tap-border);
    transition: .2s ease all;
    cursor: pointer;
    margin: 0 auto;
}

.taplink-btn--light {
    width: 100%;
    margin-top: 32px;
    border-color: #ffffff;
    color: #ffffff;
    font-family: "BodoniTaplinkItalic", "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1;
}

.taplink-cookie {
    position: absolute;
    z-index: 3;
    width: 290px;
    max-width: calc(100% - 30px);
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.taplink-cookie__bar {
    flex: 1;
    min-height: 31px;
    background: var(--tap-ink);
    color: var(--tap-ink-soft);
    padding: 6px 10px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.taplink-cookie__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
}

.taplink-cookie__text a {
    color: inherit;
    text-underline-offset: 2px;
    transition: color .2s ease;
}

.taplink-cookie__accept {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--tap-ink-soft);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.taplink-cookie__accept-icon {
    width: 16px;
    height: 16px;
}

.taplink-cookie__close {
    border: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer;
}

.taplink-cookie__close img {
    display: block;
    width: 16px;
    height: 16px;
}

.taplink-cookie[hidden] {
    display: none;
}

.taplink-section {
    padding: 40px 15px;
    text-align: center;
}

.taplink-section--divider {
    border-top: 1px solid var(--tap-border);
}

.taplink-title {
    margin: 0;
    font-family: "BodoniTaplink", "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

.taplink-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.taplink-buy {
    display: grid;
    gap: 32px;
}

.taplink-section--buy .taplink-title {
    max-width: 290px;
    margin: 0 auto;
}

.taplink-section--buy .taplink-buy {
    margin-top: 32px;
}

.taplink-group {
    display: grid;
    gap: 20px;
}

.taplink-group__buttons {
    display: grid;
    gap: 16px;
}

.taplink-btn--outline {
    width: 100%;
    padding: 0 20px;
    background: transparent;
}

.taplink-market-logo {
    max-width: 100%;
    max-height: 20px;
    display: block;
    transition: .2s ease all;
}

.taplink-market-logo--svg svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: 20px;
}

.taplink-btn--logo .taplink-market-logo--svg svg path {
    transition: .2s ease all;
}

.taplink-btn--logo .taplink-market-logo,
.taplink-btn--logo .taplink-market-logo--svg svg,
.taplink-btn--logo .taplink-market-logo--svg svg * {
    pointer-events: none;
}

.taplink-btn__text {
    font-family: "BodoniTaplinkItalic", "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1;
}

.taplink-btn--action {
    width: 100%;
    margin: 32px auto 0;
}

.taplink-ticker {
    height: 60px;
    background: var(--tap-ink);
    overflow: hidden;
}

.taplink-ticker__track {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    animation: none;
}

.taplink-ticker__item {
    white-space: nowrap;
    color: #ffffff;
    font-family: "DINTaplinkNarrow", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0 12px;
}

.taplink-ticker__item:nth-child(n+4) {
    display: none;
}

.taplink-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.taplink-social__item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--tap-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease all;
}

.taplink-social__icon {
    display: block;
}

.taplink-social__icon--telegram {
    width: 20px;
    height: 20px;
}

.taplink-social__icon--whatsapp {
    width: 17.8px;
    height: 17.8px;
}

.taplink-social__icon--max {
    width: 17.4px;
    height: 17.4px;
}

.taplink-contact {
    display: grid;
    gap: 8px;
    justify-content: center;
}

.taplink-contact a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color .2s ease;
}

.taplink-contact img {
    width: 20px;
    height: 20px;
}

.taplink-legal {
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid var(--tap-border);
    display: grid;
    gap: 12px;
}

.taplink-legal a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.15;
    transition: color .2s ease;
}

.taplink-section--focus {
    padding-top: 40px;
}

.taplink-focus {
    max-width: 290px;
    margin: 0 auto;
}

.taplink-focus .taplink-note {
    margin-top: 12px;
}

.taplink-focus .taplink-social {
    margin-top: 32px;
}

.taplink-focus .taplink-btn--action {
    margin-top: 32px;
}

.taplink-focus .taplink-contact {
    margin-top: 32px;
}

.taplink-focus .taplink-legal {
    margin-top: 32px;
}

.taplink-note {
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
}

.taplink-copy {
    margin-top: 20px;
    padding-bottom: 6px;
    font-family: "DIN2014", "DINTaplink", "Arial", sans-serif;
}

.taplink-copy .footer-copy__copy {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 400;
}

.taplink-btn:hover,
.taplink-btn:focus {
    color: #ffffff;
    border-color: var(--tap-hover);
    background: var(--tap-hover);
    outline: 0;
    text-decoration: none;
}

.taplink-btn:active {
    color: #ffffff;
    border-color: var(--tap-hover);
    background: var(--tap-hover);
    outline: 0;
    text-decoration: none;
    transition: none;
}

.taplink-cookie__text a:hover,
.taplink-cookie__text a:focus {
    color: var(--tap-hover);
}

.taplink-cookie__text a:active {
    color: var(--tap-hover);
}

.taplink-btn--logo:hover .taplink-market-logo--svg svg path,
.taplink-btn--logo:focus .taplink-market-logo--svg svg path {
    fill: #ffffff;
}

.taplink-btn--logo:active .taplink-market-logo--svg svg path {
    fill: #ffffff;
}

.taplink-btn--logo-goldapple:hover .taplink-market-logo--svg svg path:nth-child(3),
.taplink-btn--logo-goldapple:focus .taplink-market-logo--svg svg path:nth-child(3) {
    fill: var(--tap-hover);
}

.taplink-btn--logo-goldapple:active .taplink-market-logo--svg svg path:nth-child(3) {
    fill: var(--tap-hover);
}

.taplink-social__item:hover,
.taplink-social__item:focus {
    background: var(--tap-hover);
}

.taplink-social__item:active {
    background: var(--tap-hover);
}

.taplink-contact a:hover,
.taplink-contact a:focus {
    color: var(--tap-hover);
}

.taplink-contact a:active {
    color: var(--tap-hover);
}

.taplink-legal a:hover,
.taplink-legal a:focus {
    color: var(--tap-hover);
}

.taplink-legal a:active {
    color: var(--tap-hover);
}

@media (min-width: 1024px) {

    .taplink-page {
        max-width: 930px;
    }

    .taplink-menu {
        height: 80px;
    }

    .taplink-brand {
        line-height: 0;
    }

    .taplink-brand img {
        width: 246px;
    }

    .taplink-hero {
        min-height: 720px;
        background-image: url("/local/templates/links-dralievs/images/taplink.png");
        padding: 80px 0;
        margin-bottom: 58px;
    }

    .taplink-hero__title {
        font-size: 64px;
    }

    .taplink-hero__subtitle {
        margin-top: 12px;
        font-size: 20px;
        line-height: 1.2;
    }

    .taplink-btn--light {
        width: 458px;
        margin-top: 32px;
        font-size: 24px;
        line-height: 1.1;
    }

    .taplink-cookie {
        width: 417px;
        top: calc(100% + 20px);
    }

    .taplink-cookie__bar {
        min-height: 38px;
        padding: 6px 12px 8px;
        gap: 22px;
    }

    .taplink-cookie__text,
    .taplink-cookie__accept {
        font-size: 20px;
        line-height: 1.2;
    }

    .taplink-cookie__accept-icon {
        width: 22px;
        height: 22px;
    }

    .taplink-cookie__close,
    .taplink-cookie__close img {
        width: 20px;
        height: 20px;
    }

    .taplink-section {
        padding: 80px 0;
    }

    .taplink-title {
        font-size: 64px;
        line-height: 1;
    }

    .taplink-subtitle {
        font-size: 24px;
        line-height: 1.2;
    }

    .taplink-buy {
        gap: 40px;
    }

    .taplink-section--buy .taplink-title {
        max-width: 454px;
    }

    .taplink-section--buy .taplink-buy {
        margin-top: 40px;
    }

    .taplink-group {
        width: 454px;
        margin: 0 auto;
        gap: 28px;
    }

    .taplink-group__buttons {
        gap: 20px;
    }

    .taplink-btn {
        min-height: 52px;
        max-width: none;
    }

    .taplink-btn__text {
        font-size: 24px;
        line-height: 1.1;
    }

    .taplink-btn--action {
        max-width: 454px;
        margin-top: 40px;
    }

    .taplink-ticker {
        height: 80px;
    }

    .taplink-ticker__item {
        font-size: 15px;
        padding: 0 20px;
    }

    .taplink-ticker__item:nth-child(n+4) {
        display: inline;
    }

    .taplink-social__item {
        width: 36px;
        height: 36px;
    }

    .taplink-contact {
        gap: 16px;
    }

    .taplink-contact a {
        font-size: 20px;
        line-height: 1.2;
    }

    .taplink-contact img {
        width: 24px;
        height: 24px;
    }

    .taplink-legal {
        margin-top: 0;
        padding-top: 24px;
        gap: 16px;
    }

    .taplink-section--focus {
        padding-top: 80px;
    }

    .taplink-focus {
        max-width: 930px;
    }

    .taplink-focus .taplink-note {
        margin-top: 20px;
    }

    .taplink-focus .taplink-btn--action {
        margin-top: 40px;
    }

    .taplink-focus .taplink-social {
        margin-top: 44px;
    }

    .taplink-focus .taplink-contact {
        margin-top: 40px;
    }

    .taplink-focus .taplink-legal {
        margin-top: 40px;
    }

    .taplink-note {
        font-size: 20px;
        line-height: 1.2;
    }

    .taplink-copy {
        margin-top: 20px;
        padding-bottom: 4px;
    }
}

/* End */
/* /local/templates/links-dralievs/styles.css?17726953772370 */
/* /local/templates/links-dralievs/template_styles.css?177269542111892 */
