@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;

    --clr-header: #090f1e;

    --clr-menu-item: #fff;
    --clr-menu-item-hover: #fff;
    
    --clr-bg-accent: #263045;
    --clr-accent: #00ff42;

    --button-green: linear-gradient(270deg, #05ff5a 0, #adff00 100%);
}

* {
    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 {
    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);
}

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

/*.onewinaviator-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) {
    /*.onewinaviator-wrapper--gradient {*/
    /*    background: linear-gradient(180deg, rgba(0, 255, 66, 0.00) 0%, rgba(0, 255, 66, 0.35) 100%);*/
    /*}*/

    .onewinaviator-wrapper:first-child {
        margin-top: 24px;
    }
}

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

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

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


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

.hidden_svg {
    display: none
}

.no-scroll {
    overflow: hidden
}

.page,
.post,
.error404 {
    background: #090f1e;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #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 .onewinaviator-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: linear-gradient(90deg, rgb(141, 83, 233) 0%, rgb(0, 183, 255) 100%);
}

.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;
    content: "";
    background-image: linear-gradient(90deg, rgb(255, 78, 223) 0%, rgb(255, 41, 88) 100%);
}
/* 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: #edf2ff;
}

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

.wp-block-table thead {
    background: linear-gradient(270deg,#005de2 0,#009cf4 100%);
}

.wp-block-table th {
    font-weight: 400;
    color: #fff;
    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;
    color: #000;
}

.wp-block-table td:not(:last-child) {
    border-right: 1px solid #141b2e14;
}

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

.wp-block-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #090f1e;
}

.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 */
* + .onewinaviator-about-table {
    margin-top: 1rem;
}

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

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

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

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

.onewinaviator-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;
}

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

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

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

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

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

@media (max-width: 767px) {
    .onewinaviator-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--black {
    background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
    color: #fff;
    border: none;
}

.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--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
}

.btn:hover {
    opacity: 0.8;
}
/* Buttons */
/* header */
.header {
    position: sticky;
    top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
    background-color: #090f1e;
}

.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: 35px;
}

.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: 12px
}

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

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

.header-nav__item > svg {
    fill: #fff;
}

@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: #fff;
    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;
    color: #000;
}

a.submenu__link:hover {
    background: #e1e5e1;
}

.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;
    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: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(0, calc(100% + 14px));
        height: fit-content;
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-bottom: 20px;
        overflow-y: auto;
        width: 100%;
        box-shadow: 0 2px 5px 3px #0009;
    }

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


    .header-nav__item > svg {
        fill: #3b3b3b;
    }

    .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__link {
        color: #3b3b3b;
    }

    @media (hover: hover) {
        .header-nav__item:hover {
            border-radius: 0;
            background: #e3e3e3;
        }

        .header-nav__item:hover > .header-nav__link {
            color: #3b3b3b;
        }
    }

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

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

    .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;
        order: 4;
    }

    .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 */
* + .onewinaviator-text-image {
    margin-top: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
    .onewinaviator-links-list {
        grid-template-columns: 1fr;
    }
}
/* links-list */
/* toc-section */
.onewinaviator-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;
}

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

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

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

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

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

.onewinaviator-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;
}

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

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

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

.onewinaviator-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;
}

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

.onewinaviator-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;
}

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

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

.onewinaviator-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
}

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

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

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

.onewinaviator-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)
}

.onewinaviator-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
}

.onewinaviator-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%)
}

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

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

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

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

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

.onewinaviator-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
}

.onewinaviator-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
}

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

.onewinaviator-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 */
.onewinaviator-games-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px
}

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

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

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

.onewinaviator-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;
}

.onewinaviator-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
}

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

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

.onewinaviator-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;
}

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

.onewinaviator-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;
}

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

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

.onewinaviator-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;
}

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

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

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

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

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

.onewinaviator-winners-section__wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #090f1e, transparent);
}

.onewinaviator-winners-section__wrapper::after {
    right: 0;
    background: linear-gradient(270deg, #090f1e, transparent);
}

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

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

.onewinaviator-winners-section__item:not(:has(img)) {
    grid-template-columns: 220px;
}

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

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

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

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

.onewinaviator-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;
}

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

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

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

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

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

.onewinaviator-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)
}

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

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

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

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

.onewinaviator-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);
}

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

