@charset "UTF-8";

:root {
    --height: 0px;
    --offsets: 20px;
    --width-container: 1420px;
    --star-color: lightgray;
    --star-background-review: #ffc700;
    --ff: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	
	--bg: #f3f3f6;
	--title: #000;

    --clr-header: #eef0f8;
    --clr-menu-item: #fff;
    --clr-menu-item-hover: #fff;
    --clr-bg-accent: #fff;
    --clr-accent: #3959d9;
    --button-green: linear-gradient(103.42deg, #fc4665 6.06%, #3959d9 77.61%);
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
}

*, :after, :before {
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a:active,
a:focus {
    outline: 0
}

a, a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none
}

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

h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px
}

h3, h4, h5, h6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 44px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px

    }

    h3, h4, h5, h6 {
        font-size: 22px;
        line-height: 32px;
    }
}

ol,
ul {
    padding-left: 24px;
}

p {
    margin-top: 16px
}

* + .wp-block-heading {
    margin-top: 1rem;
}

.wp-block-heading span {
    color: var(--clr-accent);
}

.uniq-wrapper {
    overflow: hidden;
    margin-top: 50px
}

.uniq-wrapper--gradient {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(0, 255, 66, 0.00) 0%, rgba(0, 255, 66, 0.35) 100%);
    box-shadow: 0px 4px 56px 0px rgba(41, 60, 63, 0.34);
}

@media (max-width: 1079px) {
    .uniq-wrapper--gradient {
        background: linear-gradient(180deg, rgba(0, 255, 66, 0.00) 0%, rgba(0, 255, 66, 0.35) 100%);
    }
}

.uniq-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) * 2)
}

.uniq-container > :first-child {
    margin-top: 0
}

.uniq-container .uniq-container {
    padding-left: 0;
    padding-right: 0
}


@media (max-width: 576px) {
    .uniq-container {
        padding: 0 16px
    }
}

.hidden_svg {
    display: none
}

.no-scroll {
    overflow: hidden
}

