@charset "UTF-8";

/* normalize */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    height: 0;
    box-sizing: content-box;
}

a {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

ul,
ol {
    padding-left: calc(var(--offsets) * 1.5);
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* normalize */
/* global */
:root {
    --color-main: #090f1e;
    --color-black: #000;
    --color-white: #fff;
    --offsets: 16px;
    --lines: rgb(255 255 255 / 10.2%);
    --color-third-accent: #1e283f;
    --color-first-accent: #089e4e;
    --color-second-accent: #2483DE;
    --color-outline: rgb(255 255 255 / 50%);
    --color-gradient: linear-gradient(180deg, rgb(0 0 0 / 49%) 0, rgb(0 0 0 / 43%) 100%);
    --font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    --border-radius: 10px;
    --border-radius-second: 5px;
    --bg-header: linear-gradient(91.82deg, #160a61 1.58%, #131028 98.76%);

    /* da */
    --margin-calc-clamp: clamp(0px, calc((100% - 1440px - 2 * var(--offsets)) / 2), 1000px);
    --R: 8px;
    --transition: all 0.2s ease-in-out;
    --bg-body: #E5E5E5;
    --bg-block: #fff;
    --clr-text: #000;
    --clr-divider: rgba(255, 255, 255, 0.1);
    --icon-arrow-toc: url("data:image/svg+xml;charset=UTF-8,<svg fill='%23ffffff' width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'><path d='M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13z'/></svg>");
    --icon-arrow-header: url("data:image/svg+xml;charset=UTF-8,<svg fill='%23ffffff' width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'><path d='M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13z'/></svg>");
    --icon-arrow-header-back: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'><path d='M2 7h16M8 1 2 7l6 6' stroke='%23ffffff' stroke-width='2'/></svg>");
    --color-arrow-scroll-to-top: #fff;
    --bg-scroll-to-top: #313EA2;
}

html {
    font-size: 18px;
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #313EA2;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

* {
    box-sizing: border-box;
    font-family: inherit;
}

[data-sf-a] {
    cursor: pointer;
}

img {
    vertical-align: middle;
    shape-margin: 1rem;
    height: auto;
    max-width: 100%;
    font-style: italic;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

* + .mt {
    margin-top: 2rem;
}

.page,
.post,
.single,
.error404 {
    overflow-x: hidden;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    color: var(--clr-text);
    background: var(--bg-body)
}

h1 {
    font-weight: 700;
    font-size: 2.4rem;
}

h2 {
    font-weight: 700;
    font-size: 2.1rem;
}

h3 {
    font-weight: 700;
    font-size: 1.8rem;
}

h4, h5, h6 {
    font-weight: 700;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    h1 {
        font-weight: 700;
        font-size: 1.8rem;
    }

    h2 {
        font-weight: 700;
        font-size: 1.5rem;
    }

    h3 {
        font-weight: 700;
        font-size: 1.3rem;
    }

    h4, h5, h6 {
        font-weight: 700;
        font-size: 1.2rem;
    }
}

* + .wp-block-heading,
* + .wp-block-table {
    margin-top: 2rem;
}

._scroll-lock {
    overflow: hidden;
}

.bet-tanzania-container {
    width: 100%;
    max-width: calc(2 * var(--offsets) + 1440px);
    margin-inline: auto;
    padding-inline: var(--offsets);
}

a {
    font-size: 1rem;
    color: #089e4e;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

._button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid;
    border-radius: var(--R);
    padding: 4px 32px;
    height: 44px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    transform-origin: center;
    transition: var(--transition);
    will-change: transform;
    gap: 10px;
}

._button:has(svg) {
    padding: 10px 32px;
}

._button svg {
    flex-shrink: 0;
    fill: currentcolor;
}

._button--main {
    border-color: #313EA2;
    color: #fff;
    background: #313EA2;
}

._button--second {
    border-color: #313EA2;
    color: #313EA2;
    background: transparent;
}

._button--third {
    color: var(--color-third-button);
    background: var(--bg-third-button);
}

._button:active {
    scale: 0.98;
}

.ajax-load:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000b5;
    z-index: 120;
}

@media (hover: hover) {
    ._button:hover {
        cursor: pointer;
        scale: 0.98;
    }

    a:hover {
        text-decoration: none
    }
}

/* global */
/* 404 */
.page-404 {
    margin: 80px 0
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    text-align: center
}

.page-404__subtitle {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center
}

a.page-404__link {
    position: relative;
    margin: 2rem auto;
    border-color: #089e4e;
    width: fit-content;
    color: #fff;
    background: #089e4e;
}

/* 404 */
/* wp-block-library */
.wp-block-quote {
    border-radius: var(--R);
    background: #10003e8a;
    margin-inline: 0;
    padding: 1rem;
    color: #fff;
}

.wp-block-quote > *:first-child {
    margin-top: 0;
}

.wp-block-quote > *:last-child {
    margin-bottom: 0;
}


.has-white-color {
    color: #fff
}

.has-text-align-center {
    text-align: center
}

.wp-block-table {
    overflow: auto;
}

.wp-block-table table {
    overflow: hidden;
    outline: 1px solid #1e283f;
    outline-offset: -1px;
    border-collapse: collapse;
    border-radius: var(--R);
    width: 100%;
}

.wp-block-table thead {
    border: none;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #1e283f;
    padding: .5em
}

.wp-block-table td > *:first-child {
    margin-top: 0;
}

.wp-block-table td > *:last-child {
    margin-bottom: 0;
}

.wp-block-table td ol,
.wp-block-table td ul {
    padding-left: 20px;
}

.wp-block-table th {
    background: #1e283f;
    color: #fff
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-video video {
    max-width: 100%
}

@media (width <= 767px) {
    .wp-block-table .has-fixed-layout {
        table-layout: auto
    }
}

.wp-block-list {
    display: grid;
    padding-left: calc(var(--offsets) * 1.5);
    gap: 10px;
}

.wp-block-list .wp-block-list {
    margin-top: 10px;
}

/* wp-block-library */
/* content-buttons */
.bet-tanzania-content-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.bet-tanzania-content-buttons.align-center {
    justify-content: center;
}

/* content-buttons */
/* wrapper */
.bet-tanzania-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.bet-tanzania-wrapper > *:first-child {
    margin-top: 0;
}

.bet-tanzania-wrapper:first-child {
    padding-top: 0;
}

.bet-tanzania-wrapper > *:last-child {
    margin-bottom: 0;
}

/*.bet-tanzania-wrapper > * {*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    max-width: 1440px;*/
/*}*/

.bet-tanzania-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: var(--offsets);
    padding-right: var(--offsets);
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1440px + 2 * var(--offsets));
}

/* wrapper */
/* text-image */
.bet-tanzania-text-image {
    align-items: center;
    gap: 1rem 2rem;
}

.bet-tanzania-text-image.align-top {
    align-items: flex-start;
}

.bet-tanzania-text-image__content > *:first-child {
    margin-top: 0;
}

.bet-tanzania-text-image__content > *:last-child {
    margin-bottom: 0;
}


.bet-tanzania-text-image.reversed .bet-tanzania-text-image__content {
    order: 1;
    grid-column-start: 2;
}

.bet-tanzania-text-image__image {
    border-radius: var(--R);
    width: 100%;
    height: fit-content;
    max-height: 600px;
    object-fit: contain
}

@media (width <= 1023px) {
    .bet-tanzania-text-image {
        grid-template-columns: 1fr;
    }

    .bet-tanzania-text-image.reversed .bet-tanzania-text-image__content {
        order: 0;
        grid-column-start: auto;
    }
}

/* text-image */
/* toc */

.bet-tanzania-toc {
    border-radius: var(--R);
    padding: 1rem;
    background: #1e283f;
}

.bet-tanzania-toc__title {
    position: relative;
    display: flex;
    margin: 0;
    color: var(--color-white);
    cursor: pointer;
    gap: 10px
}

.bet-tanzania-toc__title::after {
    content: var(--icon-arrow-toc);
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: var(--transition);
    translate: 0 -50%;
}

.bet-tanzania-toc._active .bet-tanzania-toc__title::after {
    rotate: 180deg;
}

.bet-tanzania-toc ol,
.bet-tanzania-toc ul {
    display: none;
    margin: 0;
    padding-left: 24px;
    height: auto;
    max-height: 0;
    gap: 8px;
    color: #fff;
}

.bet-tanzania-toc._active ol,
.bet-tanzania-toc._active ul {
    display: grid;
    margin-top: 1rem;
    max-height: 1000px;
}

.bet-tanzania-toc a {
    text-decoration: none;
    color: #fff;
}

@media (hover: hover) {
    .bet-tanzania-toc a:hover {
        text-decoration: underline;
    }
}

/* toc */
/* how-to */
.bet-tanzania-how-to {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    gap: 10px
}

.bet-tanzania-how-to__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
}

.bet-tanzania-how-to__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 0;
    width: 3px;
    background-color: var(--color-third-accent)
}

.bet-tanzania-how-to__item::after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -8px;
    border-style: solid;
    border-width: 16px 9px 0;
    border-color: var(--color-third-accent) transparent transparent transparent;
    width: 0;
    height: 0
}