.onewinaviator-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;
    display: none;
}

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

.onewinaviator-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%
}

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

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

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

@media (max-width: 767px) {
    .onewinaviator-bonuses-list {
        gap: 16px;
    }
}
/* bonuses-list */
/* banner */
.onewinaviator-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-1win.webp);
}

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

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

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

.onewinaviator-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
}

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

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

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

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

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

    .onewinaviator-banner:not(:has(.get-image)) {
        padding: 20px;
    }

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

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

    }

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

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

    .onewinaviator-banner__button {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

.onewinaviator-pros-cons__title,
.onewinaviator-pros-cons__title {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%
}

.onewinaviator-pros-cons__title.plus {
    background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
}

.onewinaviator-pros-cons__title.minus {
    background: linear-gradient(70deg, #ff5f5f -8%, #e60000 96%);
}

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

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

.onewinaviator-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='%23E2E2E2'/%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")
}

.onewinaviator-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) {
    .onewinaviator-pros-cons {
        grid-template-columns: 1fr;
    }
}
/* pros-cons */
/* faq */
* + .onewinaviator-faq {
    margin-top: 1rem;
}

.onewinaviator-faq {
    position: relative
}

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

.onewinaviator-faq__summary {
    position: relative;
    border-radius: 10px;
    background: #161d2e;
    padding: 20px;
    width: calc(100% - 74px);
    margin-left: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer
}

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

.onewinaviator-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='%23ffffff'/%3E%3C/svg%3E");
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #161d2e;
    height: 100%;
    width: 60px;
    transition: all .2s ease 0s
}

.onewinaviator-faq__details[open] .onewinaviator-faq__summary {
    background: linear-gradient(270deg,#005de2 0,#009cf4 100%);
    color: var(--txt-btn, #1b241c)
}

.onewinaviator-faq__details[open] .onewinaviator-faq__summary:before {
    padding-bottom: 10px;
    background: linear-gradient(270deg,#005de2 0,#009cf4 100%);
    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")
}

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

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

.social__title {
    margin: 0;
    color: #fff;
    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: 1.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: #fff
}

.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: #fff
    }
}
/* footer-nav */
/* footer */
.footer {
    margin-top: 2rem;
    padding-top: 50px;
    padding-bottom: 32px;
    background: #1E211E;
}

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

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

.footer__container > .get-image img {
    max-height: 28px;
    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 */
.onewinaviator-breadcrumbs {
    padding: 6px 0;
}

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

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

.onewinaviator-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
}

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

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

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

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

.onewinaviator-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;
}

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

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

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

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

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

.onewinaviator-app-specs__downloads, .onewinaviator-app-specs__rating, .onewinaviator-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
}

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

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

.onewinaviator-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) {
    .onewinaviator-app-specs {
        padding: 0;
        background: 0 0;
        grid-template-columns:1fr;
        gap: 0
    }

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

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

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

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

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

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

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

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

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

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

.onewinaviator-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: #090f1e;
    backdrop-filter: blur(2px)
}

.onewinaviator-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
}

.onewinaviator-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
}

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

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

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

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

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

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

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

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

    .onewinaviator-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 */
* + .onewinaviator-gallery {
    margin-top: 16px;
}

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

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

.onewinaviator-gallery::before {
    left: 0;
    background: linear-gradient(90deg, #090f1e 10%, transparent);
}

.onewinaviator-gallery::after {
    right: 0;
    background: linear-gradient(270deg, #090f1e 10%, transparent);
}

.onewinaviator-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;
}

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

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

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

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

.onewinaviator-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)
}

.onewinaviator-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%
}

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

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

.onewinaviator-how-to-list__item-description ul {
    margin-top: 1rem;
    list-style: none;
    padding-left: 0;
}


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

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

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

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

.onewinaviator-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;
}

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

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

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

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

.onewinaviator-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, #090f1e);
    backdrop-filter: blur(2px)
}

.onewinaviator-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
}

.onewinaviator-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
}

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