.page,
.post,
.error404 {
    background: var(--bg, #262b27);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--title, #fff);
    font-family: var(--ff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.page-main,
.page-404 {
    flex-grow: 1
}

.page-404 .uniq-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

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

* + .list-reset {
    margin-top: 1rem;
}

.get-image {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

* + .last-modified-date {
    margin-top: 2rem;
}
/* wp-block-list */
* + .wp-block-list {
    margin-top: 1rem;
}

.wp-block-list {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    counter-reset: olNum;
}

ol.wp-block-list li {
    position: relative;
    padding-left: 28px;
}

ol.wp-block-list li::before {
    counter-increment: olNum;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: 2px;
    left: 0;
    content: counter(olNum);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    background-color: #3959d9;
}

.wp-admin ol.wp-block-list li::before {
    color: #000;
}

.wp-admin .wp-block-list li {
    margin: 0 !important;
}

ul.wp-block-list li {
    position: relative;
    padding-left: 18px;
}

ul.wp-block-list li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 5px;
    border-radius: 14px;
    background: #3959d9;
    content: "";
}
/* wp-block-list */
/* wp-block-table */
* + .wp-block-table {
    margin-top: 1rem;
}

.wp-block-table {
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.20);
}

.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
}

.wp-block-table table:has(img) th,
.wp-block-table table:has(img) td:not(:has(img)) {
    text-align: center;
}

.wp-block-table thead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.wp-block-table th {
    font-weight: 400;
    color: #000;
    padding: 18px 20px;
}

.wp-block-table th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.wp-block-table td {
    padding: 14px 20px;
}

.wp-block-table td:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

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

.wp-block-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.wp-block-table td img {
    margin-right: 20px;
    width: 80px !important;
    object-fit: contain;
}

.wp-block-table td:has(img) {
    white-space: nowrap;
    text-align: left;
    min-width: 200px;
}

@media (max-width: 767px) {
    .wp-block-table table {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }

    .wp-block-table table {
        font-size: 16px;
    }

    .wp-block-table table:has(img) {
        font-size: 16px;
    }

    .wp-block-table table strong,
    .wp-block-table table b {
        font-size: 16px;
        font-weight: 500;
    }
}
/* wp-block-table */
/* about-table */
* + .uniq-about-table {
    margin-top: 1rem;
}

.uniq-about-table {
    overflow: auto;
}

.uniq-about-table table {
    background: none;
    width: 100%;
}

.uniq-about-table tbody {
    display: block;
    column-count: 2;
    column-gap: 40px;
}

.uniq-about-table__row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.uniq-about-table__cell {
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: right;
    justify-content: flex-end;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.uniq-about-table__cell--img {
    text-align: left;
    justify-content: flex-start;
    color: #E2E2E2;
    font-weight: 400;
}

.uniq-about-table__cell .get-image {
    flex-shrink: 0;
}

.uniq-about-table__cell img {
    margin: 0;
    max-width: 20px;
    object-fit: contain;
}

@media (max-width: 1079px) {
    .uniq-about-table tbody {
        column-count: 1;
    }

    .uniq-about-table__row {
        grid-template-columns: minmax(100px, max-content) 1fr;
    }
}

@media (max-width: 767px) {
    .uniq-about-table__cell {
        font-size: 16px;
    }
}
/* about-table */
/* Buttons */
.btn {
    position: relative;
    width: fit-content;
    border: none;
    padding: 10px 28px;
    gap: 10px;
    border-radius: 10px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b241c;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.btn svg {
    display: none
}

.btn--green {
    background: linear-gradient(270deg, #05ff5a 0, #adff00 100%);
}

.btn--green:hover {
    box-shadow: 0 0 8.4px 0 rgba(5, 255, 90, .63)
}

.btn--black {
    background: 0 0;
    color: #fff;
    border: 1px solid #05ff5a
}

.btn--black:hover {
    color: #1b241c;
    background: linear-gradient(270deg, #05ff5a 0, #adff00 100%)
}

.btn--white {
    display: inline-flex;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: none;
    color:  #fff;
}

.btn--white::after {
    transition: all .2s ease 0s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12' viewBox='0 0 23 12' fill='none'%3E%3Cpath d='M22.5303 6.35162C22.8232 6.05873 22.8232 5.58385 22.5303 5.29096L17.7574 0.517988C17.4645 0.225095 16.9896 0.225095 16.6967 0.517988C16.4038 0.810882 16.4038 1.28576 16.6967 1.57865L20.9393 5.82129L16.6967 10.0639C16.4038 10.3568 16.4038 10.8317 16.6967 11.1246C16.9896 11.4175 17.4645 11.4175 17.7574 11.1246L22.5303 6.35162ZM0 6.57129H22V5.07129H0V6.57129Z' fill='white'/%3E%3C/svg%3E")
}

.btn--white:hover::after {
    transform: translateX(5px)
}

.btn--fill-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1B241C;
}

.btn--fill-white:hover {
    background-color: #ffffffba;
}

.btn--full-width {
    width: 100%;
    max-width: 100%
}

.btn--aligh-center {
    margin-left: auto;
    margin-right: auto
}

.btn--with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.btn--with-svg svg {
    display: inline-block;
    min-width: 24px;
    max-width: 24px;
    height: 24px
}
/* Buttons */
/* header */
.header {
    position: sticky;
    top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    z-index: 99;
    background: var(--clr-header);
}

.header__content {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 30px
}

.header__logo {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    margin-right: auto;
    max-width: 135px;
    min-width: 135px
}

.header__logo-link {
    width: fit-content;
}

.header__logo-link img {
    width: fit-content;
    object-fit: contain;
    max-height: 65px;
}

.header-nav {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    max-width: 60%
}

.header-nav__list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px
}

.header-nav__item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px
}

.header-nav__item img {
    max-height: 16px;
    object-fit: contain
}

@media (hover: hover) {
    .header-nav__item:hover {
        border-radius: 10px;
        background: var(--clr-bg-accent)
    }

    .header-nav__item:hover > .header-nav__link {
        color: var(--color);
    }
}

.header-nav__link {
    word-break: break-all;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    transition: color .2s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.header-nav__link .get-image img,
.header-nav__link svg {
    max-height: 18px;
    width: fit-content;
    object-fit: contain;
}

.has-submenu {
    position: relative;
    padding-right: 30px
}

.has-submenu > svg {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    transition: transform .2s ease 0s
}

.submenu {
    display: none;
    position: absolute;
    width: 234px;
    padding: 8px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    background: #343a36;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    right: 50%;
    top: 50px;
    transform: translateX(50%);
    z-index: 99;
    list-style: none;
}

.submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: 0 0;
    top: -20px;
    left: 0
}

.submenu__item {
    width: 100%
}

.submenu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 16px;
    text-align: left;
    letter-spacing: .25px;
    gap: 10px;
    text-decoration: none;
}

a.submenu__link:hover {
    background: #272e28;
    color: #00ff42
}

.has-sub-submenu {
    position: relative
}

.has-sub-submenu::after {
    position: absolute;
    top: 10px;
    right: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    transition: all .2s ease 0s
}

.sub-submenu {
    margin: 0;
    padding: 8px 0;
    width: 234px;
    width: 100%;
    display: none;
    flex-direction: column;
    position: absolute;
    top: -8px;
    right: -234px;
    border-radius: 10px;
    overflow: hidden;
    background: #343a36;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.sub-submenu.active {
    display: flex;
}

.sub-submenu.active::after {
    display: none
}

.sub-submenu.active span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.sub-submenu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 16px;
    text-align: left;
    letter-spacing: .25px;
    text-decoration: none;
}

a.sub-submenu__link:hover {
    background: #272e28;
    color: #00ff42;
}

.header__buttons {
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto
}

.header__buttons .btn {
    margin-top: 0
}

.header__burger {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    margin-top: 10px;
    cursor: pointer
}

.header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header__burger span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header.burger-active .header__burger span {
    display: none
}

.header.burger-active .header__burger::before {
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
    width: 100%
}

.header.burger-active .header__burger::after {
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px;
    width: 100%
}

@media (max-width: 1671px) {
    .header__buttons {
        flex: 1 0 auto
    }
}

@media (min-width: 1460px) and (hover: hover) {
    .has-submenu:hover svg {
        transform: rotate(-90deg)
    }

    .has-submenu:hover .submenu {
        display: flex
    }

    .has-sub-submenu:hover .sub-submenu {
        display: block
    }
}