.bet-tanzania-how-to__item-label {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: var(--border-radius-second);
    background-color: var(--color-third-accent);
    transform: translateY(-50%)
}

.bet-tanzania-how-to__item-label-counter {
    padding: 16px 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--color-white)
}

.bet-tanzania-how-to__item:not(:last-child) {
    margin-bottom: 32px;
    padding-left: 16px;
}

.bet-tanzania-how-to__item:last-child::after,
.bet-tanzania-how-to__item:last-child::before {
    display: none
}

.bet-tanzania-how-to__item:last-child .bet-tanzania-how-to__item-content {
    padding-left: 0
}

.bet-tanzania-how-to__item-content {
    align-self: flex-start;
    margin: auto 0;
    padding: 32px 0;
    color: var(--color-white);
}

.bet-tanzania-how-to__item-content > *:first-child {
    margin-top: 0;
}

.bet-tanzania-how-to__item-content > *:last-child {
    margin-bottom: 0;
}

.bet-tanzania-how-to__item-title {
    margin-bottom: 1rem;
}

.bet-tanzania-how-to__button {
    margin-top: 24px
}

.bet-tanzania-how-to__image-image {
    border-radius: var(--R);
    max-height: 500px;
    object-fit: contain
}

.bet-tanzania-how-to__item-content::before {
    content: "";
    position: absolute;
    left: 150px;
    right: 0;
    top: 0;
    width: calc(100% / 2 - 150px);
    height: 3px;
    background-color: var(--color-third-accent);
}

@media (width <= 1023px) {
    .bet-tanzania-how-to__item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bet-tanzania-how-to__item-content {
        padding: 48px 0 0;
    }

    .bet-tanzania-how-to__item-content::before {
        width: calc(100% - 150px);
    }
}

/* how-to */
/* advantages */
.bet-tanzania-advantages {

}

.bet-tanzania-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--color-third-accent);
    border-radius: var(--border-radius);
    padding: 1rem;
    height: auto;
    text-align: center;
    gap: 10px
}

.bet-tanzania-advantages__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--R);
    object-fit: contain;
}

.bet-tanzania-advantages__title {
    margin: 0;
}

.bet-tanzania-advantages__text {
    margin: 0;
}

.bet-tanzania-advantages__text ul,
.bet-tanzania-advantages__text ol {
    text-align: left;
}

.bet-tanzania-advantages__button {
    margin-top: auto;
}

/* advantages */
/* slots */

.bet-tanzania-slots {
    position: relative;
    overflow: hidden;
    border-radius: var(--R);
    background: #1e283f;
}

.bet-tanzania-slots__image {
    width: 100%;
}

.bet-tanzania-slots__content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #000000bd;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
    gap: 10px;
    inset: 0;
}

.bet-tanzania-slots__content:not(:has(*)) {
    display: none;
}

.bet-tanzania-slots__title {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 90%;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

.bet-tanzania-slots__button,
.bet-tanzania-slots__demo {
    padding: 4px;
    width: 100%;
}

.bet-tanzania-slots__text {
    margin: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}


.bet-tanzania-slots-popup {
    content: "";
    position: fixed;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--offsets);
    background-color: rgb(0 0 0 / 70%);
    inset: 0;
}

.bet-tanzania-slots-popup__content {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--R);
    width: 100%;
    max-width: 1440px;
    background: #000;
    aspect-ratio: 16 / 9;
}


.bet-tanzania-slots-popup__body {
    width: 100%;
    height: 100%;
}

.bet-tanzania-slots-popup__body iframe {
    border: none;
}


.bet-tanzania-slots-popup__close {
    position: absolute;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0 0 0 var(--R);
    padding: 0;
    width: 40px;
    height: 40px;
    background: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.bet-tanzania-slots-popup iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
}

@media (hover: hover) {
    .popup__close:hover {
        background: #ffffff38;
    }

    .bet-tanzania-slots:hover .bet-tanzania-slots__content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 1023px) {
    .bet-tanzania-slots {
        display: flex;
        flex-direction: column;
    }

    .bet-tanzania-slots__content {
        position: static;
        flex-grow: 1;
        background: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .bet-tanzania-slots__title {
        margin-bottom: auto;
        font-size: 16px;
    }

    .bet-tanzania-slots__text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: linear-gradient(180deg, var(--bg-body) 10px, transparent);
    }

    .bet-tanzania-slots-popup {
        padding: 0;
    }

    .bet-tanzania-slots-popup__content {
        height: 100svh;
        aspect-ratio: auto;
    }

    .bet-tanzania-slots-popup__close {
        right: 0;
        background: #000;
    }

}

/* slots */
/* comments */

.bet-tanzania-comments {
    margin: 2rem auto 0
}

.bet-tanzania-comment-form__title {
    text-align: center
}

.bet-tanzania-comment-form__form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 700px;
    gap: 12px;
}