.onewinaviator-promocode__copy-btn._active {
    background: linear-gradient(270deg,#005de2 0,#009cf4 100%);
    color: #000
}

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

.onewinaviator-promocode__text {
    position: relative
}

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

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

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

.onewinaviator-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) {
    .onewinaviator-promocode {
        grid-template-columns: 1fr;
    }

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

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

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

    .onewinaviator-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: linear-gradient(92.58deg,#1e283f 0%,rgba(20,27,46,.6) 99.71%);
    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 */

.onewinaviator-promocode,
.onewinaviator-events-list__item,
.onewinaviator-games-list__item,
.onewinaviator-winners-section__item,
.onewinaviator-providers-list__item,
.onewinaviator-bonuses-list__item,
.onewinaviator-advantages-list__item,
.onewinaviator-pros-cons__inner,
.onewinaviator-how-to-list__item {
    background: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
}

.btn--green {
    font-weight: 700;
    color: #fff;
}

.btn--green {
    background: linear-gradient(255deg,#00b7ff,#8d53e9);
}

.footer {
    background: none;
}

.last-modified-date {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 1rem !important;
    border-radius: 12px;
    padding: 8px 12px;
    width: 100%;
    max-width: 360px;
    background: rgba(255, 255, 255, 0.05);
}

.last-modified-date__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #8B8B8B;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
}

.last-modified-date__inner p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.last-modified-date__inner span {
    font-weight: 600;
    color: #B0B0B0;
}

.last-modified-date__inner:first-child {
    flex-grow: 1;
}


* + .onewinaviator-demo-full {
    margin-top: 1rem;
}

.onewinaviator-demo-full {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.onewinaviator-demo-full .get-image {
    height: 100%;
}

.onewinaviator-demo-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.onewinaviator-demo-full iframe {
    position: absolute;
    inset: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.onewinaviator-demo-full__buttons {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
    max-width: 340px;
    transform: translate(-50%, -50%);
    gap: 12px;
}

.onewinaviator-demo-full__buttons .btn {
    margin: 0;
    width: 100%;
}

@include small-tablet {
    .onewinaviator-demo-full {
        display: flex;
        min-height: 300px;
    }

    .onewinaviator-demo-full .get-image {
        width: 100%;
        height: auto;
    }

    .onewinaviator-demo-full img {
        object-fit: cover;
    }
}

/* banner-tg */
.banner-tg {
    position: relative;
    padding: 42px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px
}

.banner-tg:not(:first-child) {
    margin-top: 20px
}

.banner-tg > * {
    margin: 0
}

.banner-tg .get-image {
    display: contents;
}

.banner-tg img,.banner-tg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top left
}

.banner-tg__title {
    max-width: 390px;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.banner-tg__descr {
    max-width: 453px;
    color: #fff
}

.banner-tg__button {
    position: relative;
    border-radius: 8px;
    border: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#37bbfe),to(#007dbb));
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    padding: 6px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.banner-tg__button img,
.banner-tg .banner-tg__button svg {
    max-width: 32px;
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-tg__button:active::after {
    background: rgba(41,38,33,.1607843137)
}

.banner-tg .banner-tg__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

@media (hover: hover) {
    .banner-tg__button:hover::after {
        background: rgba(41, 38, 33, .0784313725);
    }
}

@media (max-width: 767px) {
    .banner-tg {
        padding-block: 64px 164px;
    }

    .banner-tg img,
    .banner-tg picture {
        object-position: 0 70%;
    }
}

@media (max-width: 575px) {
    .banner-tg {
        padding-inline: 16px;
    }

    .banner-tg img,
    .banner-tg picture {
        object-position: 0 bottom;
    }
}
/* banner-tg */
/* modal-tg */
.modal-tg {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background-color: rgba(0,0,0,.6)
}

.modal-tg:not(.is-active) {
    display: none
}

.modal-tg__content {
    position: relative;
    width: 100%;
    max-width: 710px;
    max-height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow-y: auto;
    margin: auto
}

@supports not selector(::-webkit-scrollbar) {
    .modal-tg__content {
        scrollbar-width: thin;
        scrollbar-color: #37bbfe transparent;
    }
}

.modal-tg__content::-webkit-scrollbar {
    width: 5px
}

.modal-tg__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #37bbfe
}

.modal-tg__content::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.modal-tg__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    min-height: 520px;
    padding: 64px;
    overflow-y: auto
}

.modal-tg__body>* {
    position: relative;
    z-index: 1
}

.modal-tg__body .get-image {
    display: contents;
}

.modal-tg__body img,
.modal-tg__body picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: bottom
}

.modal-tg__descr,
.modal-tg__title {
    max-width: 400px;
    color: #4a4a4a;
    margin: 0
}

.modal-tg__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600
}

.modal-tg__descr {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.modal-tg__button {
    position: relative;
    border-radius: 8px;
    border: 0;
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    padding: 6px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    min-width: 220px;
}

.modal-tg__button img,
.modal-tg__button svg {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.modal-tg__button:active::after {
    background: rgba(41,38,33,.1607843137)
}

.modal-tg__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

@media (hover: hover) {
    .modal-tg__button:hover::after {
        background: rgba(41, 38, 33, .0784313725);
    }
}

.modal-tg__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 12px;
    border: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
    cursor: pointer
}

.modal-tg__close::before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L15 15" stroke="%23171716" stroke-width="1.55556" stroke-linecap="round"/><path d="M15 1L0.999999 15" stroke="%23171716" stroke-width="1.55556" stroke-linecap="round"/></svg>');
    width: 16px;
    height: 16px;
    max-width: 100%;
    max-height: 100%
}

.page-header__button-tg {
    position: relative;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 8px;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    cursor: pointer;
}

.page-header__button-tg img,.page-header__button-tg svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.page-header__button-tg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(41,38,33,.1607843137);
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.page-header__button-tg::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.3333 25.5222C27.8018 23.1023 29.3333 19.7302 29.3333 16.0003C29.3333 8.63653 23.3638 2.66699 16 2.66699C8.6362 2.66699 2.66666 8.63653 2.66666 16.0003C2.66666 23.3641 8.6362 29.3337 16 29.3337C17.7106 29.3337 19.3459 29.0115 20.8486 28.4247L25.3333 30.667V25.5222Z" fill="%23F8FF13"/><path d="M20.6667 16.0003V21.8337H11.3333V16.0003M16 21.8337V13.0837M16 13.0837H13.375C12.9882 13.0837 12.6173 12.93 12.3438 12.6565C12.0703 12.383 11.9167 12.0121 11.9167 11.6253C11.9167 11.2386 12.0703 10.8676 12.3438 10.5941C12.6173 10.3206 12.9882 10.167 13.375 10.167C15.4167 10.167 16 13.0837 16 13.0837ZM16 13.0837H18.625C19.0118 13.0837 19.3827 12.93 19.6562 12.6565C19.9297 12.383 20.0833 12.0121 20.0833 11.6253C20.0833 11.2386 19.9297 10.8676 19.6562 10.5941C19.3827 10.3206 19.0118 10.167 18.625 10.167C16.5833 10.167 16 13.0837 16 13.0837ZM10.1667 13.0837H21.8333V16.0003H10.1667V13.0837Z" stroke="%23292621" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    object-fit: contain
}

@media (max-width: 1380px) {
    .modal-tg__content {
        max-width: calc(100% - var(--offsets, 32px)* 2);
    }
}

@media (max-width: 1023px) {
    .page-header__button-tg {
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .modal-tg__body {
        padding: 64px 16px;
        min-height: 587px;
    }

    .page-header__button-tg + .page-header__buttons {
        margin-left: 0;
    }
}
/* modal-tg */
/* modal-tg */
/* screen-tg */
.loading-screen {
    position: relative;
    position: fixed;
    inset: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 16px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    background: radial-gradient(circle at 20% 20%, #ffffff, #e6f4f7 20%, #e2f6ff 80%);
    display: none;
}

.loading-screen .loader {
    margin-block: auto 10px;
}

.loading-screen__animation {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    z-index: -1;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 890/690;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loading-screen__animation-glow {
    max-width: 100%;
    max-height: 100%;
    animation: glowRotation 20s 0s linear infinite;
    will-change: transform;
}

@keyframes glowRotation {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }
}

.loading-screen__animation-airplane {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: airplaneMove 2.2s cubic-bezier(.7,0,.3,1) infinite;
    will-change: transform;
    width: 244px;
    aspect-ratio: 244 / 292;
}


@keyframes airplaneMove {
    0%, 100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% + 40px));
    }
}

