@charset "UTF-8";

/*
Theme Name: bns
Theme URI: https://t.me/SergBotie
Author: SergBotie
Author URI: https://t.me/SergBotie
Description: Nova RPG bns
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bns
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
    --fuchsia: #f178b6;
    --green: #21ba4e;
    --whitegray-white: #fff;
    --whitegray-white-80: rgba(255, 255, 255, 0.8);
    --whitegray-white-50: rgba(255, 255, 255, 0.5);
    --whitegray-white-15: rgba(255, 255, 255, 0.15);
    --whitegray-white-5: rgba(255, 255, 255, 0.05);
    --whitegray-gray-100: #484a49;
    --whitegray-gray-20: #9ca0a2;
    --blue-blue-100: #660005;
    --blue-blue-20: #e4f1ff;
    --blue-blue-10: #f0f8ff;
    --blue-blue-30: #d3e9ff;
    --blue-transparent-blue-80: rgba(54, 121, 189, 0.8);
    --blue-transparent-blue-20: rgba(54, 121, 189, 0.2);
    --blue-input: #d3e9ff;
    --white: #fff;
    --white-50: rgba(255, 255, 255, 0.5);
    --white-80: rgba(255, 255, 255, 0.8);
    --blue-100: #660005;
    --font-family: "Inter", sans-serif;
    --second-family: "Inter", sans-serif;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--whitegray-gray-100);
    margin: 0;
    padding: 0;
    background: var(--whitegray-white);
}
a {
    background-color: transparent;
    color: #dc9000;
    text-decoration: none;
    word-wrap: break-word;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bold;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.container {
    padding: 0px 12px;
    width: 1140px;
    margin: 0 auto;
}
h1,
h2,
h3,
h4 {
    font-family: "Good Times";
}
.game-menu-active {
    border: 1px solid var(--whitegray-gray-100);
    border-radius: 20px;
    padding: 8px 10px;
    width: 107px;
    height: 40px;
    padding-right: 42px;
    position: relative;
}
.game-menu-active::after {
    content: "";
    border: 20px solid transparent;
    border-top: 20px solid var(--whitegray-gray-100);
}
.game-menu-active:hover {
    cursor: pointer;
}
.game-menu svg {
    max-width: 100%;
}
.game-menu svg {
    max-width: 100%;
    height: 100%;
}
.game-menu-active::after {
    content: "";
    border: 7px solid transparent;
    border-top: 8px solid var(--whitegray-gray-100);
    position: absolute;
    right: 15px;
    top: 15px;
}
.game-menu {
    width: 207px;
    position: relative;
    z-index: 9;
}
a.game-menu-item {
    display: block;
    width: 207px;
    height: 40px;
    padding: 6px;
    background: #c18005;
    border-bottom: 1px solid var(--whitegray-white-5);
    box-sizing: border-box;
}
a.game-menu-item:hover {
    background: var(--white);
    transition: all 0.4s;
}
.game-menu ul {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: 2px 2px 6px 0 rgba(255, 255, 255, 0.2);
    position: absolute;
    max-height: 0;
    transition: max-height 0.4s;
}
.open.game-menu ul {
    transition: max-height 0.4s;
    max-height: 250px;
}
.game-menu ul svg {
    fill: var(--white);
}
.game-menu ul a.game-menu-item:hover svg {
    fill: #ffa700;
    transition: all 0.4s;
}
.sup-heder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
svg {
    width: 100%;
    height: 100%;
}
a.logo {
    height: 32px;
    display: block;
    width: 257px;
}
.login-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.login-wrap div {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--whitegray-gray-100);
}
.login-wrap div:hover {
    color: var(--blue-blue-100);
    cursor: pointer;
}
.separator {
    font-size: 21px;
    color: var(--blue-blue-100);
    line-height: 21px;
}
ul#menu-lang {
    display: flex;
    gap: 10px;
}
.flag-wrap a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.2;
    transition: opacity 0.2s ease-in-out;
}
.flag-wrap .current-lang a {
    opacity: 1 !important;
}
.right,
.left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.main-baner-bg {
    background: linear-gradient(135deg, #d08800 0%, #ffa633 100%);
    background-size: cover;
    z-index: -1;
    border-radius: 45px;
    width: 623px;
    height: 376px;
}
.main-info-baner img {
    position: relative;
}
.main-info-baner {
    backdrop-filter: blur(20px);
    background: #c18005;
    border-radius: 45px;
    padding: 20px 30px 30px 30px;
    width: 544px;
    min-width: 270px;
    max-width: 600px;
    color: var(--white);
    position: absolute;
    top: 32px;
    right: 0;
    text-align: center;
}
.maim-menu a {
    font-size: 20px;
    font-family: var(--second-family);
    color: var(--whitegray-gray-100);
    text-wrap: nowrap;
    transition: color 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 800;
}
.main-info-baner img {
    position: relative !important;
}
.maim-menu {
    margin-top: 35px;
}
.maim-menu li {
    margin-bottom: 18px;
}
.heder-body {
    display: flex;
}
.main-baner {
    position: relative;
    width: 100%;
}
.main-baner-bg {
    position: relative;
    top: 82px;
    left: 10%;
}
.main-baner > img {
    position: absolute;
    top: 0px;
    left: 3%;
    pointer-events: none;
}
.main-info-baner svg {
    width: 207px;
    height: 71px;
    fill: #fff;
}
a.btn.white {
    padding: 8px 30px;
    height: 40px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #bb7a00;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    /* border: 1px solid #fff; */
    background: #fff;
    /*! box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.39); */
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    text-transform: uppercase;
}
a.btn.white:hover {
    background: #ffbf00;;
    color: #fff;
}
.features-img-wrap img,
.faq-row img {
    border-radius: 45px;
}
.entry-content iframe {
    border-radius: 45px;
}
.main-info-baner p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--whitegray-white);
}
.heder-body ul#menu-main-1 {
    /* text-align: center; */
    font-weight: 800;
    text-transform: uppercase;
}
.social a {
    display: flex;
    border: 1px solid var(--whitegray-gray-100);
    border-radius: 50px;
    padding: 6px 18px;
    width: 60px;
    height: 36px;
    gap: 10px;
    transition: border 0.2s ease-in-out;
}
.social {
    display: flex;
    gap: 10px;
}
.maim-menu .social {
    margin-top: unset;
    /* justify-content: center; */
    margin-top: 254px;
}
.social svg {
    fill: var(--whitegray-gray-100);
    transition: fill 0.2s ease-in-out;
}
section.get-start .container {
    backdrop-filter: blur(12px);
    background: linear-gradient(120deg, #c66600 0%, #c3a119);
    background-repeat: no-repeat;
    border-radius: 45px;
    padding: 60px 45px;
    background-size: cover;
}
section {
    margin-top: 90px;
}
h2 {
    font-family: var(--second-family);
    font-size: 36px;
    color: #dc9000;
    margin: 0;
    margin-bottom: 32px;
}
section.get-start h2 {
    color: var(--white);
    margin-bottom: 60px;
    text-align: center;
}
.get-start-wrap {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    color: var(--whitegray-white);
}
.get-start-heder .img-ico {
    width: 50px;
    height: 50px;
    display: flex;
}

.title-wrap {
    font-family: var(--second-family);
    font-size: 16px;
}
.title-wrap .title {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
}
.get-start-item {
    border-radius: 45px;
    padding: 45px;
    background: linear-gradient(290deg, #312c1536 80%, #1e1b1614 100%);
    width: 33%;
}
a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.get-start-heder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.get-start-item a.btn.white {
    width: 100%;
}
.get-start-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 205px;
}
.get-start-body > span[style] {
    font-size: 14px !important;
    font-weight: 500 !important;
    max-width: 228px !important;
    line-height: 22px !important;
    padding-top: 38px !important;
    text-align: center !important;
}
.login-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 67%);
    z-index: 999;
}
.modal-body {
    border-radius: 45px;
    padding: 45px;
    max-width: 569px;
    background: var(--whitegray-white);
    position: relative;
    min-width: 320px;
    width: 500px;
}
.modal-menu {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--blue-blue-100);
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 40px;
    height: 40px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input {
    border: 1px solid #dc9000;
    border-radius: 8px;
    padding: 0px 12px;
    height: 40px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #dc9000;
    padding-left: 35px;
}
input:focus {
    border: 1px solid #dc9000;
    outline: none;
}
::placeholder {
    color: #dc9000;
    opacity: 1; /* Firefox */
}
lable svg {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 24px;
}
lable {
    position: relative;
}
input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input[type="checkbox"] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--blue-blue-30);
    border-radius: 6px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input[type="checkbox"]:checked + label::before {
    border-color: var(--blue-blue-30);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233679bd' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
input[type="checkbox"]:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

input[type="checkbox"]:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="checkbox"]:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