.bet-tanzania-comment-form__field {
    flex: 1 0 48%;
    outline: 0;
    border: 1px solid #313ea212;
    border-radius: var(--border-radius-second);
    padding: 10px;
    font-weight: 300;
    font-size: 1rem;
    color: #000;
    background: #ffffff70;
    transition: 250ms;
    resize: none;
}

.bet-tanzania-comment-form__field:active,
.bet-tanzania-comment-form__field:focus,
.bet-tanzania-comment-form__field:hover {
    border: 1px solid var(--color-third-accent)
}

.bet-tanzania-comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgb(220 53 69 / 5%)
}

.bet-tanzania-comment-form__textarea {
    flex-basis: 100%;
    height: 100px;
}

.bet-tanzania-comment-form__button {
    margin: 24px auto 0;
}

.bet-tanzania-comment-form__alert {
    display: none;
    align-self: center;
    width: calc(100% - 20px);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: var(--color-black);
}

.bet-tanzania-comment-form__alert.error {
    display: inline-block;
    color: #dc3545;
}

.bet-tanzania-comment-form__alert.success {
    display: inline-block;
    color: var(--color-first-accent);
}

.bet-tanzania-comment {
    margin-top: 16px;
    border-left: 3px solid #313EA2;
    padding: 4px 16px 4px 8px;
    background: #ffffff70;
}

.bet-tanzania-comment__author {
    display: inline-block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 1.3em;
}

.bet-tanzania-comment__content {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}

/* comments */
/* hero */
.bet-tanzania-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: calc(100svh);
}

.bet-tanzania-hero > *:not(img) {
    max-width: 1440px;
}

.bet-tanzania-hero__title {
    position: relative;
    z-index: 5;
    margin: 0 0 2rem;
    text-align: center;
}

.bet-tanzania-hero__description {
    position: relative;
    z-index: 5;
    margin: 0 0 1.2rem;
    text-align: center;
}

.bet-tanzania-hero__buttons {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}

.bet-tanzania-hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

/* hero */
/* header */

.bet-tanzania-header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: var(--bg-header);
}

/*.bet-tanzania-header::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 100%;*/
/*    z-index: 100;*/
/*    height: 16px;*/
/*    background: linear-gradient(#21108b, #090f1e00);*/
/*    pointer-events: none;*/
/*}*/

.bet-tanzania-header__container {
    display: flex;
    align-items: center;
    gap: 12px 24px;
}

.bet-tanzania-header__logo {
    flex-shrink: 0;
}

@media (max-width: 1280px) {
    .bet-tanzania-header__logo {
        margin-right: auto;
    }
}

.bet-tanzania-header__buttons {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    gap: 8px;
}

.bet-tanzania-header__burger {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 6;
    padding: 4px;
    width: 44px;
    height: 44px;
    transition: var(--transition);
    cursor: pointer;
}

.bet-tanzania-header__burger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: var(--transition);
}

.bet-tanzania-header__burger span:nth-child(1) {
    translate: 0 -6px;
}

.bet-tanzania-header__burger span:nth-child(3) {
    translate: 0 6px;
}

.bet-tanzania-header__burger._active span:nth-child(1) {
    rotate: -45deg;
    translate: 0 2px;
}

.bet-tanzania-header__burger._active span:nth-child(2) {
    opacity: 0;
}

.bet-tanzania-header__burger._active span:nth-child(3) {
    rotate: 45deg;
    translate: 0 -2px;
}

/* !* ЭТО ПЕРЕДЕЛАТЬ ИЛИ УДАЛИТЬ *! */
@media (max-width: 1280px) {
    .admin-bar .menu {
        height: calc(100svh - var(--height) - 32px);
    }
}

@media (max-width: 575px) {
    .admin-bar .menu {
        height: calc(100svh - var(--height) - 46px);
    }
}

/* !* ЭТО ПЕРЕДЕЛАТЬ ИЛИ УДАЛИТЬ *! */

@media (max-width: 1280px) {
    .bet-tanzania-header__container {
        flex-wrap: wrap;
        padding-block: 8px;
    }

    .bet-tanzania-header__menu {
        display: none;
        opacity: 0;
    }

    .bet-tanzania-header__burger {
        display: flex;
    }

}

@media (max-width: 767px) {
    .bet-tanzania-header__buttons {
        flex-basis: 100%;
        order: 9;
        margin: 0;
    }

    .bet-tanzania-header__button {
        flex-grow: 1;
        padding: 4px 16px;
    }

    .bet-tanzania-header__burger {
        /*margin-left: auto;*/
    }
}

/* header */
/* menu */
:root {
    --height-item-lg: 72px;
    --height-item: 48px;
    --width-sub-menu: 360px;

}

.menu__arrow {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: -12px;
    width: 12px;
    height: 12px;
    translate: -24px 0
}

.menu__arrow::before {
    content: var(--icon-arrow-header);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    transition: var(--transition);
    pointer-events: none;
    inset: 0;
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__item--lvl-2 {
    width: 100%;
}

.menu__item--dropdown {
    z-index: 10;
    display: flex;
    align-items: center;
}

.menu__item--dropdown > .menu__link {
    padding-right: 28px;
}

.menu__link {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    height: 72px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    gap: 6px;
}

.menu__link[aria-current] {
    color: #D84343;
}

.menu__sub-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--height) - 1px);
    display: none;
    border-top: 1px solid var(--clr-divider);
    height: fit-content;
    background-color: #21108b;
}

.menu__sub-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    margin-left: var(--margin-calc-clamp);
    border-right: 1px solid var(--clr-divider);
    border-left: 1px solid var(--clr-divider);
    padding: 0;
    width: var(--width-sub-menu);
    background-color: #21108b;
    gap: 0;
}

.menu__link--lvl-2,
.menu__link--lvl-3 {
    border-bottom: 1px solid var(--clr-divider);
    width: 100%;
    height: var(--height-item);
}

@media (min-width: 1280px) {
    .menu__item--lvl-2.menu__item--dropdown:hover > .menu__link::after {
        content: attr(data-title);
        position: absolute;
        right: -40px;
        top: 40px;
        z-index: 100;
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #939393;
        transform: translateX(100%);
    }

    .menu__sub-menu--lvl-2:not(:has(.menu__sub-menu--lvl-3)) {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        margin-left: var(--margin-calc-clamp);
        border: none;
        padding: 32px 0;
        width: calc(100vw - 2 * var(--margin-calc-clamp));
        gap: 0 32px;
    }

    .menu__sub-menu .menu__sub-menu-wrapper {
        position: absolute;
        left: var(--width-sub-menu);
        top: 0;
        z-index: 99;
        border: none;
        width: calc(100vw - var(--width-sub-menu));
        height: 100%;
        background: #181d23;
    }

    .menu__sub-menu .menu__sub-menu-wrapper::before {
        content: "";
        z-index: -1;
        background: yellow;
    }

    .menu__sub-menu--lvl-3 {
        display: grid;
        align-items: start;
        grid-auto-rows: minmax(auto, 48px);
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        overflow-y: auto;
        margin: 0;
        border: none;
        padding: 84px 24px 32px;
        width: 100%;
        height: 100%;
        max-height: calc(100svh - var(--height));
        gap: 0 32px;
        scrollbar-width: thin;
    }

    .menu__link--lvl-3 {
        height: var(--height-item);
    }
}