.loading-screen__descr {
    max-width: 465px;
    width: 100%;
    margin-block: 0 10px;
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.loading-screen__button {
    position: relative;
    border-radius: 8px;
    border: 0;
    background: linear-gradient(180deg, #37bbfe 0%, #007dbb 100%);
    padding: 6px 32px;
    margin-bottom: 40px;
    min-height: min-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.loading-screen__button svg,
.loading-screen__button img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.loading-screen__button:active::after {
    background: rgba(41, 38, 33, 0.15);
}

.loading-screen__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
}

@media (min-width: 1150px) and (max-height: 750px) {
    .loading-screen__animation {
        max-width: 130vh;
        top: -24%;
    }

    .loading-screen__animation .loader__animation-airplane {
        max-width: 45vh;
    }
}

@media (max-width: 991.9px) {
    .loading-screen {
        padding-block: 80px;
    }

    .loading-screen__animation {
        max-width: unset;
        max-height: unset;
        width: 100vh;
        aspect-ratio: 1/1;
        top: -19%;
        left: 48%;
    }

    .loading-screen__animation-airplane {
        width: 188px;
    }

    .loading-screen__button {
        margin-bottom: 0;
    }
}

@media (hover: hover) {
    .loading-screen__button:hover::after {
        background: rgba(41, 38, 33, 0.1);
    }

    .loading-screen__button:focus::after {
        background: rgba(41, 38, 33, 0.15);
    }
}


.loader {
    width: 230px;
    max-width: 100%;
    --loader-duration: 3500ms;
    --loader-timing-func: linear;
    --loader-delay: 0s
}

.loader__status {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center
}

.loader__status::before {
    content: attr(data-loading);
    color: #9a9a9a;
    animation: updateStatus 0s calc(var(--loader-duration) * .85 + var(--loader-delay)) forwards
}

@-webkit-keyframes updateStatus {
    to {
        content: attr(data-loaded);
        color: #0c8ac9
    }
}

@keyframes updateStatus {
    to {
        content: attr(data-loaded);
        color: #0c8ac9
    }
}

.loader__progress {
    position: relative;
    height: 23px;
    background: #ccc;
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(255,255,255,.6705882353);
    box-shadow: 0 2px 2px 0 rgba(255,255,255,.6705882353)
}

.loader__progress::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2509803922) inset;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2509803922) inset
}