@media (max-width: 1460px) {
    .header__content {
        position: relative;
        align-items: center;
        flex-wrap: wrap
    }

    .header__logo-link {
        margin-right: auto;
    }

    .header__nav {
        background: #343a36;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(0, calc(100% + 14px));
        height: calc(100vh - var(--height));
        height: calc(100svh - var(--height));
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-bottom: 20px;
        overflow-y: auto;
        max-width: 360px;
        width: 100%;
        box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.50);
    }

    .header-nav__list {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 10px;
    }

    .header-nav__list.active-l3 {
        gap: 0;
    }

    .header-nav__list.active-l3 .header-nav__item {
        /*padding: 0;*/
    }

    .header-nav__list.active-l3 > li:not(.active) {
        display: none
    }

    .header-nav__list.active-l3 > li.active > a,
    .header-nav__list.active-l3 > li.active > svg {
        display: none
    }

    .header-nav__list.active-l3 > li.active .submenu__item:not(.active) {
        display: none
    }

    .header-nav__item {
        padding: 8px 16px;
        margin: 0;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .header-nav__item.has-submenu svg {
        right: 20px;
        top: 12px
    }

    .header-nav__item.active {
        flex-direction: column;
        margin: 0;
        background: #272e28
    }

    .header-nav__item.active > .header-nav__link {
        align-self: flex-start;
        padding-left: 0
    }

    .header-nav__item.has-submenu.active svg {
        transform: rotate(-90deg)
    }

    .header-nav__item.has-submenu.active .submenu {
        display: flex
    }


    .header-nav__link {
        display: block
    }


    .submenu {
        width: 100%;
        position: static;
        transform: none;
        background: 0 0;
        box-shadow: none;
        padding: 0;
    }

    .submenu::after,
    .submenu::before {
        display: none
    }

    .submenu__item {
        border: none;
    }

    .submenu__item.has-sub-submenu .submenu__link {
        width: fit-content;
    }

    .sub-submenu {
        position: static;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .sub-submenu__link {
        padding: 8px 0;
    }

    .has-sub-submenu.active .sub-submenu {
        display: flex;
    }

    .has-sub-submenu.active::after {
        display: none;
    }

    .has-sub-submenu.active::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M0.469669 7.03033C0.176777 6.73744 0.176777 6.26256 0.469669 5.96967L5.24264 1.1967C5.53553 0.903806 6.01041 0.903806 6.3033 1.1967C6.59619 1.48959 6.59619 1.96447 6.3033 2.25736L2.06066 6.5L6.3033 10.7426C6.59619 11.0355 6.59619 11.5104 6.3033 11.8033C6.01041 12.0962 5.53553 12.0962 5.24264 11.8033L0.469669 7.03033ZM19 7.25H1V5.75H19V7.25Z' fill='white'/%3E%3C/svg%3E");
        position: absolute;
        top: 8px;
        left: 0;
    }

    .has-sub-submenu.active > .submenu__link {
        font-size: 18px;
        line-height: 24px;
        margin-left: 30px;
    }

    .header__buttons {
        flex-direction: row;
        margin-left: 0;
        gap: 8px;
        order: 3;
        flex: none
    }

    .header__lang {
        margin-left: 0;
        margin-top: 0;
        border-left: none
    }

    .header__burger {
        display: block
    }

    .header.burger-active .header__nav {
        display: block
    }
}

@media (max-width: 768px) {
    .header__content {
        gap: 15px
    }

    .header__logo {
        margin-right: 0
    }

    .header__buttons {
        align-self: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        max-width: unset
    }

    .header__buttons .btn {
        flex: 1;
        max-width: 100%;
        padding: 10px
    }

}

@media (max-width: 576px) {
    .header__content {
        padding-left: 16px;
        padding-right: 16px
    }

    .header__logo {
        max-width: 100px
    }

    .header-nav__link {
        font-size: 16px;
    }
}
/* header */
/* Languages switcher */
.languages-switcher {
    position: relative;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 4px;
    background-color: var(--clr-bg-accent);
    display: flex;
    z-index: 200;
    min-width: 40px;
    width: fit-content;
    color: #ccc;
    z-index: 15;
}

.languages-switcher__list-wrapper {
    position: absolute;
    right: 0;
    top: calc(100% + 24px);
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: max-content;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.languages-switcher__list-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
}

.languages-switcher__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 272px;
    gap: 4px;
    padding: 4px;
}

.languages-switcher__item {
    position: relative;
    width: 84px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    padding: 8px 2px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

@media (hover: hover) {
    .languages-switcher__item:has( > a:hover) {
        background-color: #1e211e;
    }
}

.languages-switcher__item[data-lg-switcher-action] {
    gap: 6px;
    min-width: 40px;
    width: fit-content;
    border-radius: 0;
}

.languages-switcher__lang {
    display: flex;
    align-items: center;
    gap: 5px;
}

.languages-switcher__lang:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.languages-switcher._show .languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
/* Languages switcher */
/* text-image */
* + .uniq-text-image {
    margin-top: 16px;
}

.uniq-text-image {
    margin-top: 16px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
}

.uniq-text-image.reversed .get-image {
    order: -1;
}

.uniq-text-image:not(:has(.get-image)) .uniq-text-image__content {
    grid-column: 1 / -1;
}

.uniq-text-image .get-image img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 1079px) {
    .uniq-text-image {
        grid-template-columns: 1fr;
    }

    .uniq-text-image.reversed .get-image {
        order: 2;
    }

    .uniq-text-image .get-image img {
        max-height: 500px;
    }
}
/* text-image */
/* links-list */
* + .uniq-links-list {
    margin-top: 16px;
}