@media (min-width: 1462px) {
    .menu__sub-menu .menu__sub-menu-wrapper {
        width: calc(100vw - 2 * (100vw - 1440px - 2 * var(--offsets)) / 2 - var(--width-sub-menu));
    }
}

@media (hover: hover) and (min-width: 1280px) {
    a.menu__link:hover {
        color: #D84343;
        background: radial-gradient(50% 36.81% at 50% 100%, rgba(216, 67, 67, 0.5) 0%, rgba(8, 158, 78, 0.00) 100%), rgba(255, 255, 255, 0.05);
    }

    .menu__item--dropdown:hover > .menu__link {
        color: #D84343;
        background: radial-gradient(50% 36.81% at 50% 100%, rgba(216, 67, 67, 0.5) 0%, rgba(8, 158, 78, 0.00) 100%), rgba(255, 255, 255, 0.05);
    }

    .menu__item--dropdown:hover > .menu__arrow::before {
        rotate: 180deg;
    }

    .menu__item--dropdown:hover > .menu__sub-menu-wrapper {
        display: block;
    }
}

@media (max-width: 1280px) {
    .menu {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 5;
        display: none;
        flex-direction: row-reverse;
        overflow-y: auto;
        border-top: 1px solid var(--clr-divider);
        border-top: none;
        width: 100vw;
        height: calc(100svh - var(--height));
        height: calc(100vh - var(--height));
        max-width: 100vw;
        direction: rtl;
        background: #1e283f33;
        backdrop-filter: blur(4px);
    }

    .menu._active {
        display: flex;
    }

    .menu__list {
        flex-flow: column nowrap;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        max-width: var(--width-sub-menu);
        direction: ltr;
        background: #1e283f;
    }

    .menu__item {
        flex-wrap: wrap;
        width: 100%;
        height: fit-content;
    }

    .menu__item--dropdown > .menu__link {
        width: fit-content;
    }

    .menu__item:not(:last-child) {
        border-bottom: 1px solid var(--clr-divider);
    }

    .menu__link {
        height: 48px;
    }

    .menu__arrow {
        flex-grow: 1;
        justify-content: flex-end;
        margin: 0;
        padding: 6px 16px;
        height: 48px;
        translate: none;
    }

    .menu__link:active {
        background: #ffffff12;
    }

    .menu__link--lvl-2,
    .menu__link--lvl-3 {
        border: none;
    }

    .menu__sub-menu-wrapper {
        position: static;
        width: 100%;
    }

    .menu__sub-menu {
        border: none;
        width: 100%;
    }

    .menu__item--dropdown._active {
        position: relative;
        background: #ffffff17;
    }

    .menu__item--dropdown._active:not(:has(._active))::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 48px;
        z-index: 100;
        height: 16px;
        background: linear-gradient(#21108b, #090f1e00);
        pointer-events: none;
    }

    .menu__item--dropdown._active > .menu__link {
        flex-grow: 1;
    }

    .menu__item--dropdown._active > .menu__arrow {
        flex-grow: 0;
        order: -1;
        width: 48px;
    }

    @media (hover: hover) {
        .menu__item--dropdown._active > .menu__arrow:hover {
            cursor: pointer;
        }
    }



    .menu__item--dropdown._active > .menu__arrow::before {
        content: var(--icon-arrow-header-back);
    }

    .menu__item--dropdown._active > .menu__sub-menu-wrapper {
        display: block;
        height: calc(100svh - var(--height) - var(--height-item));
    }

    .menu__item--dropdown._active:not(:has(.menu__item--dropdown._active)) > .menu__sub-menu-wrapper {
        overflow-y: auto;
    }

    .lvl-3 .menu__item--dropdown._active > .menu__sub-menu-wrapper {
        overflow: visible;
    }

    .lvl-2 > .menu__item:not(._active) {
        display: none;
    }

    .lvl-3 > .menu__item--dropdown._active > .menu__arrow,
    .lvl-3 > .menu__item--dropdown._active > .menu__link {
        display: none;
    }

    .lvl-3 .menu__item--lvl-2:not(._active) {
        display: none;
    }

    .menu._active {
        overflow: visible;
    }

    .menu__list:has(.lvl-2, .lvl-3) {
        overflow: visible;
    }
}

@media (max-width: 575px) {
    .menu__list {
        max-width: 100%;
    }
}

/* menu */
/* external-links */
.bet-tanzania-external-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 40px;
}

.bet-tanzania-external-links__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet-tanzania-external-links__link {
    display: flex;
    justify-content: center;
}

.bet-tanzania-external-links__image {
    width: auto;
    max-height: 32px;
    object-fit: contain;
    transition: var(--transition);
}

@media (hover: hover) {
    .bet-tanzania-external-links__link:hover .bet-tanzania-external-links__image {
        scale: 1.02;
    }
}

/* external-links */
/* social */
.bet-tanzania-social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.bet-tanzania-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
}

.bet-tanzania-social__link img,
.bet-tanzania-social__link svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: var(--transition);
}

@media (hover: hover) {
    .bet-tanzania-social__link:hover img,
    .bet-tanzania-social__link:hover svg {
        transform: scale(1.2);
    }
}

/* social */
/* payments-gallery */
.bet-tanzania-payments-gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}

.bet-tanzania-payments-gallery__image {
    width: fit-content;
    max-height: 24px;
    object-fit: contain;
}

/* payments-gallery */
/* footer */
.bet-tanzania-page-footer {
    margin-top: 2rem;
    padding: 20px 0;
    background: #121212;
    color: #fff;
}

.bet-tanzania-page-footer--enable-mobile-button {
    padding-bottom: 80px
}

.bet-tanzania-page-footer__container {
    display: grid;
    grid-template-columns: 100px 1fr 0.6fr minmax(92px, 248px);
    gap: 48px
}

.bet-tanzania-page-footer__logo {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 48px;
}

.bet-tanzania-page-footer__external-links {
    grid-column-start: 3;
}

.bet-tanzania-page-footer__social {
    grid-column-start: 4;
}

.bet-tanzania-page-footer__external-links::before,
.bet-tanzania-page-footer__footer-nav::before,
.bet-tanzania-page-footer__social::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ffffff25;
}

.bet-tanzania-page-footer__dmca {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2rem;
}

.dmca-badge__image {
    width: auto;
}

.bet-tanzania-payments-gallery {
    position: relative;
    grid-column: 1 / -1;
}

.bet-tanzania-payments-gallery::before,
.bet-tanzania-page-footer__copyright::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    height: 1px;
    background: #ffffff25;
}

.bet-tanzania-page-footer__copyright {
    position: relative;
    grid-column: 1 / -1;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

@media (width <= 1280px) {
    .bet-tanzania-page-footer__container {
        grid-template-columns: 100px 1fr;
        gap: 48px;
    }

    .bet-tanzania-page-footer__external-links,
    .bet-tanzania-page-footer__social {
        justify-content: center;
        grid-column: 1 / -1;
    }

    .bet-tanzania-page-footer__external-links::before,
    .bet-tanzania-page-footer__social::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        inset: -24px 0 auto;
    }
}