input[type="checkbox"]:disabled + label::before {
    background-color: #e9ecef;
}
.btn.blue {
    border-radius: 30px;
    padding: 8px 30px;
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    background: var(--blue-blue-100);
    color: var(--whitegray-white);
    font-size: 16px;
}
lable svg.eye {
    right: 9px;
    top: 12px;
    width: 24px;
    left: auto;
    cursor: pointer;
}
svg.eye use {
    pointer-events: none;
}
.signin-ver-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recover-ver .modal-menu-item {
    font-size: 14px;
    font-family: var(--font-family);
    text-wrap: nowrap;
}
.recover-title {
    text-wrap: nowrap;
    font-size: 16px;
}
.recover-ver .modal-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.recover-ver-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.recover-ver-message-wrap {
    display: flex;
    gap: 15px;
}
.ico-message svg {
    width: 100px;
}
.recover-ver-message .recover-title {
    text-wrap: nowrap;
    font-size: 24px;
}
.modal-menu-item {
    cursor: pointer;
}
.close svg {
    pointer-events: none;
}
.close {
    cursor: pointer;
}
section.bonus {
    padding-bottom: 60px;
}
section.bonus h2 {
    color: #dc9000;
    text-align: center;
    font-weight: 700;
}
.bonusSwiper .swiper-slide {
    width: 546px;
    border-radius: 45px;
    height: 285px;
    overflow: hidden;
    position: relative;
}
.bonusSwiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.bonus-info-wrap {
    backdrop-filter: blur(20px);
    background: rgb(161, 124, 16);
    border-radius: 45px;
    padding: 40px 30px;
    width: 223px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.bonus-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.btn.more {
    font-size: 12px;
    text-transform: uppercase;
    color: #a17c10;
    padding: 12px 66px;
    width: auto;
    height: 34px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 20px;
    /* border: 1px solid #fff; */
    background: #fff;
    /* box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.39); */
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn.more:hover {
    background: #ffbf00;
    color: #fff;
}
.swiper-button-next-mod,
.swiper-button-prev-mod {
    width: 78px;
    height: 18px;
    background-size: cover !important;
    background-position: center center !important;
    cursor: pointer;
}
.swiper-button-next-mod {
	mask-image: url(/img/arr-l.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #dc9000;
    mask-size: 100%;
}
.swiper-button-prev-mod {
	mask-image: url(/img/arr-r.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #dc9000;
    mask-size: 100%;
}
.nav-bonus {
    display: flex;
    gap: 10px;
}
.nav-bonus {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    padding-top: 36px;
}
section.bonus .container {
    position: relative;
}
.about-menu {
	background: rgb(218, 156, 39);
	/*! box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    border-radius: 45px;
    padding: 45px;
    width: 600px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    gap: 25px;
    position: absolute;
    right: 0;
    top: -53px;
    z-index: 1;
    height: 345px;
}
.about-menu-item {
    width: 152px;
    filter: grayscale(1);
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-menu-item > span[style] {
    font-size: 13px !important;
    color: #ffffff !important;
    line-height: 18px !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    padding-top: 8px !important;
}
.about-menu-item.active {
    color: var(--blue-100);
    filter: grayscale(0);
    opacity: 1;
}
.about-menu-item:hover {
    color: var(--blue-100);
    filter: grayscale(0);
    opacity: 1;
}
.about-item {
    /* border: 4px solid var(--blue-blue-20); */
    border-radius: 34px;
    padding: 45px 95px 45px 45px;
    width: 641px;
    height: 227px;
    margin-top: 15px;
    display: none;
    background: rgb(159, 97, 30);
}
.about-item.active {
    display: block;
    opacity: 1;
}
.about-item-title {
    font-family: var(--second-family);
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.about-item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--blue-blue-100);
}
.about-item.active > span > span[style] {
    font-family: "Inter" !important;
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 400px !important;
    padding-top: 24px !important;
    display: block !important;
    padding-top: 24px !important;
}
.about-wrap {
    display: flex;
    position: relative;
    padding-top: 50px;
}
.about-menu-item > * {
    pointer-events: none;
}
.about-wrap p {
    margin-bottom: 0;
}
.hero-menu-item {
    width: 55px;
    height: 55px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-menu svg {
    width: 40px;
    height: 40px;
}
.hero-menu {
    display: flex;
	gap: 12px;
    flex-wrap: wrap;
    margin-top: 50px;
	justify-content: space-between;
}
.hero-item {
    background: url(/img/rfo/class-bg.jpg) lightgray 0% / cover no-repeat;
    background-size: cover;
    border-radius: 45px;
    padding: 60px 0px 60px 65px;
    color: #825500;
    /*! border: 3px solid #b67905; */
    /*! box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}
.hero-info-title {
    font-family: var(--second-family);
    font-size: 24px;
	font-weight: 600;

}
.hero-info-title-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.hero-img {
    width: 510px;
    text-align: center;
}
.hero-item {
    display: flex;
    overflow: hidden;
    position: relative;
    display: none;
}
.hero-item.active {
    display: flex;
}
img.hero-img {
    position: absolute;
    right: 14px;
    top: -16px;
}
.hero-prop-item {
    border: 1px solid #a5823f;
    border-radius: 26px;
    padding: 5px 10px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.hero-prop {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.hero-info {
    max-width: 530px;
    z-index: 1;
}
img.anim-bg-grad {
    position: absolute;
    bottom: -21px;
    left: 157px;
}
img.anim-bg-effect {
    animation: rotate 25s linear infinite;
    position: absolute;
    min-width: 493px;
    bottom: -89px;
    left: 89px;
    animation-direction: reverse;
}
.hero-skills-val {
    background: #6746072e;
    height: 4px;
    width: 100%;
    position: relative;
}
.skills-value {
    position: absolute;
    background: #b27500;
    height: 4px;
    left: 0;
    top: 0;
}
.hero-skills-name {
    font-weight: bold;
    min-width: 95px;
}
.hero-skills-item {
    display: flex;
    align-items: center;
}
.hero-skills {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
img.anim-bg {
    animation: rotate 25s linear infinite;
    position: relative;
    min-width: 492px;
    bottom: -143px;
    left: 24px;
}
.hero-desc {
    margin-top: 20px;
}
.hero-menu-item.active {
    opacity: 1;
}
.hero-menu-item {
    opacity: 0.4;
}
.hero-menu-item:hover {
    opacity: 1;
    cursor: pointer;
}
img.hero-big-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -33%;
    top: 0;
    opacity: 0.06;
    z-index: 0;
}
.hero-menu-item svg {
    pointer-events: none;
}
.features-item {
    padding: 45px;
    color: #c79112;
    font-size: 16px;
    margin-bottom: 24px;
    border-radius: 52px;
    border: 5px solid #dc9000;
}
.features-item.blue-trans {
    border: #c79112;
    border-radius: 52px;
    padding: 45px;
    background: #c79112;
	color: #fff;
}
.features-item.blue {
    background: #c79112;
    border: none;
    color: var(--whitegray-white);
}
.features-item.blue-trans .features-item-title {
    color: #fff;
}
.features {
    columns: 2;
    column-gap: 24px;
}
.features h2 {
    text-transform: uppercase;
    padding-left: 52px;
}
.flag-wrap a:hover {
    opacity: 1;
}
.nova-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.wrap-slide {
    background: rgb(161, 124, 16);
    border-radius: 30px;
    padding: 45px;
    color: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    max-height: 114px;
}
.nova-title {
    font-family: var(--second-family);
    /* font-size: 24px; */
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.wrap-slide span {
    display: inline-block;
}
.wrap-slide p {
    font-size: 16px;
}
a.btn.nova {
    border-radius: 30px;
    color: #bb7a00;
    background: #fff;
    padding: 11px;
    margin: 0 24px;
    margin-top: 0px;
    margin-top: 68px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
a.btn.nova:hover {
    background: #ffbf00;
    color: #fff;
}
.nova-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    max-width: 360px;
    max-height: 529px;
    /* width: 100%; */
}
.nova-item > img {
    width: 100%;
    scale: 1.05;
}
.nova-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.nova-item:hover .wrap-slide {
    max-height: 367px;
    cursor: default;
    height: 100%;
}
.nova-item:hover .nova-title {
    margin-bottom: 0px;
    transition: all 0.4s;
}
footer .container {
    border-radius: 45px 45px 0 0;
    padding: 45px;
    backdrop-filter: blur(20px);
    background: url(https://i.imgur.com/m3hEp3C.jpeg) lightgray 50% / cover no-repeat;
    background-size: cover;
}
.footer-item-wrap {
    display: flex;
    justify-content: space-between;
    font-family: var(--second-family);
}
.footer-menu-title {
    font-size: 20px;
    color: #b77a07;
    margin-bottom: 30px;
}
.footer-item-wrap ul {
    font-size: 16px;
    line-height: 30px;
}
.footer-item-wrap a {
    color: var(--whitegray-gray-100);
    margin-bottom: 20px;
}
.footer-item .logo {
    margin-bottom: 67px;
}
footer {
    margin-top: 90px;
}
.separatot {
    background: #dc90004a;
    height: 1px;
    margin: 20px 0 20px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.sub-heder {
    border-radius: 45px;
    overflow: hidden;
    max-height: 285px;
    margin-bottom: 24px;
}
h2, .sub-h2 {
    text-align: center;
}
.sub-heder img {
    object-fit: cover;
    width: 100%;
}
.features-item {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 23px;
    font-weight: 500px;
}
.features-item-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #dc9000;
    padding-bottom: 28px;
}
section.about p {
    font-size: 16px;
    color: #FFF;
}
.breadcrumb {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--whitegray-gray-100);
    margin-bottom: 10px;
}
.features-item-txt {
    columns: 2;
    margin-top: 24px;
}
.features-img-wrap {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
}
a.btn.nova.blue {
    color: var(--blue-blue-100);
    background: transparent;
    border: 1px solid var(--blue-blue-100);
    display: inline-block;
    width: auto;
    padding: 8px 79px;
}
.attention {
    background: linear-gradient(152deg, #fff2e4 5.55%, #ffeee1 100%);
    border-left: 5px solid #ffb300;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 24px 0;
    font-size: 16px;
}
.attention-title {
    font-weight: bold;
    color: #ffb300;
}
.reg-bonus-item {
    background: linear-gradient(152deg, #fff2e4 5.55%, #ffeee1 100%);
    border-radius: 24px;
    padding: 40px 20px;
    text-align: center;
    max-width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.bonus-item-title {
    font-weight: 800;
    font-size: 16px;
}
.bonus-item-desc {
    color: var(--whitegray-gray-100);
    height: 92px;
}
.wrap-reg-bonus {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.social a:hover svg {
    fill: #dc9000;
}
.social a:hover {
    border: 1px solid #dc9000;
}
h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 44px;
    color: #dc9000;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.features-item ul {
    color: var(--whitegray-gray-100);
    list-style: inside;
}
section.about .attention-desc p {
    color: #c79112;
}
.sub-h2 {
    font-family: var(--second-family);
    color: #dc9000;
    font-size: 16px;
    margin-top: -30px;
}
h3.features-item-title.mod {
    border-bottom: 1px solid var(--blue-blue-20);
    padding-bottom: 15px;
}
.features-item-colums {
    display: flex;
    gap: 24px;
}
.features-item-colums-item {
    max-width: 50%;
    width: 50%;
}
h4 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
}
section.affiliate p {
    color: var(--whitegray-gray-100);
}
.attention.mod {
    border: none;
    background: linear-gradient(152deg, #fff2e4 5.55%, #ecccb0 100%);
    color: #c79112;
    padding: 30px;
    border-radius: 24px;
}
.attention.mod p {
    color: #c79112;
}
.form-wrap {
    border-radius: 45px;
    padding: 45px;
    background: var(--blue-blue-20);
}
.form-wrap p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--blue-blue-100) !important;
}
.form-wrap p span {
    color: var(--fuchsia);
}
.form-col {
    width: 50%;
}
.form-col-wrap {
    display: flex;
    gap: 24px;
}
textarea {
    border: 1px solid var(--blue-blue-30);
    border-radius: 14px;
    width: 100%;
    padding-bottom: 7px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.btn.blue {
    display: inline-block;
    width: auto;
    padding: 0 70px;
}
.features-item ul {
    color: var(--whitegray-gray-100);
    list-style: outside !important;
}
.col-3 ul {
    columns: 3;
    column-gap: 100px;
}
.col-2 {
    columns: 2;
    column-gap: 50px;
}
.search-mod {
    background: #dc9000;
    border-radius: 24px;
    padding: 12px;
    position: relative;
    margin-bottom: 18px;
}
.search-mod input[type="search"] {
    border-radius: 20px;
    padding: 0px 68px 0px 12px;
}
.search-mod > svg,
.search-input-wrap > svg {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 15px;
    height: 15px;
}
section.faq .features-item p {
    color: var(--whitegray-gray-100);
}
section.faq {
    margin-top: 150px;
}
.p-title {
    font-weight: bold;
}
.faq-row {
    margin-bottom: 35px;
}
a.option-item.game {
    height: 24px;
    background: #fff;
    display: inline-flex;
    border-radius: 22px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
a.option-item.game > svg {
    max-width: 55px;
    height: 17px;
    overflow: hidden;
    fill: #dc9000;
}
a.option-item.game:hover > svg {
    fill: #fff;
}
a.option-item.game:hover {
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(255, 192, 72, 0.5) 1.17%, #eccd52 100%), url(/img/for-bg.jpg);
}
.option-item-tag {
    height: 40px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 22px;
    cursor: pointer;
    color: #dc9000;
}
.option-item-tag:hover,
.option-item-tag.active {
    background: linear-gradient(134deg, rgba(255, 192, 72, 0.5) 1.17%, #eccd52 100%), url(/img/for-bg.jpg);
    color: #fff;
}
.search-option {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.search-option-col {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-option-col:last-child {
    justify-content: flex-end;
}
.search-option-col:first-child {
    max-width: 333px;
}
.sub-h3 {
    font-weight: 400;
    font-size: 16px;
    color: var(--blue-blue-100);
    margin-top: -15px;
    margin-bottom: 30px;
}
.serch-result-item {
    color: var(--whitegray-gray-100);
}
.result-title {
    font-weight: bold;
}
.result-meta {
    color: var(--whitegray-gray-20);
    margin-bottom: 30px;
}
.result-action a.btn.nova {
    border: 1px solid var(--blue-blue-100);
    color: var(--blue-blue-100);
    display: inline-block;
}
.result-action a.btn.nova {
    border: 1px solid var(--blue-blue-100);
    color: var(--blue-blue-100);
    display: inline-block;
    padding: 8px 45px;
}
.wrap-tag a.option-item-tag {
    background: var(--blue-blue-20);
}
.wrap-tag a.option-item.game {
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(151, 72, 255, 0.5) 1.17%, #3679bd 100%), url(/img/for-bg.jpg);
}
.wrap-tag a.option-item.game svg {
    fill: #fff;
}
.result-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}
.serch-result-item {
    color: var(--whitegray-gray-100);
    border-bottom: 1px solid var(--blue-blue-20);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.serch-result-item:last-child {
    border-bottom: none;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.pagination-arr img {
    width: 100%;
}
.pagination-arr {
    max-width: 50px;
}
.pagination-num.active {
    display: flex;
    background: var(--blue-blue-100);
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    justify-content: center;
}
.features-item.serch-mod {
    margin-top: -90px;
    padding-top: 70px;
}
.wrap-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.posts-item {
    flex-grow: 3;
}
.post-head {
    height: 165px;
}
.post-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-head {
    height: 165px;
    overflow: hidden;
    position: relative;
    border-radius: 24px 24px 0px 0px;
}
.game-stick.tera {
    position: absolute;
    z-index: 14;
    height: 24px;
    top: 0;
    left: 24px;
    width: 60px;
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(255, 192, 72, 0.5) 1.17%, #eccd52 100%), url(/img/for-bg.jpg);
    padding: 4px;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-stick.tera svg {
    fill: #fff;
    width: 86%;
    height: 78%;
}
.posts-item .meta {
    font-family: var(--font-family);
    font-size: 12px;
    color: var(--whitegray-gray-20);
}
.posts-item .post-title {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    color: var(--whitegray-gray-100);
    margin-top: 5px;
}
.post-body {
    border-radius: 24px;
    overflow: hidden;
}
.post-bottom {
    border: 2px solid #ffe4e4;
    border-radius: 0px 0px 24px 24px;
    border-top: none;
    padding: 24px;
}
.post-wrap-tag {
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 8px;
    display: flex;
    gap: 6px;
}
.post-tag {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 10px;
    text-transform: capitalize;
    color: var(--whitegray-white);
    border-radius: 20px;
    padding: 2px 12px;
    background: var(--blue-blue-100);
}
section.post p {
    color: var(--whitegray-gray-100);
}
.wrap-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
section.privacy h2 {
    font-size: 24px;
}
section.privacy ul {
    color: #c79112;
}
section.privacy {
    margin-top: 150px;
}
p.warn {
    color: #ffa700;
}
.features-item.fux {
    color: #c79112 !important;
    border-color: #ecccb0;
}
.features-item.fux h2 {
    color: #dc9000 !important;
}
.file-wrap {
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(255, 182, 44, 0.65) 1.17%, #c46500 100%), url(/img/for-bg.jpg);
    opacity: 0.8;
    border-radius: 45px;
    padding: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    justify-content: space-between;
}
.file-item {
    border-radius: 45px;
    padding: 34px;
    background: var(--whitegray-white);
    text-align: center;
}
.file-title {
    font-family: var(--second-family);
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #dc9000;
    margin-bottom: 24px;
    min-height: 62px;
}
.file-desc {
    font-family: var(--font-family);
    font-size: 14px;
    text-align: center;
    color: var(--whitegray-gray-100);
    margin-bottom: 24px;
    min-height: 65px;
}
.file-size {
    font-family: var(--font-family);
    font-size: 14px;
    color: #dc9000;
    margin-bottom: 24px;
}
a.file-link {
    border: 1px solid #dc9000;
    border-radius: 20px;
    padding: 10px 40px;
    display: flex;
    text-wrap: nowrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}
.file-links-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.file-links-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.file-links-row a.file-link {
    padding: 10px 17px;
}
.roadmap-wrap {
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(255, 72, 81, 0.5) 1.17%, #bd3636 100%), url(/img/for-bg.jpg) no-repeat;
    border-radius: 45px;
    padding: 60px 45px;
    color: var(--whitegray-white);
    background-size: cover;
    position: relative;
}
.roadmap-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--whitegray-white);
    margin-bottom: 10px;
}
.roadmap-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--whitegray-white);
}
.roadmap-ico {
    border-radius: 45px;
    width: 71px;
    height: 71px;
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: var(--second-family);
    font-size: 10px;
    backdrop-filter: blur(12px);
    background: linear-gradient(134deg, rgba(255, 72, 81, 0.5) 1.17%, #bd3636 100%), url(/img/for-bg.jpg) no-repeat;
}
.roadmap-item:first-child .roadmap-ico,
.roadmap-item:last-child .roadmap-ico {
    background: linear-gradient(49deg, #770e22 0%, #f90505 100%);
}
.roadmap-item:first-child .roadmap-ico {
    border: 8px solid #fff;
}
.roadmap-ico img {
    width: 67%;
}
.roadmap-items-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 49px 72px;
    padding-left: 239px;
}
.roadmap-item {
    width: 310px;
}
.roadmap-desc p {
    margin: 0 10px;
}
img.roadmap-line {
    position: absolute;
    top: 56px;
    left: 104px;
}
.roadmap-item:nth-child(5),
.roadmap-item:nth-child(6) {
    margin-top: -23px;
}
header.entry-header {
    margin-top: 50px;
}
section.about.mod .features-item {
    columns: 2;
}
.search-count {
    color: var(--blue-blue-100);
}
.features-item.serch-mod {
    color: var(--whitegray-gray-100);
}
h2.page-title.title-serch-mod {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
a.more-link {
    border: 1px solid var(--blue-blue-100);
    color: var(--blue-blue-100);
    padding: 8px 45px;
    display: block;
    width: fit-content;
    border-radius: 45px;
    margin-top: 22px;
}
a.more-link:hover {
    color: #fff;
    background: var(--blue-blue-100);
}
.search-results h2.entry-title.default-max-width {
    font-size: 16px;
    margin-bottom: 0px;
}
.search-results article.page {
    border-bottom: 1px solid var(--blue-blue-20);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.search-results article.page:last-child {
    border-bottom: none;
}
footer.entry-footer.default-max-width {
    margin: 0;
}
.search-results header.page-header.alignwide {
    margin-top: 60px;
}
span.page-numbers.current {
    display: flex;
    background: var(--blue-blue-100);
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    justify-content: center;
}
.page-numbers img {
    max-width: 43px;
}
ul#menu-lang img {
    display: none;
}
a[lang="en-GB"] {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/img/gb.svg) no-repeat;
    background-size: cover;
}
a[lang="es-EC"] {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/img/es.svg) no-repeat;
    background-size: cover;
}
a[lang="pt-BR"] {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/img/br.svg) no-repeat;
    background-size: cover;
}
section.hero {
    margin-top: 130px;
}
section.hero .container h2 {
    text-align: center;
}
.plate {
    height: 80px;
    width: 80px;
}
.burger {
    filter: url(#gooeyness);
}
.x {
    transform: scale(0);
    transition: transform 400ms;
}
.line {
    fill: none;
    stroke: var(--blue-blue-100);
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
    stroke-width: 5.5px;
}
.plate4 .x {
    transition: transform 400ms;
}
.plate4 .line {
    transform-origin: 50%;
    transition: transform 400ms 100ms;
}
.active.plate4 .line {
    transition: transform 400ms;
}
.active.plate4 .line1 {
    transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line2 {
    transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line3 {
    transform: translateY(0px) rotate(45deg) scale(0.7);
}
.active.plate4 .line4 {
    transform: translateY(0px) rotate(-45deg) scale(0.7);
}
.active.plate4 .line5 {
    transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}
.active.plate4 .line6 {
    transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}
.active.plate4 .x {
    transition: transform 400ms 100ms;
    transform: scale(1);
}
.sup-heder-mob {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    display: none;
}
.about-wrap-mob {
    display: none;
}
.hero-img-mob {
    display: none;
}
.features-item.blue .features-item-title {
    color: #fff;
}
.sup-heder-mob-wrap {
    display: none;
}
body.modal-menu-open {
    overflow: hidden;
}
body.error404 header.page-header.alignwide,
body.error404 .page-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 12px;
}
body.error404 .search-mod.mod {
    margin: 0 -12px;
}
body.error404 header#masthead {
    margin-bottom: 45px;
}
span.edit-link {
    display: none;
}
.login-wrap a {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--whitegray-gray-100);
    transition: color 0.2s ease-in-out;
}
.login-wrap a:hover {
    color: #dc9000;
}
a.file-link img {
    max-width: 17px;
}
section.get-start {
    /* background: url(/img/bns/bigbg2.jpg) no-repeat; */
    background-size: 100%;
    /* padding: 120px 0; */
    margin-top: 150px;
}

@media (max-width: 1140px) {
    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .roadmap-item:nth-child(5),
    .roadmap-item:nth-child(6) {
        margin-top: unset;
    }
    .mob-line {
        width: 10px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 30px;
        top: 0;
        z-index: -1;
    }
    .roadmap-item:nth-child(1) {
        order: 0;
    }
    .roadmap-item:nth-child(2) {
        order: 1;
    }
    .roadmap-item:nth-child(3) {
        order: 4;
    }
    .roadmap-item:nth-child(4) {
        order: 3;
    }
    .roadmap-item:nth-child(5) {
        order: 4;
    }
    .roadmap-item:nth-child(6) {
        order: 5;
    }
    .roadmap-desc {
        padding-right: 70px;
        padding-bottom: 40px;
    }
    .roadmap-wrap {
        padding: 40px 24px;
    }
    .roadmap-ico {
        position: absolute;
        right: 0;
        top: 0;
    }
    .roadmap-item {
        width: 100%;
        position: relative;
    }
    .roadmap-items-wrap {
        gap: unset;
        padding-left: unset;
    }
    img.roadmap-line {
        display: none;
    }
    /* .features-item img {
        width: 100%;
    } */
    .features-item-colums-item {
        max-width: unset;
        width: 100%;
    }
    .features-item-colums {
        flex-wrap: wrap;
    }
    .reg-bonus-item {
        max-width: unset;
        width: 100%;
    }
    .wrap-reg-bonus {
        flex-wrap: wrap;
    }
    .modal-menu {
        font-size: 16px;
    }
    .features-img-wrap img {
        max-width: 100%;
    }
    .features-img-wrap {
        flex-wrap: wrap;
    }
    .features-item-txt {
        columns: unset;
        margin-top: 24px;
    }
    .col-2 img {
        max-width: 100%;
    }
    .col-2 {
        columns: unset;
    }
    .main-info-baner {
        display: none;
    }
    body.home .main-info-baner {
        display: block;
    }
    .file-links-row a.file-link {
        width: 100%;
    }
    .file-links-row {
        flex-wrap: wrap;
    }
    .file-wrap {
        display: flex;
        padding: 24px;
        flex-wrap: wrap;
    }
    .file-wrap {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    section.about.mod .features-item {
        columns: 1;
    }
    .sub-heder img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .sub-heder {
        height: 285px;
    }
    h1 {
        font-size: 32px;
    }
    .search-option-col:last-child {
        justify-content: center;
    }
    .search-option-col {
        max-width: unset;
        justify-content: center;
    }
    .search-option {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    a.logo {
        text-align: center;
    }
    a.logo img {
        max-width: 185px;
    }
    .logo {
        width: 185px;
    }
    .maim-menu .social {
        margin-top: unset;
        position: absolute;
        bottom: 31px;
        left: 50%;
        translate: -50%;
    }
    .right,
    .left {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-top: 24px;
    }
    .sup-heder-mob .maim-menu {
        display: block;
        text-align: center;
    }
    ul#menu-lang-1 {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
    }
    .plate {
        height: 72px;
        width: 72px;
    }
    .plate.plate4 {
        position: absolute;
        left: -4px;
        top: -11px;
    }
    .sup-heder-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 17px;
    }
    .sup-heder-mob-wrap {
        display: none;
    }
    .sup-heder-mob .sup-heder-mob-wrap {
        position: relative;
        width: 100%;
        height: 1px;
        transition: height 0.4s;
        overflow: hidden;
        border-top: 1px solid var(--blue-blue-100);
    }

    .sup-heder-mob.active .sup-heder-mob-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: calc(100vh - 48px);
        transition: height 0.4s;
    }
    .plate.plate4 > * {
        pointer-events: none;
    }
    a.logo {
        text-align: center;
    }
    a.logo img {
        max-width: 185px;
    }
    .logo {
        width: 185px;
    }
    .maim-menu .social {
        margin-top: unset;
        position: absolute;
        bottom: 31px;
        left: 50%;
        translate: -50%;
    }
    .right,
    .left {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-top: 24px;
    }
    .sup-heder-mob .maim-menu {
        display: block;
        text-align: center;
    }
    ul#menu-lang-1 {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
    }
    .plate {
        height: 72px;
        width: 72px;
    }
    .plate.plate4 {
        position: absolute;
        left: -4px;
        top: -9px;
    }
    .sup-heder-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 17px;
    }
    .container {
        padding: 0px 12px;
        width: 100%;
        margin: 0 auto;
    }
    .sup-heder,
    .main-baner-bg,
    .main-baner > img,
    .maim-menu {
        display: none;
    }
    .main-info-baner {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 24px;
    }
}
@media (max-width: 1000px) {
    .main-info-baner svg {
        width: 158px;
    }
    .bonusSwiper::after,
    .bonusSwiper::before {
        display: none;
    }
    section {
        margin-top: 65px;
    }
    h2,
    .footer-menu-title,
    .maim-menu a,
    h1 {
        font-weight: normal !important;
    }
    a.logo {
        text-align: center;
    }
    a.logo img {
        max-width: 185px;
    }
    .logo {
        width: 185px;
    }
    .maim-menu .social {
        margin-top: unset;
        position: absolute;
        bottom: 31px;
        left: 50%;
        translate: -50%;
    }
    .right,
    .left {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-top: 24px;
    }
    .sup-heder-mob .maim-menu {
        display: block;
        text-align: center;
    }
    ul#menu-lang-1 {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
    }
    .plate {
        height: 72px;
        width: 72px;
    }
    .plate.plate4 {
        position: absolute;
        left: -4px;
        top: -11px;
    }
    .sup-heder-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 17px;
    }
    .get-start-item {
        padding: 40px 24px;
    }
    .features-item {
        padding: 40px 24px;
    }
    .social {
        justify-content: center;
    }
    .footer-item-wrap {
        justify-content: center;
    }
    footer#colophon {
        text-align: center;
    }
    .footer-item-wrap {
        gap: 35px;
    }
    .nova-item > img {
        object-fit: cover;
        width: 100%;
    }
    .nova-item {
        width: 100%;
    }
    .hero-info {
        max-width: unset;
    }
    .hero-skills {
        margin-top: 24px;
    }
    .hero-desc {
        margin-top: 24px;
    }
    .hero-prop {
        display: flex;
        gap: 10px;
        margin-top: 68px;
        flex-wrap: wrap;
    }
    .hero-item {
        padding: 40px 20px;
    }
    img.hero-img {
        display: block;
        position: relative;
        min-width: unset;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
    }

    img.anim-bg {
        position: absolute;
        min-width: unset;
        bottom: 0;
        width: 78%;
        display: block;
        left: 50%;
        translate: -50% 15%;
    }
    .hero-img {
        display: none;
    }
    .hero-img-mob {
        display: block;
        position: relative;
    }
    .about-item-title {
        font-size: 20px;
    }
    .about-menu-item {
        filter: unset;
    }
    .about-item-title {
        margin: 25px 30px 0px 30px;
        text-align: center;
    }
    .about-item > p {
        margin: 30px;
    }
    .about-item {
        border: 4px solid var(--blue-blue-20);
        border-radius: 56px;
        padding: 0;
        border-top: 0;
        box-sizing: border-box;
    }
    .about-menu-item p {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 11px;
        text-align: center;
        color: var(--blue-blue-100) !important;
    }
    .about-menu-item {
        border-radius: 45px;
        padding: 24px;
        background: linear-gradient(152deg, #e4f1ff 5.55%, #e4e1ff 100%);
        width: 100%;
        text-align: center;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 11px;
        text-align: center;
        color: var(--blue-blue-100);
    }
    .about-item {
        height: auto;
        width: 100%;
        margin: 0 20px;
        min-width: 77%;
    }
    .about-wrap-mob,
    .about-wrap-mob .about-item {
        display: block;
    }
    .about-wrap {
        display: none;
    }

    .bonusSwiper {
        margin: 0 10px;
    }
    .nav-bonus {
        display: none;
    }
    section.get-start .container {
        border-radius: 0;
        text-align: center;
    }
    .get-start-item {
        width: 100%;
    }
    h2 {
        font-size: 26px;
    }
    .features {
        columns: 1;
    }
    .footer-item-wrap,
    .nova-wrap {
        flex-wrap: wrap;
    }
    .about-item.active {
        width: 100%;
    }
    .main-info-baner p {
        font-size: 14px;
    }
    div#wpadminbar {
        display: none;
    }
    .about-wrap-mob {
        margin: 0 -10px;
    }
    .bonusSwiper::after,
    .bonusSwiper::before {
        display: none !important;
    }
    img.anim-bg-grad {
        position: absolute;
        bottom: 2px;
        left: 62px;
        width: 52%;
    }
}
@media (max-width: 680px) {
    section.files .container:has(.roadmap-wrap) {
        padding: 0;
    }
    .roadmap-title {
        padding-right: 65px;
    }
    footer-item-wrap  {
        gap: 35px 60px;
    }

    .footer-menu-title {
        margin-bottom: 30px 20px;
    }

    .footer-item-wrap ul {
        line-height: 30px 38px;
    }

    .separatot  {
        margin-bottom: 20px;
        margin: 20px 0 20px 0;
    }
    footer .container {
        padding: 45px 12px 5px 12px;
    }
    .nova-item {
        width: 100%;
        border-radius: 45px;
    }
    .nova-title {
        margin-bottom: unset;
    }
    .wrap-slide {
        max-height: unset;
        height: 100%;
    }
    .features-item.blue-trans {
        padding: 40px 24px;
    }
    img.hero-big-bg {
        width: 700px;
        height: 700px;
        position: absolute;
        left: -115%;
        top: 300px;
        opacity: 0.06;
        z-index: 0;
    }
    .hero-menu-item {
        width: 52px;
        height: 52px;
    }
    img.anim-bg-effect {
        animation: rotate 25s linear infinite;
        position: absolute;
        bottom: -30px;
        left: 31px;
        animation-direction: reverse;
        width: 78%;
        max-width: 300px;
        min-width: unset;
    }
    img.anim-bg-grad {
        position: absolute;
        bottom: 2px;
        left: 62px;
        width: 52%;
    }
    /* .bonus-info-wrap {
        width: 100%;
    } */
    section.get-start .container {
        padding: 40px 20px;
    }
    a.btn.white {
        width: 100%;
    }
}   
section.about .about-menu-item p {
    font-size: 12px;
}
.bonusSwiper::after {
    content: "";
    display: block;
    width: 274px;
    height: 285px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}
.bonusSwiper::before {
    content: "";
    display: block;
    width: 274px;
    height: 285px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.about-menu-item.active p {
    color: #fff;
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #3679bd;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #dc9000;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
section.about {
    /* background: linear-gradient(#ffbf00a1 100%), url(/img/bns/bg62.png) no-repeat;
    background-size: 100%; */
	padding: 120px 0;
    padding-top: 90px;
    position: relative;
}
/* section.about h2 {
    color: #fff;
    position: absolute;
    left: 23%;
    top: 20%;
    transform: translateY(50%) translateX(-4%);
} */
.about-menu-item > img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #FFF;
}
@media(max-width:1000px) {
    .about-menu-item > img {
        width: 250px;
        height: 250px;
    }
    .about-menu-item {
        background: none;
    }
}
about-menu-item span {
    font-size: 13px;
}
.hero-desc p {
    font-weight: 600;
}
.hero-menu-item img {
    pointer-events: none;
	width: 100%;
}
section.nova {
    /* background: linear-gradient(#ffbf00a1 100%), url(/img/bns/45656765746.jpg) no-repeat; */
    background-size: 100%;
    padding: 120px 0;
}
section.nova h2 {
    /* color: #fff; */
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 52px;
}
section.nova .container {
    padding: 0px 0px;
}
.menu-item-object-page a, .menu-item-object-custom a {
    transition: all 0.2s ease-in-out;
}

.menu-item-object-page a:hover, .menu-item-object-custom a:hover {
    color: black;
}
.maim-menu a:hover {
    color: #dc9000;
}
.features-item-about {
    border: 8px solid #dc9000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    text-align: justify;
}
.features-item-about .features-item-title {
    position: unset;
    transform: translateY(0) translateX(0);
    text-align: center;
    margin: 0;
    color: #fff;
}
.features-item-about .features-item-txt {
    columns: 1;
    margin-top: 24px;
    text-align: justify;
    color: #fff;
}
.features-item-about .features-item-txt, .features-item .features-item-title {
    color: #dc9000;
}
/* section.about-server .entry-tittle {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
} */
section.about {
    position: relative;
    background-position: center;
    background-size: cover;
}
.features-item-about a {
    margin-top: 36px !important;
    /* border: 1px solid #fff !important; */
    color: #fff !important;
    transition: all 0.2s ease-in-out !important;
}
.entry-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    color: #dc9000;
    font-weight: 700;
    text-align: center;
    transform: translateY(135px);
    /* padding-bottom: 30px; */
}
.features-item-about {
    margin: 24px;
}
.features-item-title-gift {
    color: #fff;
}
.features-item a.btn.nova.blue:hover {
    filter: brightness(110%);
}
.features-item a.btn.nova.blue {
    background: #ffbf00;
    color: #fff !important;
    /* box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.39); */
    border: none;
}
.btn {
    font-weight: 700;
}
section.about p {
    color: #c79112;
}
.features-item-title {
    text-align: center;
}
@media(max-width:1000px) {
    .features h2 {
        text-align: right !important;
    }
    section.nova {
        background: none;
        padding: 90px 0;
    }
    section.nova h2 {
        font-weight: 600 !important;
        color: var(--blue-blue-100);
    }
    .wrap-slide {
        height: 70%;
    }
}
.heder-body ul#menu-menu-esp-1, .heder-body ul#menu-menu-pt-1 {
    font-weight: 800;
    text-transform: uppercase;
}

.breadcrumb, span[property="itemListElement"] {
    display: none;
}
section.affiliate {
    margin-top: 150px;
}