.loader__progress-bar {
    position: relative;
    width: 0%;
    height: inherit;
    border-radius: inherit;
    overflow: hidden;
    background: #2caff1;
    -webkit-animation: loadingBar var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards;
    animation: loadingBar var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards
}

.loader__progress-stripes {
    width: inherit;
    height: inherit;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110px;
    letter-spacing: -7px;
    font-weight: 700;
    color: #2495ce;
    -webkit-animation: loadingStrips calc(var(--loader-duration) * .85) var(--loader-delay) linear forwards;
    animation: loadingStrips calc(var(--loader-duration) * .85) var(--loader-delay) linear forwards
}

.loader__progress-percentage {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-inline:16px;font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.loader__progress-percentage::before {
    content: "0%";
    position: relative;
    animation: loadingPercentage var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards
}

@keyframes loadingPercentage {
    0% {
        content: "0%"
    }

    10% {
        content: "5%"
    }

    20% {
        content: "15%"
    }

    30% {
        content: "25%"
    }

    31% {
        content: "26%"
    }

    35% {
        content: "30%"
    }

    39% {
        content: "33%"
    }

    45% {
        content: "40%"
    }

    48% {
        content: "42%"
    }

    52% {
        content: "49%"
    }

    55% {
        content: "52%"
    }

    70% {
        content: "54%"
    }

    75% {
        content: "70%"
    }

    84% {
        content: "98%"
    }

    85% {
        content: "100%"
    }

    100% {
        content: "100%"
    }
}

@keyframes loadingBar {
    0% {
        width: 0%
    }

    10% {
        width: 5%
    }

    20% {
        width: 15%
    }

    30% {
        width: 25%
    }

    31% {
        width: 26%
    }

    35% {
        width: 30%
    }

    39% {
        width: 33%
    }

    45% {
        width: 40%
    }

    48% {
        width: 42%
    }

    52% {
        width: 49%
    }

    55% {
        width: 52%
    }

    70% {
        width: 54%
    }

    75% {
        width: 70%
    }

    84% {
        width: 98%
    }

    85% {
        width: 100%
    }

    100% {
        width: 100%
    }
}


@keyframes loadingStrips {
    from {
        margin-left: 0
    }

    to {
        margin-left: -50%
    }
}


/* screen-tg */