@media (width <= 767px) {
    .bet-tanzania-page-footer__container {
        grid-template-columns: 1fr;
    }

    .bet-tanzania-page-footer__footer-nav::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        inset: -24px 0 auto;
    }
}

/* footer */
/* footer-nav */
.footer-nav {
    position: relative;
}

.footer-nav__list {
    column-count: 2;
    column-fill: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    gap: 8px;
}

.footer-nav__item:not(:last-child) {
    margin-bottom: 8px;
}

.footer-nav__list:has(> *:nth-child(11)) {
    height: 260px;
}

.footer-nav .menu__link {
    display: inline-block;
    width: 100%;
    height: 36px;
    text-decoration: none;
    color: #fff;
}

.footer-nav .menu__link[aria-current] {
    color: #D84343;
}

@media (max-width: 1280px) {
    .footer-nav__list {
        height: auto;
    }

    .footer-nav__list .menu__item:not(:last-child) {
        border: none;
    }
}

@media (max-width: 767px) {
    .footer-nav__list {
        column-count: 1;
    }

    .footer-nav__list:has(>:nth-child(11)),
    .footer-nav__list {
        height: auto;
    }

    .footer-nav .menu__link {
        padding-inline: 0;
    }
}

/* footer-nav */
/* scroll-to-top */
.bet-tanzania-scroll-to-top {
    position: fixed;
    right: var(--offsets);
    bottom: 100px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
}

.bet-tanzania-scroll-to-top._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.bet-tanzania-scroll-to-top__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: calc((var(--R) / 2));
    padding: 0 0 6px;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 36px;
    color: var(--color-arrow-scroll-to-top);
    background-color: var(--bg-scroll-to-top);
    transition: var(--transition);
    cursor: pointer;
}

@media (hover: hover) {
    .bet-tanzania-scroll-to-top__button:hover {
        translate: 0 -5px;
    }
}

/* scroll-to-top */
/* breadcrumbs */
.bet-tanzania-breadcrumbs {
    padding-block: 8px;
}

.bet-tanzania-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0;
    gap: 10px
}

.bet-tanzania-breadcrumbs__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--transition);
    gap: 10px;
    color: #000;
}

.bet-tanzania-breadcrumbs__link svg {
    stroke: currentcolor;
}

.bet-tanzania-breadcrumbs__link--no-active {
    color: #D84343;
}

@media (hover: hover) {
    a.bet-tanzania-breadcrumbs__link:hover {
        opacity: 0.7;
    }
}

/* breadcrumbs */
/* faq */

.bet-tanzania-faq {
    position: relative;
    margin-top: 1rem;
    border-radius: var(--R);
    background: var(--bg-block);
    box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
    overflow: hidden;
}

.bet-tanzania-faq__title {
    margin: 0;
    padding: 1rem;
    background: #1e283f;
    color: #fff;
}

.bet-tanzania-faq__answer {
    margin: 0;
    padding: 1rem;
}

.bet-tanzania-faq__answer > *:first-child {
    margin-top: 0;
}

.bet-tanzania-faq__answer > *:last-child {
    margin-bottom: 0;
}

/* faq */
/* review */
.bet-tanzania-review__item {
    display: flex;
    flex-wrap: wrap;
    border-radius: var(--R);
    padding: 1rem;
    height: auto;
    background-color: #8080800d;
    gap: 12px;
}

.bet-tanzania-review__text {
    margin: 0;
}

.bet-tanzania-review__user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    gap: 12px;
}

.bet-tanzania-review__avatar {
    border-radius: 50%;
    max-width: 60px
}

.bet-tanzania-review__name {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--color-first-accent)
}

/* review */
/* col */
.columns {
    display: grid;
    gap: 1rem;
}

.col-6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.col-5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.col-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.col-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}

.col-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

@media (max-width: 575px) {
    .columns.col-5:has(.bet-tanzania-slots) {
        grid-template-columns: 1fr 1fr;
    }

    .col-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .col-3 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .col-2 {
        grid-template-columns: 1fr;
    }
}

/* col */
/* promo-code-el */
.bet-tanzania-promo-code-el {
    position: relative;
    padding: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bet-tanzania-promo-code-el::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 0;
}

.bet-tanzania-promo-code-el::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
}

.bet-tanzania-promo-code-el._active::before,
.bet-tanzania-promo-code-el._active::after {
    opacity: 1;
}

.bet-tanzania-promo-code-el__value {
    color: #f64747;
    font-weight: 600;
    line-height: 1.25rem;
    text-transform: uppercase;
    min-width: 100px;
}

.bet-tanzania-promo-code-el__text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
}

.bet-tanzania-promo-code-el__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: #0003;
    padding: 0;
    cursor: pointer;
}

.bet-tanzania-promo-code-el__button::after {
    content: "";
    position: absolute;
    z-index: 5;
    inset: 0;
    background: transparent;
}

.bet-tanzania-promo-code-el__button svg {
    stroke: currentColor;
}

@media (hover: hover) {
    .bet-tanzania-promo-code-el:hover .bet-tanzania-promo-code-el__value {
        color: #d0021b;
    }
}

/* promo-code-el */

/* bonus */

.bet-tanzania-bonus__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-third-accent);
    border-radius: var(--R);
    padding: 1rem;
    height: 100%;
    gap: 1rem;
}

.bet-tanzania-bonus__item-title {
    margin: 0;
    font-size: 2rem;
    text-align: center;
}

.bet-tanzania-bonus__item-value {
    margin: 0;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    color: #fff
}

.bet-tanzania-bonus__item-text {
    margin: 0;
    text-align: center;
    color: var(--color-white)
}

.bet-tanzania-bonus__item-button {

}

/* bonus */
/* difference */
.bet-tanzania-difference__element {
    border-radius: var(--R);
    padding: 1rem
}

.bet-tanzania-difference__element--plus {
    border: 1px solid green;
    background: #00800012;
}

.bet-tanzania-difference__element--minus {
    border: 1px solid #f00;
    background: #ff000012;
}

