@charset "UTF-8";
html,body{margin:0;padding:0;font-family:"Open Sans", sans-serif;color:var(--text);background:var(--bg)}section{display:inline-block;width:100%}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}p{font-size:var(--p)}:root{--prefix: "wwb"}a{color:var(--text);text-decoration:none;opacity:0.9}a:hover{opacity:1;transition:0.5s ease;color:var(--text)}a:visited{color:inherit}.dqwdc123c123-container{max-width:90%;margin:0 auto;padding:0 6px}.dqwdc123c123-lang-switcher{position:relative;display:inline-flex;align-items:center}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn{--ring: color-mix(in srgb, var(--brand), white 60%);display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:calc(var(--radius) - 2px);background:var(--bg);border:1px solid var(--muted);color:var(--text);font:inherit;cursor:pointer;box-shadow:0 1px 0 rgba(0, 0, 0, 0.02);transition:border-color 0.2s ease, background 0.2s ease, transform 0.08s ease, box-shadow 0.2s ease;will-change:transform;margin:0}@media (width < 768px){.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn{border:0;padding:4px 3px}}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn:hover{border-color:color-mix(in srgb, var(--line), var(--text) 18%)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn:active{transform:translateY(1px)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn .dqwdc123c123-lang-current{letter-spacing:0.04em;font-weight:800;min-width:30px;text-align:center}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn .dqwdc123c123-lang-caret{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--muted);transition:transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);transform-origin:center}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn[aria-expanded="true"] .dqwdc123c123-lang-caret{transform:rotate(180deg)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);background:color-mix(in srgb, var(--bg), white 6%);box-shadow:0 10px 30px rgba(14, 22, 40, 0.12);backdrop-filter:blur(6px);z-index:1000;display:grid;gap:6px;opacity:0;transform:translateY(-8px) scale(0.98);pointer-events:none;transition:opacity 0.18s ease, transform 0.18s ease;transform-origin:top right}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-dropdown[data-open="true"]{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item{--in-bg: color-mix(in srgb, var(--brand), white 94%);--in-ring: color-mix(in srgb, var(--brand), white 70%);display:grid;grid-template-columns:46px 1fr;align-items:center;gap:10px;padding:10px 12px;border-radius:calc(var(--radius) - 6px);border:1px solid transparent;color:var(--text);text-decoration:none;transition:background 0.18s ease, border-color 0.18s ease, transform 0.08s ease}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item:hover{background:var(--muted)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item:active{transform:translateY(1px)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item:focus-visible{outline:2px solid var(--in-ring);outline-offset:2px}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item.dqwdc123c123-lang-item--active{border-color:color-mix(in srgb, var(--muted), white 55%)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item .dqwdc123c123-lang-code{display:inline-flex;justify-content:center;align-items:center;width:46px;height:28px;border-radius:999px;font-weight:800;letter-spacing:0.06em;border:1px solid var(--line)}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item .dqwdc123c123-lang-name{font-size:14px;opacity:0.92}@media (max-width:680px){.dqwdc123c123-lang-switcher .dqwdc123c123-lang-dropdown{left:0;right:auto}}@media (prefers-reduced-motion:reduce){.dqwdc123c123-lang-switcher .dqwdc123c123-lang-dropdown{transition:none}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-btn .dqwdc123c123-lang-caret{transition:none}.dqwdc123c123-lang-switcher .dqwdc123c123-lang-item{transition:none}}#site-header{position:sticky;top:0;z-index:1000;background:var(--bg);box-shadow:0 4px 10px rgba(0, 0, 0, 0.08)}#site-header .dqwdc123c123-container{padding:15px 6px}body.menu-open{overflow:hidden}.dqwdc123c123-header-hero .dqwdc123c123-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px}@media (width < 1023px){.dqwdc123c123-header-hero .dqwdc123c123-header-row{padding:0 6px}}@media (width < 450px){.dqwdc123c123-header-hero .dqwdc123c123-header-row{flex-direction:column;gap:5px}}.dqwdc123c123-header-hero .dqwdc123c123-logo-link img{height:50px;object-fit:contain;object-position:center}.dqwdc123c123-header-hero .dqwdc123c123-logo{max-width:190px;width:100%}@media (width < 1023px){.dqwdc123c123-header-hero .dqwdc123c123-logo{min-width:160px}}@media (width < 450px){.dqwdc123c123-header-hero .dqwdc123c123-logo{min-width:120px !important;max-width:120px !important;margin-right:auto}}.dqwdc123c123-header-hero .dqwdc123c123-logo img{width:100%}.dqwdc123c123-header-hero .dqwdc123c123-header-buttons{display:flex;align-items:center;gap:15px}@media (width < 768px){.dqwdc123c123-header-hero .dqwdc123c123-header-buttons{gap:8px}}@media (width < 450px){.dqwdc123c123-header-hero .dqwdc123c123-header-buttons{width:100%;justify-content:space-between}}.dqwdc123c123-header-hero .dqwdc123c123-nav[data-open="true"]{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:var(--bg);z-index:1000;display:flex;justify-content:center;align-items:center}@media (width < 450px){.dqwdc123c123-header-hero .dqwdc123c123-nav[data-open="true"]{top:121px;height:calc(100vh - 121px)}}.dqwdc123c123-header-hero .dqwdc123c123-nav ul{display:flex;gap:14px;list-style:none;margin:0;padding:0}@media (width < 1023px){.dqwdc123c123-header-hero .dqwdc123c123-nav ul{flex-direction:column}}.dqwdc123c123-header-hero .dqwdc123c123-nav a{color:var(--text);text-decoration:none;opacity:0.9}.dqwdc123c123-header-hero .dqwdc123c123-nav a:hover{opacity:1}.dqwdc123c123-header-hero .menu ul{display:flex;align-items:center;gap:15px}.dqwdc123c123-header-hero .menu ul li+li{display:flex;align-items:center;grid-gap:15px}.dqwdc123c123-header-hero .menu ul li+li::before{content:"|"}@media (width < 1023px){.dqwdc123c123-header-hero .menu ul li+li::before{display:none}}@media (width < 450px){.dqwdc123c123-header-hero .dqwdc123c123-actions{position:absolute;top:10px;right:6px}}.dqwdc123c123-header-hero .dqwdc123c123-actions button:first-child{background:var(--muted);color:var(--btn2)}@media (width < 768px){.dqwdc123c123-header-hero .dqwdc123c123-actions button{font-size:14px;height:unset;font-size:14px;padding:9px 9px}}.dqwdc123c123-burger-menu{display:none}@media (width < 1023px){.dqwdc123c123-burger-menu{display:grid;background:transparent;border:0;cursor:pointer;gap:7px;padding:0 6px}.dqwdc123c123-burger-menu span{display:table;height:2px;width:30px;background:var(--text)}.dqwdc123c123-burger-menu span:nth-child(2){width:79%;margin-left:auto}.dqwdc123c123-burger-menu span:nth-child(3){width:40%;margin-left:auto}}.dqwdc123c123-header-centered .dqwdc123c123-logo{max-width:160px;width:100%}@media (width < 1023px){.dqwdc123c123-header-centered .dqwdc123c123-logo{margin-right:auto}}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-logo{order:2;margin:0 auto}}.dqwdc123c123-header-centered .dqwdc123c123-logo img{height:50px;object-fit:contain;object-position:center}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-lang-switcher{order:1;margin-right:auto}}.dqwdc123c123-header-centered .dqwdc123c123-nav{margin-right:auto}.dqwdc123c123-header-centered .dqwdc123c123-nav[data-open="true"]{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:var(--bg);z-index:1000;display:flex;justify-content:center;align-items:center}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-nav[data-open="true"]{top:121px;height:calc(100vh - 121px)}}.dqwdc123c123-header-centered .dqwdc123c123-nav ul{display:flex;align-items:center;gap:15px;margin:0;padding:0;margin-right:auto}@media (width < 900px){.dqwdc123c123-header-centered .dqwdc123c123-nav ul{flex-direction:column}}.dqwdc123c123-header-centered .dqwdc123c123-nav ul li{list-style:none}.dqwdc123c123-header-centered .dqwdc123c123-nav ul li a{color:var(--text)}.dqwdc123c123-header-centered .dqwdc123c123-header-row{display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center;align-items:center}@media (width < 900px){.dqwdc123c123-header-centered .dqwdc123c123-header-row{grid-template-columns:repeat(2, 1fr)}}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-header-row{padding-top:40px;grid-template-columns:repeat(2, 1fr)}}.dqwdc123c123-header-centered .dqwdc123c123-header-buttons{display:flex;align-items:center;gap:10px;justify-content:end;margin-left:auto}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-header-buttons{display:contents}}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-actions{position:absolute;top:6px;left:6px;width:100%;display:grid;grid-template-columns:repeat(2, 1fr)}.dqwdc123c123-header-centered .dqwdc123c123-actions botton{width:100%}}.dqwdc123c123-header-centered .dqwdc123c123-actions button:first-child{background:var(--muted);color:var(--btn2)}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-actions button{font-size:14px;height:unset;font-size:14px;padding:9px 9px}}@media (width>900px){.dqwdc123c123-header-centered .dqwdc123c123-burger-menu{display:none}}@media (width < 768px){.dqwdc123c123-header-centered .dqwdc123c123-burger-menu{order:3;margin-left:auto}}div[data-variant="minimal"]{position:unset !important;box-shadow:0 0 0 0 !important}.dqwdc123c123-header-minimal{padding-top:10px;margin-bottom:30px}.dqwdc123c123-header-minimal .dqwdc123c123-container{padding:0 6px !important}.dqwdc123c123-header-minimal .dqwdc123c123-logo{max-width:160px;width:100%}.dqwdc123c123-header-minimal .dqwdc123c123-logo img{width:100%}.dqwdc123c123-header-minimal .dqwdc123c123-header-row{display:flex;align-items:center;justify-content:space-between}.dqwdc123c123-header-minimal .dqwdc123c123-header-row ul{display:flex;align-items:center;gap:15px;margin:0;padding:0;margin-right:auto}@media (width < 900px){.dqwdc123c123-header-minimal .dqwdc123c123-header-row ul{flex-direction:column}}.dqwdc123c123-header-minimal .dqwdc123c123-header-row ul li{list-style:none}.dqwdc123c123-header-minimal .dqwdc123c123-header-row ul li a{color:var(--text)}.dqwdc123c123-header-minimal .dqwdc123c123-header-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255, 255, 255, 0.3);padding-bottom:10px;margin-bottom:10px}.dqwdc123c123-header-minimal .dqwdc123c123-header-top p{margin:0}@media (width < 650px){.dqwdc123c123-header-minimal .dqwdc123c123-header-top p{display:none}}.dqwdc123c123-header-minimal .dqwdc123c123-header-top button{height:32px}.dqwdc123c123-header-minimal .dqwdc123c123-header-buttons{margin-left:auto}@media (width < 650px){.dqwdc123c123-header-minimal .dqwdc123c123-header-buttons{order:3}}.dqwdc123c123-header-minimal .dqwdc123c123-header-actions{margin-left:15px;display:flex;align-items:center;gap:15px}.dqwdc123c123-header-minimal .dqwdc123c123-header-actions button:first-child{background:var(--muted);color:var(--btn2)}@media (width < 768px){.dqwdc123c123-header-minimal .dqwdc123c123-header-actions button{font-size:14px;height:unset;font-size:14px;padding:9px 9px}}.dqwdc123c123-header-minimal .dqwdc123c123-nav[data-open="true"]{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:var(--bg);z-index:1000;display:flex;justify-content:center;align-items:center}@media (width < 768px){.dqwdc123c123-header-minimal .dqwdc123c123-nav[data-open="true"]{top:121px;height:calc(100vh - 121px)}}@media (width>900px){.dqwdc123c123-header-minimal .dqwdc123c123-burger-menu{display:none}}@media (width < 768px){.dqwdc123c123-header-minimal .dqwdc123c123-burger-menu{order:3;margin-left:auto}}.g-block{margin:25px 0}.g-block-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}@media (width < 1024px){.g-block-grid{grid-template-columns:repeat(3, 1fr)}}@media (width < 768px){.g-block-grid{grid-template-columns:repeat(2, 1fr)}}.g-block-item{position:relative;aspect-ratio:0.7;border-radius:var(--radius);overflow:hidden}.g-block-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.g-block-item:hover .g-block-content button span{opacity:1;transition:0.5s 0.5s ease-in-out}.g-block-item:hover .g-block-description p{opacity:0.8;height:25px;transform:translateY(0);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:height 0.5s 0.5s ease-in-out;margin:0}.g-block-content{position:absolute;inset:0;background:rgba(0, 0, 0, 0.2);z-index:2;display:flex;align-items:center;justify-content:center}.g-block-content .budget{position:absolute;top:10px;right:10px;font-weight:700;padding:5px 10px;border-radius:5px;font-size:12px;border:0}.g-block-content button{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;background:transparent;border:0}.g-block-content button span{font-size:16px;font-weight:700;background:#ff124c;color:#fff;padding:5px 10px;border-radius:5px;opacity:0}.g-block-description{position:absolute;bottom:10px;left:10px}.g-block-description .title{font-weight:700;height:37px}.g-block-description p{font-size:11px;opacity:0;height:0;margin:0}.g-block-after{margin-top:24px;display:grid;place-items:center}.g-block-after button{appearance:none;border:0;background:var(--brand, #ff124c);color:var(--btn1);border-radius:var(--radius, 8px);padding:10px 18px;cursor:pointer;font-weight:700;box-shadow:var(--shadow, 0 10px 30px rgba(14, 22, 40, 0.08))}.owz-games h2{font-size:var(--h2, 25px);margin:0 0 16px}.owz-banner-cta{position:relative;overflow:hidden;width:100%;min-height:60vh;display:flex;align-items:center;cursor:pointer}.owz-banner-cta-container{display:flex;flex-direction:column;width:100%;justify-content:center}.owz-banner-cta.pos-left .container,.banner-cta.pos-left .container{align-items:start;text-align:left}.owz-banner-cta.pos-right .container,.banner-cta.pos-right .container{align-items:end;text-align:right}.owz-banner-cta.pos-center .container,.banner-cta.pos-center .container{align-items:center;text-align:center}.owz-banner-cta__images,.banner-cta__images{position:absolute;inset:0}.owz-banner-cta__images::after,.banner-cta__images::after{content:"";position:absolute;inset:0;background:rgba(0, 0, 0, 0.3)}.owz-banner-cta__images img,.banner-cta__images img{width:100%;height:100%;object-fit:cover;display:none}.owz-banner-cta__images .img--mobile,.banner-cta__images .img--mobile{display:block}@media (min-width:641px){.owz-banner-cta__images .img--mobile,.banner-cta__images .img--mobile{display:none}.owz-banner-cta__images .img--tablet,.banner-cta__images .img--tablet{display:block}}@media (min-width:1025px){.owz-banner-cta__images .img--tablet,.banner-cta__images .img--tablet{display:none}.owz-banner-cta__images .img--desktop,.banner-cta__images .img--desktop{display:block}}.owz-banner-cta__text,.banner-cta__text{position:relative;z-index:2;color:#fff;font-weight:700;font-size:clamp(18px, 2.6vw, 36px);line-height:1.2;padding:16px;max-width:1000px}.owz-banner-cta__btn,.btn{display:inline-block;margin-top:12px;padding:14px 32px;text-transform:capitalize;border-radius:var(--radius);border:0;font-weight:700;cursor:pointer;background:var(--brand, #ff3400);color:var(--btn1);line-height:1;text-align:center;transition:transform 0.06s ease, filter 0.2s ease;position:relative}.owz-banner-cta__btn:hover,.btn:hover{filter:brightness(1.05)}.owz-banner-cta__btn:active,.btn:active{transform:translateY(1px)}.owz-banner-cta__hint,.banner-cta__hint{font-size:12px;opacity:0.6;margin-top:8px;display:none}.dqwdc123c123-content-wrap{margin:25px auto;display:table}.dqwdc123c123-content-wrap body{font-family:"Open Sans", sans-serif;font-size:15px;line-height:1.6;color:#000}.dqwdc123c123-content-wrap h1,.dqwdc123c123-content-wrap h2,.dqwdc123c123-content-wrap h3,.dqwdc123c123-content-wrap h4,.dqwdc123c123-content-wrap h5,.dqwdc123c123-content-wrap h6{font-family:"Open Sans", sans-serif;font-weight:700;margin:20px 0 15px;line-height:1.3}.dqwdc123c123-content-wrap h1{font-size:29px}.dqwdc123c123-content-wrap h2{font-size:25px}.dqwdc123c123-content-wrap h3{font-size:21px}.dqwdc123c123-content-wrap h4{font-size:19px}.dqwdc123c123-content-wrap h5{font-size:17px}.dqwdc123c123-content-wrap h6{font-size:15px}.dqwdc123c123-content-wrap p{margin:0 0 15px}.dqwdc123c123-content-wrap ul,.dqwdc123c123-content-wrap ol{margin:0 0 20px 25px;padding:0;line-height:1.6}.dqwdc123c123-content-wrap li{margin-bottom:8px}.dqwdc123c123-content-wrap a{color:#0073e6;text-decoration:none}.dqwdc123c123-content-wrap a:hover{text-decoration:underline}.dqwdc123c123-content-wrap blockquote{margin:20px 0;padding:15px 20px;border-left:4px solid #0073e6;background:#f9f9f9;font-style:italic;color:#555}.dqwdc123c123-content-wrap code,.dqwdc123c123-content-wrap pre{font-family:monospace;background:#f4f4f4;padding:2px 5px;border-radius:3px}.dqwdc123c123-content-wrap pre{padding:15px;overflow-x:auto}.dqwdc123c123-content-wrap table{width:100%;border-collapse:collapse;margin:20px 0;font-size:15px}.dqwdc123c123-content-wrap table th,.dqwdc123c123-content-wrap table td{border:1px solid #ddd;padding:10px 15px;text-align:left}.dqwdc123c123-content-wrap table th{background:#f4f4f4;font-weight:600}.dqwdc123c123-content-wrap table tr:nth-child(even){background:#fafafa}.table-block-standart{margin:25px 0}.table-block-standart .dqwdc123c123-table-container{overflow-x:auto;padding:0}.table-block-standart table{width:100%;border-collapse:collapse;background:white}.table-block-standart th,.table-block-standart td{padding:20px;text-align:left;border-bottom:1px solid #e1e8ed;vertical-align:top}.table-block-standart th{background:linear-gradient(135deg, #f8f9fa, #e9ecef);font-weight:700;font-size:1.1rem;color:#2c3e50;position:sticky;left:0;z-index:10}.table-block-standart td:first-child{background:linear-gradient(135deg, #f8f9fa, #e9ecef);font-weight:600;color:#2c3e50;position:sticky;left:0;z-index:5}.table-block-standart td{font-size:1rem;line-height:1.6;color:#34495e}.table-block-standart tr:hover{background:rgba(52, 152, 219, 0.05);transform:translateY(-2px);transition:all 0.3s ease}.table-block-standart .payment-methods{display:flex;flex-wrap:wrap;gap:8px}.table-block-standart .payment-tag{background:#031838;color:white;padding:6px 12px;border-radius:20px;font-size:0.9rem;font-weight:500}.table-block-standart .crypto-tag{background:linear-gradient(0deg, #e73d00, #ffbf00)}.table-block-standart .currency-list{line-height:1.8}.table-block-standart .highlight{background:linear-gradient(135deg, #e8f5e8, #d4edda);border-left:4px solid #27ae60;padding:15px;border-radius:8px}.table-block-standart .limit-info{background:linear-gradient(135deg, #fff3cd, #ffeaa7);border-left:4px solid #f39c12;padding:15px;border-radius:8px}@media (max-width:768px){.table-block-standart{}.table-block-standart body{padding:10px}.table-block-standart .header{padding:20px}.table-block-standart .header h1{font-size:1.5rem}.table-block-standart .header p{font-size:1rem}.table-block-standart th,.table-block-standart td{padding:15px 10px;font-size:0.9rem}.table-block-standart .payment-methods{gap:5px}.table-block-standart .payment-tag{padding:4px 8px;font-size:0.8rem}}@media (max-width:768px) and (max-width:480px){.table-block-standart table,.table-block-standart thead,.table-block-standart tbody,.table-block-standart th,.table-block-standart td,.table-block-standart tr{display:block}.table-block-standart thead tr{position:absolute;top:-9999px;left:-9999px}.table-block-standart tr{border:1px solid #ccc;margin-bottom:15px;border-radius:10px;background:white;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1)}.table-block-standart td{border:none;position:relative;padding:15px 15px 15px 35%;text-align:left}.table-block-standart td:before{content:attr(data-label);position:absolute;left:15px;width:30%;padding-right:10px;white-space:nowrap;font-weight:bold;color:#2c3e50}.table-block-standart td:first-child{background:linear-gradient(135deg, #3498db, #2980b9);color:white;font-weight:bold;text-align:center;padding:15px;border-radius:10px 10px 0 0}.table-block-standart td:first-child:before{display:none}}.table-block-standart .container{animation:slideIn 0.8s ease-out}@keyframes slideIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.faq-block-standart{margin:25px 0}.faq-block-standart h2{color:var(--text);margin-bottom:30px}.faq-block-standart-grid{display:grid;gap:10px}.faq-block-standart .accordion{background:#4774b2;padding:25px;border-radius:5px}.faq-block-standart .accordion+.accordion{margin-top:25px}.faq-block-standart details{color:#FFF}.faq-block-standart details[open] .accordion__summary:after{content:"×"}.faq-block-standart .accordion__summary{position:relative;padding-right:40px}.faq-block-standart .accordion__summary::marker{font-size:0;display:none}.faq-block-standart .accordion__summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:21px}.faq-block-standart .accordion__content{display:grid;grid-template-rows:0fr;transition-duration:0.3s;color:#FFF}.faq-block-standart .accordion__content-body{overflow:hidden}.faq-block-standart .accordion__content-body p{margin:0}.faq-block-standart .accordion__details[open]+.accordion__content{grid-template-rows:1fr;padding-top:30px}.default-block-faq{margin:25px 0;color:#FFF}.default-block-faq h2{margin-bottom:30px}.default-block-faq-grid{display:grid}.default-block-faq-item{position:relative;padding-left:30px;padding-bottom:20px;padding-top:20px}.default-block-faq-item::after{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border-radius:50%;background:#FFF;opacity:0.5}.default-block-faq-item::before{content:"";position:absolute;height:100%;width:1px;background:#fff;left:8px;top:0;opacity:0.5}.default-block-faq-item .title{font-size:21px;margin-bottom:20px;position:relative}.default-block-faq-item .content{line-height:1.6;hyphens:auto}.faq-with-number{margin:25px 0;color:var(--text)}.faq-with-number h2{margin-bottom:30px}.faq-with-number-grid{display:grid;gap:20px}.faq-with-number-item{position:relative;padding-left:60px;padding-bottom:20px}@media (width < 768px){.faq-with-number-item{padding-left:0;padding-top:80px !important}}.faq-with-number-item+.faq-with-number-item{border-top:1px solid #FFF;padding-top:20px}.faq-with-number-item+.faq-with-number-item:after{top:20px}.faq-with-number-item::after{content:attr(data-number);position:absolute;width:40px;height:40px;background:#ff124c;display:flex;align-items:center;justify-content:center;color:#FFF;font-size:21px;font-weight:700;left:0px;top:0px}@media (width < 768px){.faq-with-number-item::after{top:20px}}.faq-with-number-item .title{font-size:27px;margin-bottom:20px;display:table}.faq-with-number-item .content{line-height:1.6}.g-list-box{margin:25px 0}.g-list-box-slider{padding:20px 0}.g-list-box-item{border-radius:5px;overflow:hidden;position:relative;aspect-ratio:0.7}.g-list-box-item img{width:100%;position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.g-list-box-item .content{background:rgba(0, 0, 0, 0.2);position:absolute;top:0;bottom:0;left:0;right:0;z-index:2}.g-list-box-item .content button{border:0;background:transparent;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;padding:0 !important;cursor:pointer;display:flex;align-items:center;justify-content:center}.g-list-box-item .content button span{background:var(--brand);color:var(--btn1);padding:5px 10px;border-radius:var(--radius);width:80%;display:table;opacity:0}.g-list-box-item .content button:hover span{opacity:1;transition:0.5s ease-in-out}.g-list-box-item .content .budge{position:absolute;right:10px;top:10px;background:red;padding:3px 5px;border-radius:5px}.g-list-box-item .content .description{position:absolute;bottom:10px;left:10px}.g-list-box-item .content .description .title{font-weight:700}.g-list-box-item .content .description p{margin:0;opacity:0.6}.payment-method button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:var(--radius);border:0;margin:0;background:var(--brand);color:var(--btn1);font-weight:700;cursor:pointer;box-shadow:var(--shadow);transition:transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease}.payment-method-slider .swiper-slide{align-items:center}.payment-method-slider img{width:55%;object-position:center;object-fit:contain;margin:0 auto}.payment-method-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;box-shadow:inset 0 0 370px 20px #ffffff2b;padding:10px}@media (width < 768px){.payment-method-grid{grid-template-columns:repeat(3, 1fr)}}.payment-method-grid .items{background:#242424;display:flex;align-items:center;justify-content:center;aspect-ratio:1.7777777778}.payment-method-grid .items img{max-width:80%;height:50px;object-fit:contain;object-position:center}@media (width < 768px){.payment-method-grid .items:last-child{grid-column:1/ -1;aspect-ratio:unset;padding:10px 0}}.payment-method-grid-7{display:grid;grid-template-columns:repeat(7, 1fr);background:var(--color-primary-light)}.payment-method-grid-7 img{width:60%;object-fit:contain}.payment-method-grid-7 .items{display:flex;justify-content:center;align-items:center;padding:20px 0}.payment-method-grid-7 .items:nth-child(even){background:var(--color-primary-dark)}.providers{margin:25px 0}.providers__slider{margin:50px 0}.providers__slider img{width:80%;object-fit:contain;object-position:center;margin:0 auto}.providers__grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:50px;justify-items:center}.providers__pallet{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.providers__pallet-item{display:flex;align-items:center;justify-content:center;aspect-ratio:1.7777777778;background:#0f1320}.providers__with_text{display:grid;grid-template-columns:repeat(3, 1fr);background:#FFF;gap:2px}.providers__with_text div{background:#0f1320;display:flex;align-items:center;justify-content:center;padding:20px 0}.providers__with_text button{background:var(--brand);color:var(--btn1);font-weight:700}.box-image{margin:25px 0}.box-image-wrapper{background:linear-gradient(85deg, #834bfb 0%, #2D34C4 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 40px;border-radius:var(--radius);min-height:400px}@media (width < 768px){.box-image-wrapper{grid-template-columns:1fr;padding-top:40px;padding-bottom:40px}}.box-image-wrapper img{max-width:450px;width:100%}.box-image-wrapper .item{display:grid;justify-items:center}.box-image-wrapper .item .title{font-size:18px;color:#fff}.box-image-wrapper .item p{font-size:37px;color:#fff;font-weight:700;margin:20px 0}.box-image-wrapper .item button{border:0;padding:20px 40px;font-size:21px;font-weight:700}.dqwdc123c123-three-list{margin:25px 0}.dqwdc123c123-three-list-item{border-radius:15px;border:1px solid #5016bb;overflow:hidden;box-shadow:2px 2px 174px -5px #5016bb;position:relative}.dqwdc123c123-three-list-badge{position:absolute;top:20px;right:20px;background:var(--bg);display:table;padding:5px 17px;border-radius:50px;font-size:14px;color:var(--text)}.dqwdc123c123-three-list-box{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media (width < 1023px){.dqwdc123c123-three-list-box{grid-template-columns:repeat(2, 1fr)}}@media (width < 767px){.dqwdc123c123-three-list-box{grid-template-columns:1fr}}.dqwdc123c123-three-list-box img{object-fit:cover;object-position:center;aspect-ratio:1.7777777778;display:block;width:100%}.dqwdc123c123-three-list-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.dqwdc123c123-three-list-content h2{font-size:21px;text-align:center}.dqwdc123c123-three-list-content button{cursor:pointer;background:transparent;border:0;display:table;margin:0 auto;color:var(--btn1);font-weight:600}.dqwdc123c123-button-grid-after{cursor:pointer;background:var(--brand);border:none;border-radius:var(--radius);padding:12px 24px;color:var(--btn1);font-family:"Open Sans", sans-serif;font-size:16px;font-weight:600;display:table;align-items:center;justify-content:center;transition:background 0.3s;margin:20px auto;position:relative}.dqwdc123c123-button-grid-after:hover{opacity:0.8;transition:0.5s ease}.dqwdc123c123-button-grid-after span{pointer-events:none}.dqwdc123c123-text-content-with-img{margin:25px 0;display:table;max-width:100%}.dqwdc123c123-text-content-with-img-box{display:grid;grid-template-columns:50% 50%;grid-gap:25px;align-items:center}@media (width < 768px){.dqwdc123c123-text-content-with-img-box{display:flex;flex-direction:column-reverse;justify-items:center}}.dqwdc123c123-text-content-with-img-img{width:100%;object-fit:contain;object-position:center;margin:0 auto;display:table;filter:drop-shadow(0 0 215px var(--muted))}.dqwdc123c123-header{position:sticky;top:-64px;z-index:50;backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}.dqwdc123c123-logo{font-weight:800;letter-spacing:-0.01em}.dqwdc123c123-logo-link{text-decoration:none;color:var(--text)}.dqwdc123c123-logo-text{color:var(--text)}.dqwdc123c123-actions{display:flex;gap:10px}.dqwdc123c123-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:var(--radius);border:0;margin:0;background:var(--brand);color:var(--btn1);font-weight:700;cursor:pointer;box-shadow:var(--shadow);transition:transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease}.dqwdc123c123-btn:hover{transform:translateY(-1px)}.dqwdc123c123-btn:active{transform:translateY(0);opacity:0.9}.dqwdc123c123-main{min-height:60vh}.dqwdc123c123-card{border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);background:#fff}.dqwdc123c123-card-title{margin:0 0 8px 0;font-weight:800;font-size:18px}.dqwdc123c123-card-text{margin:0;color:var(--muted)}.dqwdc123c123-logos{display:flex;flex-wrap:wrap;gap:10px}.dqwdc123c123-foot-text{font-size:14px;line-height:1.5}.dqwdc123c123-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:clamp(10px, 1.8vw, 18px)}.dqwdc123c123-col-4{grid-column:span 4}.dqwdc123c123-col-6{grid-column:span 6}.dqwdc123c123-col-12{grid-column:span 12}@media (max-width:900px){.dqwdc123c123-nav{display:none}.dqwdc123c123-footer-top{grid-template-columns:1fr}}.dqwdc123c123-footer-classic{padding:40px 0;background:#0f1320;margin-top:50px}.dqwdc123c123-footer-classic .dqwdc123c123-footer-content{display:grid;gap:15px;margin-bottom:40px}@media (width < 768px){.dqwdc123c123-footer-classic .dqwdc123c123-footer-content{text-align:center}}.dqwdc123c123-footer-classic .dqwdc123c123-footer-content p{margin:0}.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (width < 768px){.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation{flex-direction:column;align-items:center;gap:20px}}.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation .dqwdc123c123-logo{max-width:160px;width:100%}.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation .dqwdc123c123-logo img{width:100%}.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation ul{margin:0;padding:0;display:flex;align-items:center;gap:15px}.dqwdc123c123-footer-classic .dqwdc123c123-footer-navigation ul li{list-style:none}.dqwdc123c123-footer-classic .dqwdc123c123-copyright{padding-top:20px;border-top:1px solid var(--text);opacity:0.7}@media (width < 768px){.dqwdc123c123-footer-classic .dqwdc123c123-copyright{text-align:center}}.dqwdc123c123-footer-centered{padding:40px 0;background:#0f1320;margin-top:50px}.dqwdc123c123-footer-centered .dqwdc123c123-footer-content{display:grid;gap:15px;margin-bottom:40px;max-width:30%}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-footer-content{text-align:center;max-width:100%}}.dqwdc123c123-footer-centered .dqwdc123c123-footer-content p{margin:0;font-size:12px;opacity:0.7}.dqwdc123c123-footer-centered .dqwdc123c123-footer-content .dqwdc123c123-logo{max-width:160px;width:100%}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-footer-content .dqwdc123c123-logo{margin:0 auto}}.dqwdc123c123-footer-centered .dqwdc123c123-footer-content .dqwdc123c123-logo img{width:100%}.dqwdc123c123-footer-centered .dqwdc123c123-footer-wrapper{display:flex;align-items:center;justify-content:space-between}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-footer-wrapper{flex-direction:column}}.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation{flex-direction:column;align-items:center;gap:20px}}.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation .dqwdc123c123-logo{max-width:160px;width:100%}.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation .dqwdc123c123-logo img{width:100%}.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation ul{margin:0;padding:0;display:flex;align-items:end;flex-direction:column;gap:15px}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation ul{align-items:center}}.dqwdc123c123-footer-centered .dqwdc123c123-footer-navigation ul li{list-style:none}.dqwdc123c123-footer-centered .dqwdc123c123-copyright{padding-top:20px;border-top:1px solid var(--text);opacity:0.7;text-align:center}@media (width < 768px){.dqwdc123c123-footer-centered .dqwdc123c123-copyright{text-align:center}}.dqwdc123c123-footer-minimal{padding:40px 0;background:#0f1320;margin-top:50px}.dqwdc123c123-footer-minimal .dqwdc123c123-box{display:flex;align-items:center;justify-content:space-between;color:rgba(255, 255, 255, 0.5)}@media (width < 768px){.dqwdc123c123-footer-minimal .dqwdc123c123-box{flex-direction:column-reverse}}.dqwdc123c123-footer-minimal .dqwdc123c123-box ul{margin:0;padding:0;display:flex;align-items:center;gap:15px}.dqwdc123c123-footer-minimal .dqwdc123c123-box ul li{list-style:none}.dqwdc123c123-footer-minimal .dqwdc123c123-box ul li a{color:rgba(255, 255, 255, 0.5)}.dqwdc123c123-footer-minimal .dqwdc123c123-box ul li a:hover{color:white}.page-404--clean{--bg: #0e1116;--grad-a: #101623;--grad-b: #0f1a2a;--text: #e7ecf2;--muted: #a6b0be;--accent: #85b6ff;--accent-2: #9ef0d6;--glass: rgba(255,255,255,.06);--border: rgba(255,255,255,.12);--ring: color-mix(in oklab, var(--accent) 35%, transparent);--shadow: 0 10px 30px rgba(0,0,0,.25);min-height:80vh;position:relative;isolation:isolate;padding:clamp(28px, 3vw, 44px);overflow:hidden;box-shadow:var(--shadow);background:radial-gradient(120% 100% at 10% -10%, var(--grad-a), transparent 70%), radial-gradient(100% 100% at 100% 10%, var(--grad-b), transparent 70%), linear-gradient(180deg, #0a0d12, #0c111a);color:var(--text)}.page-404--clean .e404__bg{position:absolute;inset:0;z-index:-1;pointer-events:none}.page-404--clean .e404__blob{position:absolute;filter:blur(24px)}.page-404--clean .e404__blob--a{width:520px;left:-60px;top:-60px;animation:floatA 14s ease-in-out infinite}.page-404--clean .e404__blob--b{width:520px;right:-80px;bottom:-80px;animation:floatB 16s ease-in-out infinite}.page-404--clean .e404__head{text-align:center}.page-404--clean .e404__badge{display:inline-block;font-size:clamp(64px, 11vw, 136px);font-weight:900;letter-spacing:-0.04em;line-height:1;background:radial-gradient(circle at 50% 50%, #ffffff, #ddecff 45%, #c7f5e6 70%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 6px 28px rgba(0, 0, 0, 0.35);filter:drop-shadow(0 10px 30px rgba(133, 182, 255, 0.25));margin-bottom:6px;animation:softPulse 6s ease-in-out infinite}.page-404--clean .e404__title{margin:8px 0 6px;font-size:clamp(26px, 4vw, 42px);font-weight:800;letter-spacing:-0.02em}.page-404--clean .e404__subtitle{margin:0;color:var(--muted);font-size:clamp(14px, 2.2vw, 17px)}.page-404--clean .e404__actions{margin:26px auto 0;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.page-404--clean .e404__actions .e404__btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 18px;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease}.page-404--clean .e404__actions .e404__btn--primary{background:linear-gradient(180deg, var(--accent), color-mix(in oklab, var(--accent) 65%, #3b5c9e));color:#0d1117;box-shadow:0 10px 24px color-mix(in oklab, var(--accent) 40%, transparent)}.page-404--clean .e404__actions .e404__btn--primary:hover{transform:translateY(-1px)}.page-404--clean .e404__actions .e404__btn--primary:active{transform:translateY(0)}.page-404--clean .e404__actions .e404__btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.page-404--clean .e404__actions .e404__btn--ghost:hover{background:var(--glass)}.page-404--clean .e404__search{margin:28px auto 0;width:min(680px, 100%)}.page-404--clean .e404__search .e404__label{display:block;margin-bottom:10px;color:var(--muted);font-size:14px}.page-404--clean .e404__search .e404__form{display:grid;grid-template-columns:1fr auto;gap:10px}@media (max-width:560px){.page-404--clean .e404__search .e404__form{grid-template-columns:1fr}}.page-404--clean .e404__search .e404__input{width:100%;border-radius:12px;padding:14px 14px;background:var(--glass);border:1px solid var(--border);color:var(--text);outline:none;transition:border-color 0.2s ease, box-shadow 0.2s ease}.page-404--clean .e404__search .e404__input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--ring)}.page-404--clean .e404__search .e404__submit{border:0;border-radius:12px;padding:0 18px;font-weight:800;background:linear-gradient(180deg, var(--accent-2), color-mix(in oklab, var(--accent-2) 70%, #2a6c5f));color:#081410;cursor:pointer;box-shadow:0 8px 20px rgba(0, 0, 0, 0.25);transition:transform 0.15s ease}.page-404--clean .e404__search .e404__submit:hover{transform:translateY(-1px)}.page-404--clean .e404__search .e404__submit:active{transform:translateY(0)}.page-404--clean .e404__links{margin:30px auto 0;width:min(720px, 100%)}.page-404--clean .e404__links .e404__links-title{margin:0 0 8px;font-size:16px;color:var(--muted);font-weight:700;letter-spacing:0.02em}.page-404--clean .e404__links .e404__list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0}.page-404--clean .e404__links .e404__list a{display:inline-block;padding:10px 12px;border-radius:10px;background:var(--glass);border:1px solid var(--border);color:var(--text);text-decoration:none;transition:background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease}.page-404--clean .e404__links .e404__list a:hover{background:color-mix(in oklab, #fff 10%, transparent);border-color:color-mix(in oklab, #fff 24%, transparent);transform:translateY(-1px)}.page-404--clean .e404__recent{margin:34px auto 6px;width:min(980px, 100%)}.page-404--clean .e404__recent .e404__recent-title{margin:0 0 14px;font-size:18px;color:var(--muted);font-weight:800;letter-spacing:0.02em}.page-404--clean .e404__recent .e404__cards{display:grid;gap:12px;grid-template-columns:repeat(3, minmax(0, 1fr))}@media (max-width:920px){.page-404--clean .e404__recent .e404__cards{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width:540px){.page-404--clean .e404__recent .e404__cards{grid-template-columns:1fr}}.page-404--clean .e404__recent .e404__card{background:var(--glass);border:1px solid var(--border);border-radius:14px;transition:transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease}.page-404--clean .e404__recent .e404__card:hover{transform:translateY(-2px);border-color:color-mix(in oklab, #fff 22%, transparent);box-shadow:0 10px 24px rgba(0, 0, 0, 0.25)}.page-404--clean .e404__recent .e404__card-link{display:block;padding:14px 16px;text-decoration:none;color:var(--text)}.page-404--clean .e404__recent .e404__card-title{display:block;font-weight:700;line-height:1.35;margin-bottom:6px}.page-404--clean .e404__recent .e404__card-date{display:block;font-size:12px;color:var(--muted)}@keyframes floatA{0%,100%{transform:translate(0, 0)}50%{transform:translate(10px, -8px)}}@keyframes floatB{0%,100%{transform:translate(0, 0)}50%{transform:translate(-12px, 10px)}}@keyframes softPulse{0%,100%{filter:drop-shadow(0 10px 30px rgba(133, 182, 255, 0.25))}50%{filter:drop-shadow(0 12px 36px rgba(133, 182, 255, 0.45))}}