.uniq-links-list {
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.uniq-links-list__item {
    position: relative;
    padding: 16px 100px 16px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.uniq-links-list__item img {
    max-width: 104px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px
}

.uniq-links-list__item--blue {
    background: linear-gradient(90deg, #0076e5 0, #3b00eb 100%)
}

.uniq-links-list__item--green {
    background: linear-gradient(90deg, #04ce00 0, #00ad30 100%)
}

.uniq-links-list__item--orange {
    background: linear-gradient(90deg, #f90 0, #ff4c00 100%)
}

.uniq-links-list__item--purple {
    background: linear-gradient(90deg, #a300ef 0, #6a00f1 100%)
}

.uniq-links-list__item-name {
    margin-top: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px
}

.uniq-links-list__item-description {
    line-height: 18px;
    flex: 1 1 auto
}

.uniq-links-list__item-link {
    max-width: 200px;
    margin-top: 40px;
    width: 100%;
}

@media (max-width: 576px) {
    .uniq-links-list {
        grid-template-columns: 1fr;
    }
}
/* links-list */
/* toc-section */
.uniq-toc-section__title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .25rem;
    position: relative;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

.uniq-toc-section__title svg {
    pointer-events: none;
}

.uniq-toc-section.active .uniq-toc-section__title svg {
    rotate: 180deg;
    transition: all 0.2s ease-in-out;
}

.uniq-toc-section.active .uniq-toc-section__list {
    display: flex;
}

.uniq-toc-section__list {
    display: none;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.uniq-toc-section__item {
    transition: all .3s ease 0s
}

.uniq-toc-section__link {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    color: #e2e2e2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s ease 0s;
    text-decoration: none;
}

.uniq-toc-section__link::before {
    content: "";
    width: 10px;
    height: 5px;
    border-radius: 14px;
    background: #00ff42
}

.uniq-toc-section__link:hover {
    background: rgba(52, 58, 54, .6)
}

@media (max-width: 576px) {
    .uniq-toc-section__list {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* toc-section */
/* categories-list */
* + .uniq-categories-list {
    margin-top: 1rem;
}

.uniq-categories-list {
    padding-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    column-gap: 20px;
    row-gap: 60px;
    list-style: none;
}

.uniq-categories-list__item {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.uniq-categories-list__item p {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    transition: all .2s ease 0s;
    color: #fff;
}

.uniq-categories-list__item:hover p {
    background: rgba(52, 58, 54, .6)
}

.uniq-categories-list__item:hover .uniq-categories-list__item-img {
    background: rgba(52, 58, 54, .6)
}

.uniq-categories-list__item-img {
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 10px 20px 0 20px;
    border-radius: 30px 30px 0 0;
    background: var(--clr-bg-accent);
    transition: all .2s ease 0s
}

.uniq-categories-list__item-img img,
.uniq-categories-list__item-img > svg {
    max-width: 33px;
    max-height: 33px;
    object-fit: contain
}

@media (max-width: 576px) {
    .uniq-categories-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* categories-list */
/* events-list */
.uniq-events-list {
    margin-top: 1rem;
}

.uniq-events-list {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px
}

.uniq-events-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.uniq-events-list__item-head {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px
}

.uniq-events-list__item-head::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%)
}

.uniq-events-list__item-main {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns:1.2fr 1fr 1.2fr;
    align-items: center
}

.uniq-events-list__item-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.uniq-events-list__item-team img {
    max-width: 66px;
    object-fit: contain
}

.uniq-events-list__item-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.uniq-events-list__item-date img {
    max-width: 21px;
    object-fit: contain
}

.uniq-events-list__item-date-time {
    margin-top: 10px;
    color: var(--title, #fff);
    text-align: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.uniq-events-list__item-date-day {
    margin-top: 6px;
    color: var(--text, #e2e2e2);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    word-break: break-all
}

.uniq-events-list__item .btn {
    grid-column: 1/-1;
    max-width: 100%;
    margin-top: 16px;
    position: relative
}

.uniq-events-list__item .btn::after {
    position: absolute;
    content: "";
    top: -16px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%)
}
/* events-list */
/* slots-block */
.uniq-games-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px
}

.uniq-games-list__item {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.uniq-games-list__item-img {
    text-align: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.uniq-games-list__item-img:hover .uniq-games-list__item-img-buttons {
    left: 0
}

.uniq-games-list__item-img-buttons {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    left: -100%;
    transition: all .3s ease 0s;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uniq-games-list__item-img-buttons .btn {
    display: block;
    border-radius: 36px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    padding: 8px;
    text-wrap: balance;
    text-transform: none
}

.uniq-games-list__item-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    min-height: 160px;
}

.uniq-games-list__item-name {
    margin-top: 0;
    padding: 8px;
    font-weight: 500;
    text-align: center
}

.uniq-slots-popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    margin: 0 !important;
}

.uniq-slots-popup._active {
    display: flex;
}

.uniq-slots-popup__frame {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 12px;
    background: #2f2f2f;
    padding: 8px 12px 0 12px;
}

.uniq-slots-popup__title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px;
}

.uniq-slots-popup__cross {
    background: 0 0;
    border: none;
    cursor: pointer;
}

.uniq-slots-popup__body {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin: 8px -10px 2px -10px;
    border-radius: 10px;
    background: #d9d9d9;
    overflow: hidden;
}

.uniq-slots-popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none;
}

.uniq-slots-popup__buttons {
    display: flex;
    justify-content: center;
    grid-column: 1 / 3;
    padding: 8px 0;
}

@media (max-width: 767px) {
    .uniq-games-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .uniq-games-list__item-name {
        font-size: 16px;
    }
}
/* slots-block */
/* winners-section */
.uniq-winners-section__wrapper {
    position: relative;
    overflow: hidden;
}

.uniq-winners-section__wrapper::before,
.uniq-winners-section__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
}

.uniq-winners-section__wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #262b27, transparent);
}

.uniq-winners-section__wrapper::after {
    right: 0;
    background: linear-gradient(270deg, #262b27, transparent);
}

.uniq-winners-section__list {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
}

.uniq-winners-section__item {
    background: var(--clr-bg-accent);
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 130px 1fr;
}

.uniq-winners-section__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.uniq-winners-section__content {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.uniq-winners-section__game {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.uniq-winners-section__nickname {
    margin: 0;
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.uniq-winners-section__value {
    margin-top: auto;
    color: #faff02;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.uniq-winners-section__value svg {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .uniq-winners-section__game {
        font-size: 16px;
        font-weight: 600;
    }

    .uniq-winners-section__nickname {
        font-size: 14px;
        line-height: 18px;
    }

    .uniq-winners-section__value {
        font-size: 18px;
        line-height: 24px;
    }
}
/* winners-section */
/* providers */
* + .uniq-providers-list {
    margin-top: 16px;
}

.uniq-providers-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px
}

.uniq-providers-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 16px 8px;
    border-radius: 10px;
    background: var(--clr-bg-accent)
}

.uniq-providers-list__item img,
.uniq-providers-list__item > svg {
    object-fit: contain;
    max-height: 45px;
}

.uniq-providers-list__item-name {
    margin: 0;
    color: #fff;
}

@media (max-width: 550px) {
    .uniq-providers-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
/* providers */
/* bonuses-list */
* + .uniq-bonuses-list {
    margin-top: 16px;
}

.uniq-bonuses-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px
}

.uniq-bonuses-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: var(--clr-bg-accent);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.20);
}

.uniq-bonuses-list__item img {
    width: 100%;
    object-fit: contain;
}

.uniq-bonuses-list__item-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 17px;
    border-radius: 10px 0;
    color: var(--txt-btn, #1b241c);
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    word-break: break-all;
    background: #faff02
}

.uniq-bonuses-list__item-content {
    flex: 1 1 auto;
    padding: 16px;
    display: flex;
    flex-direction: column
}

.uniq-bonuses-list__item-name {
    margin-top: 0;
    color: var(--title, #fff);
    text-align: left;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.uniq-bonuses-list__item-description {
    color: var(--text, #e2e2e2);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
}

.uniq-bonuses-list__item .btn {
    margin-top: 20px;
    padding: 10px
}

@media (max-width: 767px) {
    .uniq-bonuses-list {
        gap: 16px;
    }
}
/* bonuses-list */
/* banner */
.uniq-banner {
    position: relative;
    margin-top: 80px !important;
    width: 100%;
    min-height: 260px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding: 20px 50% 20px 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/banner-bg.png);
}

.uniq-banner__title {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #1b241c;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.uniq-banner__description {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #1b241c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.uniq-banner__buttons {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px
}

.uniq-banner__button {
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: start;
    column-gap: 10px;
    padding: 7px 58px 7px 18px;
    border-radius: 10px;
    border: 1px solid var(--title, #fff);
    background: #000;
    color: var(--title, #fff);
    text-align: left;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
    transition: all .2s ease 0s
}

.uniq-banner__button:hover {
    background: rgba(0, 0, 0, .7)
}

.uniq-banner__button span {
    grid-column: 2;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: left
}

.uniq-banner__button svg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    align-self: center;
    width: 30px;
    height: 30px
}

.uniq-banner .get-image {
    position: absolute;
    bottom: 0;
    right: 10px
}

@media (max-width: 1079px) {
    .uniq-banner {
        margin-top: 0 !important;
        padding: 20px 20px 0 20px;
        gap: 10px;
        overflow-x: hidden;
    }

    .uniq-banner .get-image {
        position: static;
    }
}

@media (max-width: 575px) {
    .uniq-banner__title {
        font-size: 26px;
        line-height: 24px

    }

    .uniq-banner__description {
        font-size: 16px;
    }

    .uniq-banner__buttons {
        flex-direction: column;
    }

    .uniq-banner__button {
        width: 100%;
    }

    .uniq-banner__button span {
        font-size: 18px;
    }
}
/* banner */
/* list */
.uniq-list {
    width: 100%;
    display: grid;
    gap: 20px
}

.uniq-list__item-title {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 500;
}

.uniq-list__item-title img,
.uniq-list__item-title > svg {
    width: 35px;
    height: 35px;
    object-fit: contain
}

.uniq-list__item-description {
    margin-top: 10px;
    color: #e2e2e2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}
/* list */
/* advantages-list */
.uniq-advantages-list {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px
}

.uniq-advantages-list__item {
    padding: 20px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.uniq-advantages-list__item img {
    max-height: 70px;
    object-fit: contain;
    margin-right: auto;
}

.uniq-advantages-list__item-name {
    font-size: 20px;
    font-weight: 500;
}

.uniq-advantages-list__item-description {
    margin-top: 12px
}
/* advantages-list */
/* pros-cons */
* + .uniq-pros-cons {
    margin-top: 16px;
}

.uniq-pros-cons {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.uniq-pros-cons__inner {
    padding: 16px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.uniq-pros-cons__title,
.uniq-pros-cons__title {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    color: var(--txt-btn, #1b241c);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%
}

.uniq-pros-cons__title.plus {
    background: linear-gradient(270deg, #05ff5a 0, #adff00 100%);
}

.uniq-pros-cons__title.minus {
    background: #e2e2e2;
}

.uniq-pros-cons__list {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.uniq-pros-cons__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uniq-pros-cons__item.plus::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.821289C8.89543 0.821289 8 1.71672 8 2.82129V8.82129L2 8.82129C0.89543 8.82129 0 9.71672 0 10.8213C0 11.9259 0.895431 12.8213 2 12.8213H8V18.8213C8 19.9259 8.89543 20.8213 10 20.8213C11.1046 20.8213 12 19.9259 12 18.8213V12.8213H18C19.1046 12.8213 20 11.9259 20 10.8213C20 9.71672 19.1046 8.82129 18 8.82129L12 8.82129V2.82129C12 1.71672 11.1046 0.821289 10 0.821289Z' fill='url(%23paint0_linear_2065_858)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2065_858' x1='20' y1='10.8213' x2='0' y2='10.8213' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305FF5A'/%3E%3Cstop offset='1' stop-color='%23ADFF00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.uniq-pros-cons__item.minus::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='5' viewBox='0 0 20 5' fill='none'%3E%3Cpath d='M2 4.82129C0.895431 4.82129 4.82823e-08 3.92586 0 2.82129C-4.82823e-08 1.71672 0.895431 0.82129 2 0.82129L18 0.821289C19.1046 0.821289 20 1.71672 20 2.82129C20 3.92586 19.1046 4.82129 18 4.82129L2 4.82129Z' fill='%23E2E2E2'/%3E%3C/svg%3E")
}

@media (max-width: 1079px) {
    .uniq-pros-cons {
        grid-template-columns: 1fr;
    }
}
/* pros-cons */
/* faq */
* + .uniq-faq {
    margin-top: 1rem;
}

.uniq-faq {
    position: relative
}

.uniq-faq:not(:last-child) {
    margin-bottom: 16px;
}

.uniq-faq__summary {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(103.42deg,#fc4665 6.06%,#3959d9 77.61%);
    padding: 20px;
    width: calc(100% - 74px);
    margin-left: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer
}

.uniq-faq__summary::marker {
    content: ""
}

.uniq-faq__summary::before {
    position: absolute;
    left: -74px;
    top: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0.821289C10.1321 0.821289 9.42857 1.52484 9.42857 2.39272V10.2499H1.57143C0.703552 10.2499 0 10.9534 0 11.8213C0 12.6892 0.703552 13.3927 1.57143 13.3927H9.42857V21.2499C9.42857 22.1177 10.1321 22.8213 11 22.8213C11.8679 22.8213 12.5714 22.1177 12.5714 21.2499V13.3927H20.4286C21.2964 13.3927 22 12.6892 22 11.8213C22 10.9534 21.2964 10.2499 20.4286 10.2499H12.5714V2.39272C12.5714 1.52484 11.8679 0.821289 11 0.821289Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(103.42deg,#fc4665 6.06%,#3959d9 77.61%);
    height: 100%;
    width: 60px;
    transition: all .2s ease 0s
}

.uniq-faq__details[open] .uniq-faq__summary {
    background: linear-gradient(103.42deg,#fc4665 6.06%,#3959d9 77.61%);
    color:#fff
}

.uniq-faq__details[open] .uniq-faq__summary:before {
    padding-bottom: 10px;
    background: linear-gradient(103.42deg,#fc4665 6.06%,#3959d9 77.61%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='4' viewBox='0 0 22 4' fill='none'%3E%3Cpath d='M1.57143 3.39286C0.703552 3.39286 3.7936e-08 2.6893 0 1.82143C-3.7936e-08 0.953553 0.703552 0.250001 1.57143 0.250001L20.4286 0.25C21.2964 0.25 22 0.953553 22 1.82143C22 2.6893 21.2964 3.39286 20.4286 3.39286L1.57143 3.39286Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.uniq-faq__title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.uniq-faq__details[open] .uniq-faq__title {
    color: #fff;
}
/* faq */
/* social */
.social {
    display: grid;
    gap: 14px;
}

.social__title {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.social__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 1rem;
}

.social__link {
    width: 30px;
    height: 30px;
    transition: all .2s ease 0s
}

.social__link img {
    width: 100%;
    height: 100%
}

@media (hover: hover) {
    .social__link:hover {
        filter: drop-shadow(0 0 5px #00ff42)
    }

}
/* social */
/* payments-gallery */
.payments-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px 34px;
    flex-wrap: wrap
}

.payments-gallery img {
    max-height: 2.1875rem;
    object-fit: contain
}

@media (max-width: 767px) {
    .payments-gallery {
        justify-content: flex-start;
    }
}
/* payments-gallery */
/* footer-nav */
.footer-nav {
    flex-grow: 1;
    max-width: 50%;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 3;
    column-gap: 10%;
}

.footer-nav__list:not(:has(.footer-submenu)) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px 10%;
}

.footer-nav__item.has-submenu {
    padding: 0;
    display: grid;
    gap: 16px;
}

.footer-nav__item.has-submenu > .footer-nav__link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.footer-nav__link {
    color: #e2e2e2;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

span.footer-nav__link {
    color: #00ff42
}

.footer-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}

.footer-submenu__link {
    color: #e2e2e2;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

@media (hover:hover) {
    .footer-nav__item.has-submenu > a.footer-nav__link:hover,
    a.footer-nav__link:hover,
    a.footer-submenu__link:hover {
        color: #00ff42
    }
}
/* footer-nav */
/* footer */
.footer {
    margin-top: 2rem;
    padding-top: 50px;
    padding-bottom: 32px;
    background: #fff;
}

.footer__container {
    display: grid;
    gap: 32px
}

.footer__container > .get-image {
    margin-right: auto;
}

.footer__container > .get-image img {
    max-height: 68px;
    width: fit-content;
    object-fit: contain
}

.footer__line {
    padding: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.footer__body {
    display: flex;
    justify-content: space-between;
}

.footer__right {
    display: grid;
    gap: 20px;
}

.footer__right .footer__line {
    display: none;
}

.footer__app-button {
    min-width: 15.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    border-radius: 10px;
    border: 1px solid var(--title, #fff);
    background: var(--header, #1e211e);
    transition: all .2s ease 0s
}

.footer__app-button:hover {
    background: rgba(0, 0, 0, .7)
}

.footer__app-button-text {
    flex: 1 1 auto;
    color: var(--title, #fff);
    text-align: left;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%
}

.footer__app-button-text span {
    display: block;
    color: var(--title, #fff);
    font-size: 16px;
    font-weight: 500
}

.footer__app-button svg {
    margin-right: 4px
}

.footer__text {
    margin: 0;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .25px
}

.footer__copyright {
    margin: 0;
    color: #9c9a9a;
    text-align: center;
    letter-spacing: .25px
}

.footer__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1079px) {
    .footer__container {
        gap: 22px;
    }

    .footer__body {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-nav {
        max-width: 100%;
    }

    .footer__right .footer__line {
        display: block;
    }
}

@media (max-width: 767px) {
    .footer-nav__list {
        display: grid;
        gap: 16px;
    }

    .footer-nav__item.has-submenu {
        gap: 10px;
    }

    .footer-submenu {
        gap: 10px;
    }

    .footer__buttons {
        flex-direction: column;
    }

    .footer__app-button {
        min-width: auto;
        width: 100%;
    }
}
/* footer */
/* breadcrumbs */
.uniq-breadcrumbs {
    padding: 6px 0;
}

.uniq-breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap
}

.uniq-breadcrumbs__item {
    display: flex;
    align-items: center;
    padding-right: 4px;
    gap: 8px
}

.uniq-breadcrumbs__item::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px
}

.uniq-breadcrumbs__item:last-child::after {
    display: none
}

.uniq-breadcrumbs__link {
    color:  #e2e2e2;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.uniq-breadcrumbs__link--no-active {
    color: #00ff42;
    cursor: default
}

@media (hover:hover) {
    .uniq-breadcrumbs__link:hover {
        color: #00ff42
    }
}
/* breadcrumbs */
/* app-specs */
* + .uniq-app-specs {
    margin-top: 1rem;
}

.uniq-app-specs {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 12px;
    row-gap: 14px;
    padding: 20px 20px 20px 250px;
    border-radius: 10px;
    background: #1e211e;
}

.uniq-app-specs > .get-image {
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: 230px;
    object-fit: contain
}

.uniq-app-specs__main {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px
}

.uniq-app-specs__main > .btn {
    max-width: unset;
    grid-column: 1/-1;
    width: 100%;
    margin-top: 0;
    padding: 16px;
    color:  #1b241c;
    font-weight: 500;
}

.uniq-app-specs__main > .btn svg {
    width: 25px;
    height: 25px
}

.uniq-app-specs__info {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.uniq-app-specs__downloads, .uniq-app-specs__rating, .uniq-app-specs__size {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.2px
}

.uniq-app-specs__downloads span:not([class]),
.uniq-app-specs__rating span:not([class]),
.uniq-app-specs__size span:not([class]) {
    color: #f8ff13
}

.uniq-app-specs__downloads svg,
.uniq-app-specs__rating svg,
.uniq-app-specs__size svg {
    max-width: 20px;
    max-height: 18px
}

.uniq-app-specs__description {
    text-align: center;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .7);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.554px;
    letter-spacing: -.16px
}

@media (max-width: 767px) {
    .uniq-app-specs {
        padding: 0;
        background: 0 0;
        grid-template-columns:1fr;
        gap: 0
    }

    .uniq-app-specs .get-image {
        position: static;
        justify-self: center
    }

    .uniq-app-specs__main {
        padding: 16px;
        border-radius: 10px;
        background: #1e211e;
        margin-top: -60px
    }
}

@media (max-width: 575px) {
    .uniq-app-specs__downloads, .uniq-app-specs__rating, .uniq-app-specs__size {
        font-size: 16px
    }

    .uniq-app-specs__downloads, .uniq-app-specs__rating, .uniq-app-specs__size {
        max-width: 88px
    }

    .uniq-app-specs__description {
        font-size: 14px;
        line-height: 15px
    }
}
/* app-specs */
/* mp-promocode */
* + .uniq-mp-promocode {
    margin-top: 16px;
}

.uniq-mp-promocode {
    padding: 25px 150px 25px 20px;
    border-radius: 10px;
    position: relative;
    gap: 32px;
    background: #1e211e;
    backdrop-filter: blur(2px);
    z-index: 2
}

.uniq-mp-promocode > .get-image {
    position: absolute;
    bottom: 20px;
    right: -20px;
    max-width: 127px;
    object-fit: contain
}

.uniq-mp-promocode__text {
    margin-top: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%
}

.uniq-mp-promocode__text span {
    color: #00ff42
}

.uniq-mp-promocode__description {
    margin-top: 10px !important
}

.uniq-mp-promocode__input {
    margin-top: 16px;
    width: 100%;
    padding-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px dashed #05ff5a;
    background: #262b27;
    backdrop-filter: blur(2px)
}

.uniq-mp-promocode__input input {
    width: 60%;
    padding: 15px 4px 15px 20px;
    background: 0 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.uniq-mp-promocode__copy-btn {
    padding: 14px 20px;
    border-radius: 7px;
    background: 0 0;
    word-break: break-all;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    transition: all .2s ease 0s
}

.uniq-mp-promocode__copy-btn._active {
    background: linear-gradient(270deg, #05ff5a 0, #adff00 100%);
    color: #000
}

.uniq-mp-promocode__copy-btn._active > svg {
    stroke: #000
}

.uniq-mp-promocode__copy-btn > svg {
    width: 22px;
    height: 22px;
    transition: all .2s ease 0s
}

@media (hover:hover) {
    .uniq-mp-promocode__copy-btn:hover {
        background: rgba(5, 255, 90, .8);
        color: #000
    }
}

@media (max-width: 1460px) {
    .uniq-mp-promocode {
        padding: 16px 130px 16px 16px
    }

    .uniq-mp-promocode__text {
        font-size: 22px;
        font-weight: 500
    }

    .uniq-mp-promocode__text span {
        font-size: 22px
    }
}

@media (max-width: 768px) {
    .uniq-mp-promocode {
        padding: 16px
    }

    .uniq-mp-promocode img {
        display: none
    }
}
/* mp-promocode */
/* mp-hero-section */
.mp-hero-section {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px
}

.mp-hero-section .wp-block-heading,
.mp-hero-section p {
    grid-column: 1/-1;
    margin-top: 0
}

@media (max-width: 1460px) {
    .mp-hero-section {
        grid-template-columns:1.4fr 1fr;
        gap: 10px
    }
}

@media (max-width: 1079px) {
    .mp-hero-section {
        grid-template-columns:1fr
    }
}

@media (max-width: 768px) {
    .mp-hero-section {
        gap: 16px
    }

    .mp-hero-section p {
        order: 4
    }
}
/* mp-hero-section */
/* gallery */
* + .uniq-gallery {
    margin-top: 16px;
}

.uniq-gallery {
    position: relative;
    overflow: hidden;
}

.uniq-gallery::before,
.uniq-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 2;
}

.uniq-gallery::before {
    left: 0;
    background: linear-gradient(90deg, #262b27 10%, transparent);
}

.uniq-gallery::after {
    right: 0;
    background: linear-gradient(270deg, #262b27 10%, transparent);
}

.uniq-gallery__list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
}

.uniq-gallery__item {
    width: calc(100% / 5 - 80px);
    background: var(--clr-bg-accent);
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}

.uniq-gallery__link {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.uniq-gallery__link img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .uniq-gallery::before,
    .uniq-gallery::after {
        width: 20px;
    }
}
/* gallery */
/* how-to */
.uniq-how-to-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.uniq-how-to-list__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 10px;
    background: var(--clr-bg-accent);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.uniq-how-to-list__item-title {
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.uniq-how-to-list__item img {
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    overflow: hidden
}

.uniq-how-to-list__item-description {
    margin-top: 0
}

.uniq-how-to-list__item > .btn {
    margin-top: 0
}

@media (max-width: 768px) {
    .uniq-how-to-list {
        grid-template-columns: 1fr;
    }

    .uniq-how-to-list__item {
        padding: 16px;
    }

    .uniq-how-to-list__item-title {
        font-size: 20px;
    }
}
/* how-to */
/* promocode */
* + .uniq-promocode {
    margin-top: 1rem;
}

.uniq-promocode {
    padding: 16px;
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: #1e211e;
    backdrop-filter: blur(2px);
    overflow: hidden;
    margin-top: 16px;
    z-index: 2;
    align-items: center;
}

.uniq-promocode__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.uniq-promocode:not(:has(.uniq-promocode__text)) .uniq-promocode__main {
    grid-column: 1 / -1;
}

.uniq-promocode:not(:has(.uniq-promocode__text)) {
    width: fit-content;
}

.uniq-promocode__main > .btn {
    width: 100%;
    margin-top: 0;
    max-width: 100%
}

.uniq-promocode__input {
    width: 100%;
    padding-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px dashed var(--button, #05ff5a);
    background: var(--bg, #262b27);
    backdrop-filter: blur(2px)
}

.uniq-promocode__input input {
    width: 60%;
    padding: 15px 4px 15px 20px;
    background: 0 0;
    color:  #fff;
    flex-grow: 1;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.uniq-promocode__copy-btn {
    padding: 14px 20px;
    border-radius: 10px;
    background: 0 0;
    word-break: break-all;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    transition: all .2s ease 0s
}

.uniq-promocode__copy-btn:hover {
    background: rgba(5, 255, 90, .8);
    color: #000
}

.uniq-promocode__copy-btn._active {
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
    color: #000
}

.uniq-promocode__copy-btn > svg {
    width: 22px;
    height: 22px;
    transition: all .2s ease 0s
}

.uniq-promocode__text {
    position: relative
}

.uniq-promocode__text::before {
    position: absolute;
    content: "";
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .05)
}

.uniq-promocode__text-value {
    margin-top: 0;
    color: #00ff42;

    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px
}

.uniq-promocode__text-description {
    margin-top: 10px;
    color: var(--text, #e2e2e2);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 768px) {
    .uniq-promocode {
        grid-template-columns: 1fr;
    }

    .uniq-promocode:not(:has(.uniq-promocode__text)) {
        width: 100%;
    }

    .uniq-promocode__text::before {
        top: -16px;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .uniq-promocode__text-value {
        text-align: center;
        font-size: 18px;
    }

    .uniq-promocode__text-description {
        text-align: center;
    }
}
/* promocode */
/* scroll-top */
.scroll-top {
    position: fixed;
    bottom: 80px;
    right: var(--offsets);
    z-index: 90;
}

.scroll-top__button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #3959d9;
    color: #fff;
}

.scroll-top__button svg {
    fill: currentColor;
}
/* scroll-top */
/* mobile-button */
.mobile-button {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #00FF42;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #1E211E;
}

.mobile-button--v2 {
    border-color: #FAFF02;
}

.mobile-button .get-image {
    max-width: 50px;
}

.mobile-button .get-image img {
    width: 100%;
    object-fit: contain;
}

.mobile-button__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
}

.mobile-button__title {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.mobile-button__bonus {
    margin: 0;
    color: #BEBEBE;
    font-size: 12px;
    font-weight: 400;
}

.mobile-button__btn {
    margin: 0;
    padding: 12px 16px;
}

.mobile-button--v2 .mobile-button__btn {
    background: #FAFF02;
}

@media (min-width: 768px) {
    .mobile-button {
        display: none;
    }
}
/* mobile-button */





.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}