.bet-tanzania-difference__title {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.bet-tanzania-difference__list {
    display: grid;
    gap: 12px;
}

.bet-tanzania-difference__item {
    position: relative;
    margin: 0;
    padding-left: 25px
}

.bet-tanzania-difference__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.bet-tanzania-difference__item--plus::before {
    background-image: url("../images/plus.svg")
}

.bet-tanzania-difference__item--minus::before {
    background-image: url("../images/minus.svg")
}

/* difference */
/* video-player */
.bet-tanzania-video-player {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: var(--R);
}

.bet-tanzania-video-player::after {
    content: "";
    position: absolute;
    background: #0000007f;
}

.bet-tanzania-video-player._active::after {
    display: none;
}

.bet-tanzania-video-player._active .bet-tanzania-video-player__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.bet-tanzania-video-player._active .bet-tanzania-video-player__player {
    cursor: pointer;
}

.bet-tanzania-video-player__player {
    display: block;
    overflow: hidden;
    border-radius: var(--R);
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.bet-tanzania-video-player__button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 100%;
    padding: 12px;
    width: 72px;
    height: 72px;
    color: var(--primary-accent);
    background-color: #fff3;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.bet-tanzania-video-player__button svg {
    fill: currentcolor;
    transition: var(--transition);
    pointer-events: none;
}

@media (hover: hover) {
    .bet-tanzania-video-player__button:hover {
        background-color: #ffffff4d;
    }

    .bet-tanzania-video-player__button:hover svg {
        transform: rotate(360deg);
    }
}

/* video-player */
/* mobile-button */
.bet-tanzania-mobile-button._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.bet-tanzania-mobile-button {
    appearance: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 12px;
    background: var(--bg-header);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    gap: 6px;
    border: none;
}

.bet-tanzania-mobile-button__description {
    flex-grow: 1;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: left;
}

.bet-tanzania-mobile-button__link {
    flex-grow: 1;
    padding: 4px 16px;
    width: fit-content;
    height: auto;
    min-height: 44px;
}


@media (min-width: 767px) {
    .bet-tanzania-mobile-button {
        display: none;
    }
}

/* mobile-button */
/* promo-code */
.bet-tanzania-promo-code {
    display: flex;
    flex-direction: column;
    border-radius: var(--R);
    padding: 16px;
    max-width: 700px;
    background: #1e283f;
    gap: 12px;
    margin-inline: auto;

}

.bet-tanzania-promo-code__title {
    margin: 0;
    text-align: center;
}

.bet-tanzania-promo-code__controls {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff80;
    border-radius: var(--R);
    padding: 2px 1px;
    gap: 10px;
}

.bet-tanzania-promo-code__value {
    flex-grow: 1;
    padding: 0 12px;
    font-weight: 700;
}

.bet-tanzania-promo-code__button {
    padding-inline: 16px;
}

.bet-tanzania-promo-code__button svg {
    fill: none;
}

.copied {
    display: none;
}

.bet-tanzania-promo-code__button._active .copied {
    display: block;
}

.bet-tanzania-promo-code__button._active .copy {
    display: none;
}

.promo-code__link--aff {
    margin: 0 auto;
    width: fit-content;
}

/* promo-code */
/* card */
.bet-tanzania-content:has(.bet-tanzania-aside) {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
}

.bet-tanzania-aside {
    display: flex;
    flex-direction: column;
    gap: 2rem 1rem;
}

.bet-tanzania-aside__item {
    height: fit-content;
}

.bet-tanzania-aside__title {
    margin: 0;
    margin: 0 0 1rem;
    font-size: 1.3rem;
}

.bet-tanzania-aside__card-list {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

@media (max-width: 1280px) {
    .bet-tanzania-content:has(.bet-tanzania-aside) {
        display: flex;
        flex-direction: column;
    }

    .bet-tanzania-aside__card-list {
        flex-direction: row;
        gap: 1rem;
        overflow: auto hidden;
    }
}

.bet-tanzania-card {
    background: var(--bg-block);
    border-radius: var(--R);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
}

.bet-tanzania-card__image {
    border-radius: var(--R);
    background: #1e283f;
    max-height: 150px;
    object-fit: contain;
}

.bet-tanzania-card__header {
    display: flex;
    gap: 4px 12px;
    align-items: center;
    flex-grow: 1;
}

.bet-tanzania-card__name {
    margin: 0 auto 0 0;
    font-weight: 700;
    flex-grow: 1;
    white-space: nowrap;
}

.bet-tanzania-card__rating {
    justify-content: flex-end;
}

.bet-tanzania-card__bonus-title {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 0 0 0 44px;
}

.bet-tanzania-card__bonus {
    padding: 1rem 0.5rem;
    border-radius: var(--R);
    background: #313ea212;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
    justify-content: center;
}

.bet-tanzania-card__bonus-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 40px;
    height: 40px;
    background-image: url("../images/gift.webp");
    background-position: center;
    background-size: contain;
}

.bet-tanzania-card__bonus-value {
    margin: 0;
    text-align: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #D84343;
}

.bet-tanzania-card__button {
    margin-top: auto;
}

/* card */
/* book-profile */
.bet-tanzania-book-profile {
    background: var(--bg-block);
    border-radius: var(--R);
    box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
    overflow: hidden;
}

.bet-tanzania-book-profile__header {
    display: grid;
    padding: 1.5rem;
    grid-auto-columns: 120px 1fr;
    column-gap: 1.25rem;
    row-gap: 1rem;
    grid-template-areas:
        "logo title"
        "logo bklist";
    border-radius: var(--R);
}

.bet-tanzania-book-profile__header:has(.bet-tanzania-book-profile__button) {
    grid-template-columns: 120px 1fr 180px;
    grid-template-areas:
        "logo title title"
        "logo bklist btn";
}

.bet-tanzania-book-profile__header .bet-tanzania-book-profile__button {
    grid-area: btn;
    max-width: 260px;
    width: 100%;
}

.bet-tanzania-book-profile__logo {
    grid-area: logo;
    width: 120px;
    height: 100%;
    object-fit: contain;
    border-radius: .5rem;
    background: #1e283f;
}

.bet-tanzania-book-profile__name {
    margin: 0;
    grid-area: title;
}

.bet-tanzania-book-profile__specifications {
    grid-area: bklist;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem 0;
}

.bet-tanzania-book-profile__specifications-item {
    position: relative;
    flex-grow: 0;
    padding: 0 1rem;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.bet-tanzania-book-profile--app .bet-tanzania-book-profile__specifications-item {
    flex-direction: column-reverse;
}

.bet-tanzania-book-profile__specifications-item:first-child {
    padding-left: 0;
}

.bet-tanzania-book-profile__specifications-item:last-child {
    padding-right: 0;
}

.bet-tanzania-book-profile__specifications-item:not(:last-child):after {
    content: "";
    height: 1.5rem;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: var(--clr-divider);
}

.bet-tanzania-book-profile__specifications-item-key {
    font-size: .75rem;
    line-height: .875rem;
    color: #00080;
    font-weight: 400;
}

.bet-tanzania-book-profile__specifications-item-value {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bet-tanzania-book-profile__specifications-item-value--rating::after {
    content: "★";
    font-family: Times, serif;
    font-size: 18px;
    -webkit-text-fill-color: transparent;
    background: #D84343;
    -webkit-background-clip: text;
}

.bet-tanzania-book-profile__specifications-item-value img {
    max-height: 1.125rem;
    width: fit-content;
}

.bet-tanzania-book-profile__specifications-item-value:has(svg) {
    display: flex;
    gap: 4px;
}

.bet-tanzania-book-profile__specifications-item svg {
    fill: currentColor;
}

.bet-tanzania-book-profile__footer {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.5rem;
    border-top: 1px solid var(--clr-divider);
}

.bet-tanzania-book-profile__footer:has(.bet-tanzania-book-profile__screenshots)::before,
.bet-tanzania-book-profile__footer:has(.bet-tanzania-book-profile__screenshots)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5rem;
}

.bet-tanzania-book-profile__footer:has(.bet-tanzania-book-profile__screenshots)::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg-block), transparent)
}

.bet-tanzania-book-profile__footer:has(.bet-tanzania-book-profile__screenshots)::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg-block), transparent)
}

.bet-tanzania-book-profile__bonus-value {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    color: #D84343;
}

.bet-tanzania-book-profile__bonus-title {
    margin: 0;
    font-size: 14px;
    line-height: 15px;
}

.profile__footer-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bet-tanzania-book-profile__button {
    white-space: nowrap;
}

.bet-tanzania-book-profile__screenshots-inner {
    margin: 0 -1.5rem;
    overflow: auto hidden;
}

.bet-tanzania-book-profile__screenshots {
    display: flex;
    gap: 10px;
}

.bet-tanzania-book-profile__screenshot {
    border-radius: var(--R);
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 1023px) {
    .bet-tanzania-book-profile__header:has(.bet-tanzania-book-profile__button) {
        grid-template-columns: 120px 1fr;
        grid-template-areas:
        "logo title"
        "logo bklist"
        "logo btn";
    }
}

@media (max-width: 767px) {
    .bet-tanzania-book-profile__header,
    .bet-tanzania-book-profile__header:has(.bet-tanzania-book-profile__button) {
        padding: 1rem;
        grid-template-areas:
        "logo title"
        "bklist bklist";
        grid-auto-columns: 72px 1fr;
    }

    .bet-tanzania-book-profile__header:has(.bet-tanzania-book-profile__button) {
        grid-template-areas:
        "logo title"
        "bklist bklist"
        "btn btn";
    }

    .bet-tanzania-book-profile__header .bet-tanzania-book-profile__button {
        width: 100%;
        max-width: 100%;
    }

    .bet-tanzania-book-profile__name {
        font-size: 1.3rem;
    }

    .bet-tanzania-book-profile__specifications {
        justify-content: space-evenly;
        gap: 1rem;
    }

    .bet-tanzania-book-profile__specifications-item {
        align-items: center;
        padding: 0;
    }

    .bet-tanzania-book-profile__specifications-item:not(:last-child):after {
        display: none;
    }

    .bet-tanzania-book-profile__specifications-item-value {
        font-size: 0.8rem;
    }

    .bet-tanzania-book-profile__footer {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .bet-tanzania-book-profile__bonus-value {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .bet-tanzania-book-profile__button {
        flex-grow: 1;
        width: 100%;
    }

    .profile__footer-inner {
        width: 100%;
        flex-direction: column;
    }

    .bet-tanzania-promo-code-el {
        border-radius: var(--R);
        width: 100%;
        padding: 22px 12px 4px;
        background: #313ea212;
    }

    .bet-tanzania-promo-code-el__text {
        position: absolute;
        top: 4px;
        left: 12px;
    }

    .bet-tanzania-promo-code-el__button {
        margin-left: auto;
    }

    .bet-tanzania-book-profile__screenshots-inner {
        margin: 0 -1rem;
    }

    .bet-tanzania-book-profile__screenshot {
        max-height: 500px;
    }
}

/* book-profile */
/* other-reviews */
.bet-tanzania-page-main .bet-tanzania-other-review {
    margin-top: 2rem;
}

.bet-tanzania-other-review__title {
    margin: 0;
    margin: 0 0 1rem;
    font-size: 1.3rem;
}

.bet-tanzania-other-review__list {
    display: block;
}

.bet-tanzania-other-review__list tbody {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.bet-tanzania-other-review__list tr,
.bet-tanzania-other-review__list td {
    display: flex;
}

@media (max-width: 1280px) {
    .bet-tanzania-other-review__list tbody {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        overflow: auto hidden;
        padding: 0 var(--offsets) 10px;
        margin: 0 -16px 10px;
    }

    .bet-tanzania-other-review__list tr {
        flex: 0 0 300px;
    }
}

/* other-reviews */
/* rating */
.bet-tanzania-rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}

.bet-tanzania-rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    font-size: 22px;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#ffbf00), to(#ccc));
    background: -o-linear-gradient(left, #ffbf00 var(--percent), #ccc var(--percent));
    background: linear-gradient(90deg, #ffbf00 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text
}

.bet-tanzania-rating__counter {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.bet-tanzania-rating__counter span {
    color: #fff
}

/* rating */
/* bookmakers */
.bet-tanzania-bookmakers {
    display: block;
}

.bet-tanzania-bookmakers tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.bet-tanzania-bookmakers__item {
    border-radius: var(--R);
    padding: 1rem;
    background: var(--bg-block);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bet-tanzania-bookmakers__header {
    position: relative;
    display: grid;
    grid-auto-columns: 120px 1fr;
    column-gap: 1.25rem;
    row-gap: 1rem;
    grid-template-areas:
        "logo title"
        "logo rating";
    padding-left: 40px;
}

.bet-tanzania-bookmakers__counter {
    position: absolute;
    background: #313EA2;
    border-radius: var(--R);
    width: 32px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 4px;
    color: #fff;
    border: 1px solid #ffffff2e;
}

.bet-tanzania-bookmakers__image {
    grid-area: logo;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    background: #1e283f;
}

.bet-tanzania-bookmakers__name {
    margin: 0;
    grid-area: title;
    font-weight: 700;
    font-size: 1.5rem;
}

.bet-tanzania-bookmakers__rating {
    grid-area: rating;
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
}

.bet-tanzania-bookmakers__rating .bet-tanzania-rating__counter {
    padding: 0;
}

.bet-tanzania-bookmakers__bonus {
    padding: 1rem 0.5rem;
    border-radius: var(--R);
    background: #313ea212;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bet-tanzania-bookmakers__bonus-title {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 0 0 0 44px;
}

.bet-tanzania-bookmakers__bonus-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 40px;
    height: 40px;
    background-image: url("../images/gift.webp");
    background-position: center;
    background-size: contain;
}

.bet-tanzania-bookmakers__bonus-value {
    margin: 0;
    text-align: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #D84343;
}

.bet-tanzania-bookmakers__platform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.bet-tanzania-bookmakers__platform__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bet-tanzania-bookmakers__buttons {
    display: flex;
    gap: 12px;
}

.bet-tanzania-bookmakers__button {
    flex: 1 1 50%;
    padding: 4px 10px;
}

@media (max-width: 767px) {
    .bet-tanzania-bookmakers tbody {
        grid-template-columns: 1fr;
    }

    .bet-tanzania-bookmakers__header {
        gap: 12px;
    }
}

@media (max-width: 450px) {
    .bet-tanzania-bookmakers__name {
        font-size: 20px;
    }

    .bet-tanzania-bookmakers__rating {
        display: flex;
        flex-direction: column;
    }

    .bet-tanzania-rating__counter {
        padding-left: 0;
    }
}

/* bookmakers */
/* app-nav */
.bet-tanzania-app-nav {
    grid-column: 1 / -1;
    background: var(--bg-block);
    border-radius: var(--R);
    padding: 1rem;
    box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
}

.bet-tanzania-app-nav__list {
    display: flex;
    align-items: center;
    overflow: auto hidden;
    gap: 10px;
    margin: 0 -1rem -8px;
    padding: 0 1rem 8px;
}

.bet-tanzania-app-nav__item {
    flex-shrink: 0;
}

.bet-tanzania-app-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 44px;
    padding: 4px 10px;
    white-space: normal;
    font-size: initial;
}

.bet-tanzania-app-nav__link--no-active {
    background: #313EA2;
    color: #fff;
}

.bet-tanzania-app-nav__link img {
    max-height: 32px;
    width: auto;
}

/* app-nav */
/* get-posts */
.bet-tanzania-get-posts {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}


.bet-tanzania-get-posts__item img {
    object-fit: cover;
}

.bet-tanzania-get-posts__item {
    max-width: 100%;
}

.bet-tanzania-get-posts__item .bet-tanzania-card__name {
    white-space: normal;
}


.get-posts__excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bet-tanzania-get-posts__load-more {
    order: 10px;
    order: 10;
    grid-column: 1 / -1;
    width: fit-content;
    margin: 1rem auto 0;
}

.no-more-posts .bet-tanzania-get-posts__load-more {
    display: none;
}

/* get-posts */
/* related-pages */
.bet-tanzania-related-pages {
    border-radius: var(--R);
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: var(--bg-block);
}

/* related-pages */
/* game-demo-small */
.bet-tanzania-game-demo-small {
    overflow: hidden;
    position: relative;
    border-radius: var(--R);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

.bet-tanzania-game-demo-small::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
}

.bet-tanzania-game-demo-small__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bet-tanzania-game-demo-small__title {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.bet-tanzania-game-demo-small__button {
    position: relative;
    z-index: 2;
    max-width: 220px;
    width: 100%;
}

.bet-tanzania-game-demo-small__button._button--second {
    background: #fff;
}

/* game-demo-small */
/* relink */
.bet-tanzania-relink__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bet-tanzania-relink__item {
    border-radius: var(--R);
    padding: 1rem 0.5rem 1rem 1rem;
    background: #1e283f;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
    .bet-tanzania-relink__item[data-sf-a]:hover {
        cursor: pointer;
        scale: 0.98;
    }
}

.bet-tanzania-relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet-tanzania-relink img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.bet-tanzania-relink__content {
    flex-grow: 1;
}

.bet-tanzania-relink__title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.bet-tanzania-relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #9aa2af;
}

@media (max-width: 1023px) {
    .bet-tanzania-relink__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .bet-tanzania-relink__list {
        grid-template-columns: 1fr;
    }
}

/* relink */

.odds-table:not(:has(.odds-table__probabilities > * )) {
    display: none;
}

#tennis:not(:has(+.odds-block)),
#basketball:not(:has(+.odds-block)),
#football:not(:has(+.odds-block)) {
    display: none;
}


.header__popup {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: #313EA2;
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer
}

.header__popup:hover {
    background: rgba(255, 255, 255, .1)
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background-color: #00000080;
    align-items: center;
    justify-content: center;
    z-index: 500
}

.popup__close {
    margin-left: auto;
    margin-right: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    cursor: pointer
}

.popup__close:hover {
    transform: scale(.7)
}

.popup .promo-code {
    max-width: 375px;
    padding: 4px 16px 16px
}

.promo-code__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.popup .promo-code__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase
}

.popup .promo-code__bonus-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    /*min-height: 60px;*/
    /*padding-bottom: 8px;*/
    /*padding-right: 80px;*/
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.popup .promo-code__bonus {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
}

.popup .promo-code__bonus-wrapper::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 3px));
    display: block;
    width: 60px;
    height: 60px
}

.popup .promo-code__bonus span {
    color: #313EA2;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.scroll-lock {
    overflow: hidden;
}

.popup .promo-code__text {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.popup .promo-code__text span {
    color: #313EA2;
    font-weight: 700
}

.popup .promo-code__link {
    flex-basis: 100%
}

.popup._active {
    display: flex;
}


.promo-code {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    padding: 24px;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    position: relative;
    display: flex;
}

.promo-code__link, .promo-code__wrapper {
    gap: 8px;
    border-radius: 3px
}

.promo-code.aff .promo-code__text::before {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 1;
    transform: translateY(-50%);
    width: 134px;
    height: 134px
}

.promo-code.aff {
    padding-top: 16px
}

.promo-code.aff .promo-code__text {
    padding-left: 80px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    min-height: 70px
}

.promo-code.aff .promo-code__text b, .promo-code.aff .promo-code__text strong {
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    padding-right: 5px
}

.promo-code.aff .promo-code__text span {
    background: linear-gradient(180deg, #96c93f 16.67%, #5b8415 79.17%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 24px
}

.promo-code.download .promo-code__text {
    position: relative;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 28px;
    padding-right: 60px
}

.promo-code.download .promo-code__text::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -24px;
    z-index: 1;
    background-image: url("../images/promo-code-download.webp");
    width: 84px;
    height: 80px
}

.promo-code.download .promo-code__text::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -24px;
    left: -24px;
    height: 1px;
    background-color: rgba(0, 0, 0, .05);
    z-index: 1
}

.promo-code.download .promo-code__text b, .promo-code.download .promo-code__text strong {
    color: #224f7c;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.promo-code.download .promo-code__text span, .promo-code__input {
    color: #313EA2;
    font-weight: 700
}

.promo-code__text {
    margin: 0;
    flex-basis: 100%
}

.promo-code__wrapper {
    flex-grow: 1;
    border: 1px solid rgba(0, 0, 0, .1);
    padding-left: 12px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.promo-code__input {
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    border: none;
    background-color: transparent
}

.promo-code__copy-link {
    border: 1px solid #fff;
    position: relative;
    border-radius: 2px;
    padding: 12px 6px;
    min-width: 100px;
    background: rgba(32, 85, 131, .1);
    color: #205583;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}

.promo-code__copy-link .copied, .promo-code__copy-link._active .copy {
    display: none
}

.promo-code__copy-link._active .copied {
    display: block
}

.promo-code__copy-link:hover {
    background: rgba(32, 85, 131, .3)
}

.promo-code__copy-link svg {
    stroke: currentColor
}

.promo-code__link {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 12px;
    border-color: #313EA2;
    color: #fff;
    background: #313EA2;
    border-radius: var(--R);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.promo-code__link:hover {
    opacity: .7
}

.promo-code__link svg {
    fill: currentColor
}

.promo-code__buttons {
    flex-basis: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.promo-code__buttons .promo-code__link {
    flex: 1 1 45%;
    align-self: stretch;
    white-space: nowrap
}

.promo-code__anim, .promo-code__copy-link span, .promo-code__copy-link svg {
    pointer-events: none;
}


@media (max-width: 565px) {
   .popup .promo-code__bonus {
        font-size: 15px;
    }
}

.popup {
    background-position: center;
    background-color: #1f3a5ad9;
}

.how-to {
	margin-top: 1rem;
}