/* /local/templates/boosthub/assets/css/main.css */
@charset "UTF-8";
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    /* Subset: Basic Latin + Latin-1 + Latin Ext-A + Cyrillic + punct/currency */
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0400-04FF, U+2010-2027, U+20A0-20CF;
    src: url('/local/templates/boosthub/assets/css/../fonts/InterVariable.woff2') format("woff2-variations");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0400-04FF, U+2010-2027, U+20A0-20CF;
    src: url('/local/templates/boosthub/assets/css/../fonts/InterVariable-Italic.woff2') format("woff2-variations");
}

/* Эмодзи: Inter их не содержит — в конце стека системные цветные шрифты + generic emoji (CSS Fonts 4). */
:root {
    --bh-font-sans: 'Inter', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji;
    --bh-focus-ring-color: #7fdefc;
    --bh-focus-ring-soft: rgba(127, 222, 252, 0.28);
    --bh-focus-ring-width: 2px;
    --bh-focus-ring-offset: 2px;
}

* {
    outline: none;
}

html {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.56;
    background-color: #111b29;
}

body {
    font-size: 18px;
    margin: 0;
    font-family: var(--bh-font-sans);
    color: #fff;
    min-width: 320px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    background: #111b29;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--bh-font-sans);
    font-weight: 800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, .h1, .st_h1_1 {
    font-size: 4rem;
    margin: 0 0 0.5em;
    color: #fff;
    line-height: 1;
    position: relative;
    padding: 0 0 0 1.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

h1:before, .h1:before, .st_h1_1:before {
    content: '';
    display: inline-block;
    width: 1.4em;
    height: 5px;
    background: #fe9900;
    margin: 0;
    position: absolute;
    top: .5em;
    left: 0;
}

.st_h2_1:before{
    display: none;
}
h2, .h2, .st_h2_1 {
    font-size: 3.5rem;
    margin: 0.55em 0;
    color: #fe9900;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 2.8rem;
    margin: 0.68em 0;
    color: #fff;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 2.5rem;
    margin: 0.7em 0;
    color: #fff;
    line-height: 1.2;
}

h5, .h5 {
    font-size: 2.80374rem;
    margin: 0.96em 0;
    color: #fff;
    line-height: 1.2;
}

h6, .h6 {
    font-size: 2.5rem;
    margin: 1.08em 0;
    color: #fff;
    line-height: 1.2;
}

p {
    margin: 1em 0;
    text-align: justify;
}


/* Article chrome extracted to assets/css/article-content.css (2026-07-21).
 * Loaded on news + content-shell pages via header.php — not in home/catalog/personal united. */


.st_h2_1{
    padding: 0;
    margin: 0;
}

a, a:visited, a:active {
    color: #ff9802;
    
}

a:hover, a:active {
    text-decoration: none;
    outline: none;
    
}


input, textarea {
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input[type=submit] {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

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

::-ms-clear {
    width: 0;
    height: 0;
}

input:active, textarea:active {
    outline: none;
}

textarea {
    resize: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:hover {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    outline: none;
}

/* Системный фокус возвращаем отдельным слоем, не ломая старые hover-правила и локальные CTA-исключения. */
body :where(a[href], button, input:not([type="hidden"]), select, textarea, summary, [role="button"], [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: var(--bh-focus-ring-offset);
}

body :where(a[href], button, input:not([type="hidden"]), select, textarea, summary, [role="button"], [tabindex]:not([tabindex="-1"])):focus:not(:focus-visible) {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time {
    display: block;
}


.content {
    max-width: 1370px;
    width: 100%;
    padding: 10px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.menu a {
    display: block;
}

.mainWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wrapper {
    position: relative;
    background-position: top center;
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper_lk{
    background: radial-gradient( at 0% 130%, rgba(29, 41, 57, 0.5) 15% , rgba(0, 0, 0, 0.1) 30%, rgba(21, 33, 48, 0.1) 50%, rgba(25, 41, 60, 0.3) ), radial-gradient( circle at 78% 6%, rgb(38, 91, 129) 1%, rgba(47, 82, 114, 0.8) 5%, rgb(22, 32, 47) );
}
/*
 * /contacts/ — фон как у wot_pm: только body:has(.pmMissionProtoPage) в pm-mission-prototype-lk.css
 * (градиент без background-attachment: fixed). Отдельный градиент + fixed на .wrapper давал
 * видимый вертикальный «шов» из-за рассинхрона слоёв с body.
 */
.wrapper_contacts {
    background: transparent;
}
/* Глобальные стили для всех изображений - предотвращение растягивания */
img {
    max-width: 100%;
    height: auto;
}

/*
 * WoT contour PNG: у файлов разный aspect ratio силуэта. Фиксированный 65×22 давал «мелкие / крупные» танки
 * внутри одной коробки. Используем интринсик + max-* как потолок (как у responsive img).
 */
img.wot-vehicle-contour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.2em;
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}

img.wot-vehicle-contour.wot-vehicle-contour--lg {
    max-width: 144px;
    max-height: 48px;
    top: -0.2em;
}


.bgMain__img {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.image_poly {
    font-family: 'object-fit: cover';
}

/*Контент конец*/

/* pageCard_2 start*/
.pageCard_2__section_2, .pageCard_3__section_2 {
    -webkit-box-shadow: 0 0 30px #fe9900;
    box-shadow: 0 0 30px #fe9900;
    position: relative;
    border-radius: 8px;
    max-width: 1370px;
    width: 98%;
    margin: 0 auto;
}

.pageCard_2__section_3 {
    margin: 59px 0;
}

.improveGame {
    margin: 40px 0 0;
}

.improveGame__box_1 {
    padding: 48px 0 30px;
    border-radius: 10px 10px 0 0;
}

.pageCard_2__section_2:before, .pageCard_3__section_2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.4;
    background: #cd800c;
    z-index: -1;
    border-radius: 8px;
}

.improveGame__ttl {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 0 0 .844em;
    padding: 0;
    display: block;
}


.improveGame__ttl:before {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    position: absolute;
    bottom: -.46em;
    left: calc(50% - 38px);
    background: #fe9900;
    top: auto;
}

.valueMMR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px 0 13px;
}

.curvalueMMR, .reqvalueMMR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.reqvalueMMR:before {
    content: '';
    display: block;
    width: 25px;
    height: 19px;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_31.png') no-repeat center center;
    margin: 0 23px;
}

.curvalueMMR label, .reqvalueMMR label {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
}

.curvalueMMR input, .reqvalueMMR input {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    border: 2px solid #c4c0bc;
    padding: 11px 14px 11px 14px;
    border-radius: 20px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 102px;
    margin: 0 0 0 13px;
}
.curvalueMMR_rtl {
    order: 2;
}
.reqvalueMMR_rtl{
    order: 1;
}
.curvalueMMR_rtl::before {
    content: '';
    display: block;
    width: 25px;
    height: 19px;
    background: url(/local/templates/boosthub/assets/css/../image/design/ic_31.png) no-repeat center center;
    margin: 0 23px;
}
.reqvalueMMR_rtl:before {
    display: none;
}
.wrapFilterMMR {
    -webkit-box-shadow: 0 0 15px #fe9900;
    box-shadow: 0 0 15px #fe9900;
    max-width: 1050px;
    width: 95%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 48px;
    margin: 0 auto;
}

.wrapFilterMMR_mob {
    height: 65px;
}

.filterMMR.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -12px;
}

.filterMMR.noUi-horizontal .noUi-handle:hover,
.filterMMR.noUi-horizontal .noUi-handle:focus {
    width: 38px;
    height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: -16px;
    right: -18px;
    background: #cc7b00;
    border: 7px solid #fe9900;
}

.filterMMR .noUi-handle {
    border: 7px solid #cc7b00;
    border-radius: 100%;
    background: #fe9900;
    cursor: default;
    -webkit-box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
}

.filterMMR .noUi-handle:after, .filterMMR .noUi-handle:before {
    display: none;
}

.filterMMR.noUi-target {
    background: #c4c0bc;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterMMR.noUi-horizontal {
    height: 5px;
    border-radius: 5px;
    margin:0 20px;
}

.filterMMR .noUi-connect {
    background: linear-gradient(45deg, red, yellow, #00ff66);
    top: -3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.filterMMR .noUi-connects {
    height: 12px;
    overflow: visible;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__desc {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

.improveGame__desc span {
    font-family: var(--bh-font-sans);

    font-weight: 700;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__box_3 {
    max-width: 1370px;
    width: 100%;
    padding: 1em 15px 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #4e5155;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.66;
    text-align: center;
}

.improveGame__box_3_cnt {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
}

.improveGame__box_3_cnt p {
    text-align: center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__box_4 {
    background: #111b29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.improveGame__box_2 {
    background: #f4f5f5;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* pageCard_2 end */
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* checkbox_1 removed — no live markup (2026-07-21) */
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* pageCard_1 start */
.pageCard_1 .sectionHeader {
    padding: 0 0 45px;
}

.pageCard_1__section_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1370px;
    width: 100%;
    margin: 23px auto 0;
    padding: 0 476px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pageCard_1__section_3 .btnBack {
    position: static;
}

.pageCard_1__section_3 .h2,
.pageCard_1__section_3 h2 {
    margin: 0;
}

.pageCard_1__section_4 {
    max-width: 1370px;
    width: 100%;
    padding: 0 476px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.wrapPageCard_1_1 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.wrapWrapPageCard_1_1 {
    background: radial-gradient( at 0% 130%, rgba(29, 41, 57, 0.5) 15% , rgba(0, 0, 0, 0.1) 30%, rgba(21, 33, 48, 0.1) 50%, rgba(25, 41, 60, 0.3) ), radial-gradient( at 72% -10%, rgba(255, 255, 255, 0.5) 5%, rgba(47, 82, 114, 0.8) 25%, rgb(22, 32, 47) );
    padding: 0 0 100px;
    margin: 0 0 -100px;
}
.pageCard_1__section_1 {
    padding: 0 35px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 476px);
    width: calc(100% - 476px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.pageCard_1__section_2 {
    padding: 0 15px 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 476px;
    width: 476px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* pageCard_1 end */
/* pageCard_2 start */
.pageCard_2__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 122px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

/* pageCard_2 end */
/* pageCard_3 start */
.pageCard_2__section_1 .h1,
.pageCard_3__section_1 .h1,
.pageCard_2__section_1 h1,
.pageCard_3__section_1 h1 {
    margin: 0;
}

.pageCard_3__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 122px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.btnBack, .btnBack:visited {
    display: inline-block;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    border: 3px solid #ffffff;
    padding: 7px 20px 7px 10px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btnBack:hover, .btnBack:focus {
    color: #152030;
    background: #fff;
}

.btnBack .fa-arrow-left {
    margin: 0 8px 0 0;
}

.mechanism__block_1 {
    background: #f4f5f5;
    padding: 32px 0 40px;
}

.mechGallery__item, .mechGallery__item:active {
    display: block;
    border-radius: 8px;
    padding: 25px 19px 23px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-width: 260px;
    width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 15px 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mechGallery__item.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fec200), to(#fe9900));
    background: -webkit-linear-gradient(top, #fec200 0%, #fe9900 100%);
    background: -o-linear-gradient(top, #fec200 0%, #fe9900 100%);
    background: linear-gradient(to bottom, #fec200 0%, #fe9900 100%);
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
}

.mechGallery__ttl {
    color: #111b29;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    padding: 13px 18px;
    margin: 38px auto 0;
    display: inline-block;
}

.mechGallery__img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mechGallery__item.active .mechGallery__ttl {
    color: #ffffff;
    background: #000;
}

.mechGallery__item:hover .mechGallery__ttl,
.mechGallery__item:focus .mechGallery__ttl {
    color: #111b29;
    background: #fe9900;
}

.mechGallery__item.active:hover .mechGallery__ttl,
.mechGallery__item.active:focus .mechGallery__ttl {
    color: #ffffff;
    background: #000;
}

.mechGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mechanism__block_2 {
    background: #111b29;
}

.mechInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.mechInfo.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mechInfoTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 60px;
    border: 14px solid #111b29;
    margin: -44px auto 22px;
    overflow: hidden;
}

.mechInfoTab {
    color: #15212f;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

.mechInfoTab.active, .mechInfoTab:hover, .mechInfoTab:focus {
    background: #fe9900;
}

.mechInfoTab img {
    display: block;
    margin: 0 3px 0 0;
}

.mechInfoTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 52px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.mechInfoTable.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showMechTable 1s ease forwards;
    animation: showMechTable 1s ease forwards;
}

@-webkit-keyframes showMechTable {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showMechTable {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mechInfoTable__block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe9900), color-stop(51%, #fec200), to(#fe9900));
    background: -webkit-linear-gradient(top, #fe9900 0%, #fec200 51%, #fe9900 100%);
    background: -o-linear-gradient(top, #fe9900 0%, #fec200 51%, #fe9900 100%);
    background: linear-gradient(to bottom, #fe9900 0%, #fec200 51%, #fe9900 100%);
    max-width: 198px;
    width: 198px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.mechInfoTable__block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: calc(100% - 198px);
    width: calc(100% - 198px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* pageCard_3 end */
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* breadcrumbs start */

.bx_breadcrumb {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_breadcrumb_item {
    display: inline-block;
    margin: 0;
    line-height: 1;
    position: relative;
}

.bx_breadcrumb_item a, .bx_breadcrumb_item a:visited {
    color: #8c8f92;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.bx_breadcrumb_item:hover a, .bx_breadcrumb_item:focus a {
    color: #fff;
}

.bx_breadcrumb_item_first {
    padding: 0 3px 0 26px;
}

.bx_breadcrumb_item:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #8c8f92;
    margin: 0 0 5px;
}

.bx_breadcrumb_item_first:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_26.png') no-repeat;
    position: absolute;
    top: -3px;
    left: 0;
}

.bx_breadcrumb_item_first:hover:before, .bx_breadcrumb_item_first:focus:before {
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_27.png') no-repeat;
}

/* breadcrumbs end */
/* header start */
.sectionHeader {
    padding: 0 0 23px;
}

.header {
    max-width: 1890px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 50px 36px;
    margin: 0 auto;
}

.header__logo img {
    width: 100%;
    display: block;
}

.header__logo {
    display: block;
}

.header__block_1 {
    max-width: 229px;
    width: 229px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header__block_2 {
    max-width: calc(100% - 788px);
    width: calc(100% - 788px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 15px 0 99px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__block_2.header__block_2_auth{
    flex: 1;
    max-width: none;
    width: auto;
}
.header__block_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 559px;
    width: 559px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__block_3.header__block_3_auth{
    /* Desktop: grow; mobile density overrides in max-width:1023 below */
    flex: 1;
    max-width: none;
    width: auto;
}
.btnMobMenu, .btnMobMenu:hover, .btnMobMenu:active, .btnMobMenu:focus {
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
}

.btnMobMenu {
    display: none;
}

.icBurger .l1,
.icBurger .l2,
.icBurger .l3 {
    background: #fff;
    height: 3px;
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icBurger .l2 {
    margin: 4px 0;
}

/* Burger stays as 3 lines when open — close control is .btnMobMenuClose in the drawer */
.btnMobMenu__active .icBurger .l1,
.btnMobMenu__active .icBurger .l2,
.btnMobMenu__active .icBurger .l3 {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.btnMobMenu__active .icBurger .l2 {
    margin: 4px 0;
}

.menuMain__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobBlock_1,
.mobBlock_2,
.mobBlock_meta,
.mobBlock_foot,
.menuMain__brand,
.menuMain__backdrop {
    display: none;
}

.mobBlock_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuMain_active .menuMain__items {
    display: block;
    background: #ff9900;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 15000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 calc(24px + env(safe-area-inset-bottom, 0px));
    margin: 0;
}

.menuMain_active .mobBlock_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 16px;
    gap: 12px;
}

.menuMain_active .mobBlock_2 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 16px;
}

.menuMain__item {
    padding: 0 15px;
    margin: 0;
}

.menuMain_active .menuMain__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px 0 48px;
    position: relative;
    margin: 0 0 4px;
}

.menuMain_active .menuMain__item:before {
    content: '';
    width: 19px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 15px;
}

.menuMain_active .menuMain__item a,
.menuMain_active .menuMain__item a:visited {
    color: #080808;
    font-size: 2.5rem;
    display: block;
    padding: 8px 0;
}

.menuMain_active .menuMain__item a span {
    border-bottom-color: transparent;
}

.menuMain_active .menuMain__link .fa-bars {
    display: inline-block;
}

.menuMain_active .menuMain__item a:hover, .menuMain_active .menuMain__item a:focus {
    color: #080808;
}

body.bh-mob-menu-open {
    overflow: hidden;
}

.menuMain__link .fa-bars {
    margin: 3px .55em 0 0;
}

/* Icons only in mobile drawer; desktop keeps catalog icon only */
.menuMain__item a > .fas {
    display: none;
}

.menuMain__item_catalog .menuMain__link > .fas {
    display: inline-block;
}

.menuMain_active .menuMain__item a > .fas {
    display: inline-block;
}

.menuMain__item_catalog:hover .icBurger .l1,
.menuMain__item_catalog:hover .icBurger .l2,
.menuMain__item_catalog:hover .icBurger .l3 {
    background: #fe9900;
}

.menuMain__item a, .menuMain__item a:visited {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuMain__item a span {
    border-bottom: 3px solid #fe9900;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuMain__item a:hover span, .menuMain__item a:focus span {
    border-bottom: 3px solid transparent;
}

.menuMain__item a:hover, .menuMain__item a:focus {
    color: #fe9900;
}

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    max-width: 279px;
    width: 279px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.dashboard.dashboard_auth{
    max-width: 457px;
    flex: 1;
}
.dashboard a {
    display: flex;
}

.dashboard__cart, .dashboard__cart:visited {
    display: block;
    max-width: 50px;
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    background: #fe9900;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dashboard__cart:hover, .dashboard__cart:focus,
.dashboard__signup:hover, .dashboard__signup:focus {
    background: #fff;
}

.dashboard__cart:before {
    content: '';
    display: block;
    width: 31px;
    height: 26px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 16px);
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_18.png') no-repeat;
}

.count_cart {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #fe0000;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    border-radius: 100%;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard__signup, .dashboard__signup_new {
    display: inline-flex;
    align-items: center;
    color: #000000;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 54px;
    padding-right: 18px;
    min-width: 138px;
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #fe9900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(254, 153, 0, 0.25);
    white-space: nowrap;
    cursor: pointer;
}

/* RU: "Регистрация" длиннее, чем "Sign up" — даём немного больше минимальной ширины на крупных экранах */
@media (min-width: 1633px) {
    html[lang="ru"] .dashboard__signup,
    html[lang="ru"] .dashboard__signup_new {
        min-width: 175px;
        font-size: 1.6rem;
        padding-left: 50px;
    }
}

.dashboard__signup:before, .dashboard__signup_new:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_21.png') no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    left: 12px;
}

.dashboard__signup:focus-visible,
.dashboard__signup_new:focus-visible {
    outline: 2px solid #fe9900;
    outline-offset: 2px;
}

.dashboardInmenu__signup {
    white-space: nowrap;
    width: auto;
    max-width: none;
    cursor: pointer;
}

.dashboardInmenu__signup:focus-visible {
    outline: 2px solid #fe9900;
    outline-offset: 2px;
    border-radius: 6px;
}

.dashboard__login {
    max-width: 53px;
    width: 53px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}

.dashboard__login:hover, .dashboard__login:focus {
    color: #fe9900;
}

.dashboardInmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #16202f;
    padding: 16px;
    gap: 12px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Cart already in header — hide duplicate in mobile drawer */
.menuMain_active .dashboardInmenu .dashboard__cart {
    display: none;
}

.dashboardInmenu__signup, .dashboardInmenu__login {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.dashboardInmenu__login {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}

.dashboardInmenu__cart {
    position: relative;
    max-width: 31px;
    width: 31px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 26px;
}

.dashboardInmenu__cart:before {
    content: '';
    display: block;
    width: 31px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_20.png') no-repeat;
}

.dashboardInmenu__signup {
    position: relative;
    padding: 10px 14px 10px 44px;
    max-width: none;
    width: auto;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 40px;
    text-align: left;
    border: 1px solid rgba(254, 153, 0, 0.55);
    border-radius: 8px;
    background: rgba(254, 153, 0, 0.18);
}

.dashboardInmenu__signup:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_21.png') no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboardInmenu .dashboard__logout {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_logout_2.png') no-repeat center center;
    background-size: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}

.menuMain_active .dashboardInmenu .dashboard__logout {
    display: block;
}

.sort_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort_2__select {
    position: relative;
    margin: 0 3px;
}

.sort_2__select .field {
    width: 104px;
    height: 36px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 11px 8px 11px;
    position: relative;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    border: none;
    border-radius: 0;
}

.sort_2__select:hover .field,
.sort_2__select:focus .field {
    color: #fe9900;
}

.sort_2__select ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.sort_2__select:hover ul,
.sort_2__select:focus ul {
    display: block;
}

.sort_2__select li {
    padding: 0;
    margin: 0;
}

.sort_2__select li a, .sort_2__select li a:visited {
    color: #3c3c3c;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 11px 9px 11px;
}

.sort_2__select li a img,
.sort_2__select .field img,
.sort_2__select li a .lang-flag,
.sort_2__select .field .lang-flag {
    margin: 0 13px 0 0;
}

/* Language flags (CSS-only) */
.lang-flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    border-radius: 2px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
    position: relative;
    overflow: hidden;
}
.lang-flag--de {
    background: linear-gradient(
        to bottom,
        #000000 0%,
        #000000 33.333%,
        #dd0000 33.333%,
        #dd0000 66.666%,
        #ffce00 66.666%,
        #ffce00 100%
    );
}
.lang-flag--cs {
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 50%,
        #d7141a 50%,
        #d7141a 100%
    );
}
.lang-flag--cs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #11457e;
    clip-path: polygon(0 0, 60% 50%, 0 100%);
}

.sort_2__select li a:hover,
.sort_2__select li a:focus {
    background: #c9d3e3;
}

.sort_2__select .field:after {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sort_2__select .field_currency:after {
    right: 25px;
    top: 13px;
}

.sort_2__select:hover .field:after,
.sort_2__select:focus .field:after {
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
}

.menuMain_active .sort_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menuMain_active .sort_2__select .field {
    color: #fff;
}

.menuMain_active .sort_2__select .field:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.btnMobMenuClose {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #080808;
    cursor: pointer;
    -webkit-transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, color .2s ease, transform .2s ease;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.btnMobMenuClose__icon {
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* Legacy spans kept for old cached markup */
.btnMobMenuClose .l1,
.btnMobMenuClose .l2 {
    display: none;
}

.btnMobMenuClose:hover,
.btnMobMenuClose:focus-visible {
    background: rgba(0, 0, 0, 0.08);
    color: #080808;
    outline: none;
}

.btnMobMenuClose:active {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}

/* header end */
/* advantages_2 moved to cart-page.css (only live consumer: basket) 2026-07-21 */
/* sectionPromo removed — no live PHP markup (2026-07-21) */

/* slider_2 start */
.slider_2 {
    width: 630px;
    margin: 0 0 0 25px;
}

.slider_2__item {
    padding: 30px 0;
    display: block;
}

.slider_2 .slick__btnPrev {
    left: 20px;
}

.slider_2 .slick__btnNext {
    right: 20px;
}

.slider_2 .slick-dots {
    bottom: 0;
}

.slider_2 .slick-dots li button::before {
    font-size: 40px;
    opacity: 1;
    color: #fe9900;
}

.slider_2 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

/* slider_2 end */
/* cardGame_2 start */
.cardGame_2 {
    width: 540px;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2__bg, .wrapCardGame_2 {
    position: relative;
}

.cardGame_2__bg img {
    width: 100%;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cardGame_2:hover .cardGame_2__bg img, .cardGame_2:focus .cardGame_2__bg img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cardGame_2__bg__sticker {
    position: absolute;
    top: 0;
    right: 21px;
    display: block;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_8.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.cardGame_2__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -179px 44px -57px black;
    box-shadow: inset 0px -179px 44px -57px black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2__ttl {
    color: #fe9900;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 .36em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2:hover .cardGame_2__ttl, .cardGame_2:focus .cardGame_2__ttl {
    color: #fff;
}

.cardGame_2__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.66;
}

.bg_shadow {
    position: absolute;
    border-radius: 8px;
    height: 100%;
    opacity: .3;
}

.bg_shadow:nth-of-type(1) {
    top: -20px;
    left: 65px;
    width: calc(100% - 130px);
}

.bg_shadow:nth-of-type(2) {
    top: -10px;
    left: 55px;
    width: calc(100% - 110px);
}

/* cardGame_2 end */
/* advantages_1 start */
.sectionAdvantages_1 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.advantages_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.advantages_1__item {
    max-width: 342px;
    width: 342px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.advantages_1__item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.advantages_1__item__img img {
    display: block;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.advantages_1__item__ttl {
    color: #fe9900;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
}

.advantages_1__item__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.33;
    margin: 0.64em 0 0;
}

/* advantages_1 end */
/* videoGallery start */
.videoGallery {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.pageCard_3__section_4, .pageCard_1__section_5, .pageCard_2__section_4 {
    position: relative;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_5.png');
    padding: 60px 0 110px;
    background-size: 100% auto;
}

.pageCard_3__section_4:before, .pageCard_1__section_5:before, .pageCard_2__section_4:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_8.png') no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.pageCard_3__section_3 {
    margin: 0 0 100px;
}

.pageCard_1__section_5, .pageCard_2__section_4 {
    margin: 100px 0 0;
}

.sectionOftenBuy:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_6.png') no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.videoGallery__ttl {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
}

.videoGallery__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fe9900;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

.videoGallery__link, .videoGallery__link:visited {
    text-decoration: none;
    width: 158px;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 22px;
    padding: 16px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videoGallery__link:hover, .videoGallery__link:focus {
    background: #000;
    color: #fff;
}

.videoGallery__link .fas {
    margin: 0 8px 0 0;
}

.gallery_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery_3__item {
    max-width: 342px;
    width: 342px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video__box, .image__box {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.video__box {
    position: relative;
}

.video__box:hover, .video__box:focus,
.image__box:hover, .image__box:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.video__box:hover img, .video__box:focus img,
.image__box:hover img, .image__box:focus img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.video__box img,
.image__box img {
    display: block;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.video__box:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8) url('/local/templates/boosthub/assets/css/../image/design/ic_9.png') no-repeat 30px center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video__box:hover:after, .video__box:focus:after {
    background: white url('/local/templates/boosthub/assets/css/../image/design/ic_9.png') no-repeat 30px center;
}

.video__desc, .image__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5em 1.92em;
    text-align: center;
}

/* videoGallery end */
/* oftenBuy start */
.sectionOftenBuy {
    padding: 82px 0 93px;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_4.png') no-repeat;
    position: relative;
    background-size: 100% auto;
}

.oftenBuy {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.oftenBuy__ttl {
    color: #070c14;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
    display: block;
}

.oftenBuy__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

/* oftenBuy end */
/* pagination start */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 45px;
}

.pagination__arrow, .pagination__arrow:visited {
    text-decoration: none;
    color: #fe9900;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px;
}

.pagination__list a, .pagination__list a:visited {
    color: #fff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

.pagination__list a:hover,
.pagination__list a:focus,
.pagination__list .active, .pagination__list .active:visited {
    color: #000;
    background: #fe9900;
}

/* pagination end */
/* cardService start */
.cardService {
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px #000000;
    box-shadow: 0 5px 10px #000000;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardService:hover, .cardService:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.cardService__img {
    overflow: hidden;
    max-height: 179px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
}

.cardService__img img {
    display: block;
    width: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cardService:hover .cardService__img img,
.cardService:focus .cardService__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cardService__sticker {
    position: absolute;
    top: 0;
    right: 8px;
    display: block;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_8.png') no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.cardService__info {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.cardService__ttl, .cardService__ttl:visited {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #151e2b;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 0.10em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardService__ttl:hover, .cardService__ttl:focus {
    color: #fe9900;
}

.cardService__desc {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #52575e;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.42;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardService__price {
    color: #d40014;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin: 5px 0 0;
}

/* cardService end */
.gallery_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery_2__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 342px;
    width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 0 30px;
}
.gallery_2__item_fbt{
    width: 25%;
}
.pageCatalogService__section_2 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 80px;
}

.pageCatalogService__section_2__block_1 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 342px;
    width: 100%;
    float: left;
}

.pageCatalogService__section_2__block_2 {
    width: 100%;
    max-width: calc(100% - 342px);
    float: left;
}

.pageCatalogService__section_2__block_2 .h2,
.pageCatalogService__section_2__block_2 h2 {
    /*margin: 0 0 0.42em 15px;*/
    line-height: 1;
}

.pageCatalogService__section_2__block_2 .content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.cardService__link, .cardService__link:visited {
    max-width: 128px;
    width: 128px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    text-decoration: none;
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    background: #fe9900;
    border-radius: 18px;
    padding: 11px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 5px 0 0;
}

.cardService__link:hover, .cardService__link:focus {
    color: #fff;
    background: #000;
}

/* menuService start */
.menuService {
    width: 252px;
    -webkit-box-shadow: 0 0 10px #fe9900;
    box-shadow: 0 0 10px #fe9900;
    border-radius: 9px;
    background: #fff;
    padding: 0 0 11px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

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

.menuService__item, .menuService__item li {
    padding: 0;
    margin: 0;
}

.menuService__item > a, .menuService__item > a:visited {
    display: block;
    color: #151e2b;
    font-size: 1.8rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    line-height: 1;
    padding: .61em 1.05em;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuService__item a span,
.menuService__item ul a span {
    position: relative;
    display: inline-block;
}

.menuService__item.full > a span {
    padding: 0 20px 0 0;
}

.menuService__item.full > a span:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menuService__item.full:hover > a span:after,
.menuService__item.full:focus > a span:after,
.menuService__item.full.opened > a span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.menuService__item > a:hover, .menuService__item > a:focus {
    background: #c9d3e3;
}

.menuService__item > ul {
    display: none;
}

.menuService__item:hover > ul,
.menuService__item:focus > ul,
.menuService__item.opened > ul {
    display: block;
}

.menuService__item ul a, .menuService__item ul a:visited {
    color: #151e2b;
    font-family: var(--bh-font-sans);
    line-height: 1;
    display: block;
    line-height: 1;
    padding: .51em 1.3em;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 1.5rem;
}

.menuService__item ul .link_active {
    font-family: var(--bh-font-sans);

    font-weight: 700;
}

.menuService__item ul a:hover,
.menuService__item ul a:focus {
    color: #fe9900;
}

.menuService__item ul a span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 3px;
    background: #fe9900;
}

.menuService__item ul a span {
    padding: 0 0 0 19px;
}

/* menuService end */
.pageCatalogService__section_3 {
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_3.png');
    padding: 60px 0 94px;
    position: relative;
    background-size: 100% auto;
}

.pageCatalogService__section_3 .reviews:after {
    display: none;
}

.pageCatalogService__section_3:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_2.png') no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.page__ttl__img {
    margin: 0 .283em 0 0;
    width: 2.06em;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pageCatalogService__section_3 .reviews__ttl {
    font-size: 6rem;
}

/* sort_1__block start */
.sort_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
}

.sort_1__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px;
}

.sort_1__select {
    width: 198px;
    margin: 0 24px 18px 0;
}

.sort_1 .ui-selectmenu-button:after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sort_1 .ui-selectmenu-button-closed:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.sort_1 .ui-selectmenu-button-open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
}

.sort_1__block__ttl {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 .27em 0 0;
}

.sort_1__btn {
    text-decoration: none;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 .27em;
    background: #a70000;
    padding: .79em 1.28em;
    border-radius: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sort_1__btn:hover, .sort_1__btn:focus {
    background: #d60000;
}

.sort_1__btn.active {
    background: #7d8999;
}

/* sort_1__block end */
/* slider_1 start */
.slider_1 {
    max-width: 1623px;
    width: 100%;
    padding: 0 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px auto 160px;
    position: relative;
}

.slick__btnPrev, .slick__btnNext {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #fe9900;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    z-index: 1;
}

.slick__btnPrev {
    left: 15px;
}

.slick__btnNext {
    right: 15px;
}

.slick__btnPrev:hover, .slick__btnNext:hover,
.slick__btnPrev:focus, .slick__btnNext:focus {
    background: #fff;
}

.slick__btnPrev.slick-disabled, .slick__btnNext.slick-disabled,
.slick__btnPrev.slick-disabled:hover, .slick__btnNext.slick-disabled:hover,
.slick__btnPrev.slick-disabled:focus, .slick__btnNext.slick-disabled:focus {
    opacity: .5;
    background: #fe9900;
}

.slider_1 .slider_1__item {
    width: 334px;
    height: 389px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider_1 .slider_1__item:hover,
.slider_1 .slider_1__item:focus {
    padding: 0;
}

.slider_1 .slick-dots {
    bottom: 0;
}

.slider_1 .slick-dots li button::before {
    font-size: 40px;
    opacity: 1;
    color: #fe9900;
}

.slider_1 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

/* slider_1 end */
.pageСatalog {
    padding: 0 0 100px;
}

.pageСatalog__section_1,
.pageCatalogService__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 48px;
}

.page__subttl {
    color: #ced0dc;
    font-family: var(--bh-font-sans);
    font-size: 2.4rem;
    line-height: 1.25;
    padding: 0 0 0 114px;
}

/* gallery_1 start */
.gallery_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto 33px;
}

.gallery_1__item {
    max-width: 274px;
    width: 274px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 329px;
    margin: 0 0 10px;
}

/* gallery_1 end */
/* cardGame_1 start */
.cardGame_1 {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 246px;
    max-width: 100%;
    height: 299px;
    margin: 0 auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: #111b29 0px 0px 16px 1px;
    box-shadow: #111b29 0px 0px 16px 1px;
}

.cardGame_1:hover, .cardGame_1:focus {
    width: 270px;
    height: 329px;
}

.cardGame_1__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cardGame_1__info {
    padding: 5px 5px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: #111b29 0px -129px 44px -30px inset;
    box-shadow: #111b29 0px -129px 44px -30px inset;
}

.cardGame_1__ttl, .cardGame_1__ttl:visited {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.cardGame_1__desc {
    text-align: center;
    color: #e4e4e4;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.46;
    margin: 11px 0 0;
}

.cardGame_1__btn, .cardGame_1__btn:visited {
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1;
    border-radius: 22px;
    padding: 9px 20px;
    background: #fe9900;
    margin: 16px 0 0;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: auto;
    min-width: 120px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardGame_1__hidden {
    display: none;
    text-align: center;
}

.cardGame_1__hidden.mobile {
    display: block;
    text-align: center;
}

/* cardGame_1 end */
/* reviews1 start */
.sectionReviews_index .reviews {
    padding: 0;
}

.sectionReviews_index .reviews:after {
    display: none;
}

.reviews {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.reviews:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #b3b5b7;
    margin: 31px auto;
}

.reviews__ttl {
    color: #11131e;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
}

.reviews__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fe9900;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

.sectionReviews_index {
    padding: 0 0 123px;
}

.sectionReviews_index .reviews__ttl {
    font-size: 6rem;
    color: #fff;
    padding: 0 0 .33em;
    margin: 0 0 .7em;
}

.sectionReviews_index .reviews__link:hover,
.sectionReviews_index .reviews__link:focus {
    background: #fff;
    color: #000;
}

.countReviews {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 100%;
    padding: 7px 10px;
    background: #fe0024;
    margin: 0 0 0 9px;
}

.review {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
    margin: 0 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    display: block;
}

.review:hover, .review:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 21px 17px;
}

.wrapReview__img {
    max-width: 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapReview__img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/boosthub/assets/css/../image/design/ramka.png) no-repeat left top;
    background-size: auto;
    background-size: auto;
    display: block;
    background-size: 100% auto;
}
.review__img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    padding: 6px;
    box-sizing: border-box;
    object-fit: cover;
}

.review__info {
    max-width: calc(100% - 134px);
    width: calc(100% - 134px);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review__author {
    color: #11131e;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 4px;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.reviews .btn_type1 .fa-arrow-down {
    margin: 0 5px 0 0;
    font-size: 1.3rem;
}

.reviews .wrapBtn_type1 {
    margin: 15px 0 0;
}

/* reviews1 end */
/* legacy about/setBtnSocnet removed — home uses home-refresh; about-us has own markup (2026-07-21) */
/* faq start */
.faq {
    max-width: 1370px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

.sectionFaq {
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_3.png');
    position: relative;
    padding: 80px 0 83px;
    background-size: 100% auto;
}

.sectionFaq:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url('/local/templates/boosthub/assets/css/../image/design/bg_2.png') no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.faq__ttl {
    font-family: var(--bh-font-sans);
    font-weight: 800;
    color: #000;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 0.66em;
}

.faq__ttl.h2 {
    display: block;
}

.faq__item {
    -webkit-box-shadow: 2px 3px 10px rgba(32, 63, 98, 0.2);
    box-shadow: 2px 3px 10px rgba(32, 63, 98, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq__item:hover, .faq__item:focus {
    -webkit-box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
    box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
}

.faq__item:hover .faq__btn:before, .faq__item:focus .faq__btn:before {
    background: #000;
}

.faq__btn {
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding: 10px 75px;
    background: #fff;
    text-align: left;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.faq__btn:before {
    content: '+';
    width: 40px;
    height: 40px;
    display: block;
    background: #fe9900;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    left: 17px;
    border-radius: 100%;
    font-size: 3.8rem;
    padding: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.faq__item_active .faq__btn:before {
    content: '_';
    background: #a1b8c3;
    line-height: 0;
    padding: 5px 0 0 2px;
}

.faq__answer {
    padding: 20px 75px;
    color: #6b7681;
    font-size: 2rem;
    font-family: var(--bh-font-sans);
    background: #f6f7f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.btn_type1 {
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 36px;
    padding: 11px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_type1:hover, .btn_type1:focus {
    background: #000;
    color: #fff;
}

.btn_type1:hover .fa-question, .btn_type1:focus .fa-question {
    border: 3px solid #fff;
}

.btn_type1 .fa-question {
    margin: 0 6px 0 0;
    font-size: 1.2rem;
    border: 3px solid #000;
    border-radius: 100%;
    display: block;
    width: 28px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0;
}

.wrapBtn_type1 {
    margin: 48px 0 0;
}

.reviews__link, .reviews__link:visited {
    text-decoration: none;
    width: 158px;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 22px;
    padding: 16px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__link:hover, .reviews__link:focus {
    background: #000;
    color: #fff;
}

.reviews__link .fas {
    margin: 0 8px 0 0;
}

/* faq end */
/* footer start */
/* На всю ширину окна: футер часто внутри .wrapper (max-width), выравниваем по вьюпорту */
.sectionFooter {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sectionFooter > .footer {
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_cont_1 {
    position: relative;
    background: linear-gradient(180deg, #1a1f2e 0%, #222636 42%, #272a3c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer_cont_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 153, 0, 0.22) 50%, transparent 100%);
    pointer-events: none;
    opacity: 0.9;
}

.payment {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(6px, 1vw, 10px) clamp(6px, 1.4vw, 12px) clamp(8px, 1.2vw, 12px);
}

.payment__methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(10px, 1.6vw, 16px) clamp(12px, 2vw, 20px);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__brandIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__brandIcon i {
    font-size: clamp(4.25rem, 3.2rem + 3.2vw, 6.5rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.96);
}

.payment__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: clamp(120px, 18vw, 168px);
    max-height: clamp(56px, 7.5vw, 80px);
    -o-object-fit: contain;
    object-fit: contain;
}

/* Растровые логотипы из инфоблока — одна высота с плашкой «Мир» */
.payment__item > .payment__logo:not(.payment__logo--mir) {
    max-width: 52px;
    max-height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Белый фон только на обёртке: filter на img не затемняет фон */
.payment__chip--mir {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    min-width: 48px;
    max-width: 90px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    line-height: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.payment__chip--mir .payment__logo--mir {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    -webkit-filter: grayscale(1) brightness(0.2) contrast(1.15);
    filter: grayscale(1) brightness(0.2) contrast(1.15);
}

.footer_cont_2 {
    position: relative;
    /* End color matches html/body (#111b29) to avoid a seam under the footer */
    background: linear-gradient(180deg, rgba(15, 24, 40, 0.98) 0%, #0f141f 55%, #111b29 100%);
    border-top: none;
}

.footer_cont_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 153, 0, 0.28) 50%, transparent 100%);
    pointer-events: none;
    opacity: 0.95;
}

.footer_cont_2__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px 28px;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 44px) 20px clamp(32px, 4.5vw, 48px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_cont_2__box {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    min-width: 0;
}

.footer_cont_2__box:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 240px;
    max-width: 320px;
    gap: 12px;
}

.footer_cont_2__box:first-child > a {
    display: inline-block;
    line-height: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer_cont_2__box:first-child > a:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.footer_cont_2__box:first-child > a:focus-visible {
    outline: 2px solid rgba(127, 222, 252, 0.92);
    outline-offset: 4px;
}

.copywriting {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.25rem;
    font-family: var(--bh-font-sans);
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    letter-spacing: 0.01em;
}

.footerDisclaimer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 0;
    padding: 16px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.48);
    font-size: 1.15rem;
    font-family: var(--bh-font-sans);
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.01em;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.homeFooterTagline {
    margin: 0;
    max-width: 28ch;
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.25rem;
    line-height: 1.45;
}

.homeFooterQuickLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 4px;
}

.homeFooterQuickLinks__cta {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(254, 153, 0, 0.42);
    background: linear-gradient(180deg, rgba(254, 153, 0, 0.22) 0%, rgba(254, 153, 0, 0.08) 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.homeFooterQuickLinks__cta:hover,
.homeFooterQuickLinks__cta:focus-visible {
    color: #fff;
    border-color: rgba(254, 153, 0, 0.62);
    background: linear-gradient(180deg, rgba(254, 153, 0, 0.3) 0%, rgba(254, 153, 0, 0.12) 100%);
    outline: 2px solid rgba(254, 153, 0, 0.35);
    outline-offset: 2px;
}

.homeFooterQuickLinks__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    text-decoration: none;
    transition: border-color 0.18s ease, color 0.18s ease;
}

.homeFooterQuickLinks__link:hover,
.homeFooterQuickLinks__link:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    outline: none;
}

.footer_cont_2 .wrapFooterMenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 2 1 420px;
}

.footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex: 2 1 420px;
    gap: clamp(20px, 2.8vw, 36px);
    align-items: start;
}

.footer_cont_2 .wrapFooterMenu--equalCols > .footerMenu {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.footerMenu--gamesCol2 .footerMenu__ttl--placeholder {
    visibility: hidden;
    margin: 0 0 14px;
    line-height: 1;
}

.footer_cont_2 .footerMenu--legal {
    min-width: 0;
}

.footer_cont_2 .footerFdb__socNet {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.footer_cont_2 .footerMenu__ttl {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.footer_cont_2 .footerMenu__item {
    margin-bottom: 10px;
}

.footer_cont_2 .footerMenu__item a,
.footer_cont_2 .footerMenu__item a:visited {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.2rem;
    -webkit-transition: color 0.18s ease, opacity 0.18s ease;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.footer_cont_2 .footerMenu__item a:hover,
.footer_cont_2 .footerMenu__item a:focus-visible {
    color: #fe9900;
}

.footer_cont_2 .footerMenu__item a:focus-visible {
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer_cont_2 .footerFdb {
    flex: 1 1 260px;
    max-width: 320px;
}

.footer_cont_2 .footerFdb__socIcons {
    gap: 8px;
}

.footer_cont_2 .footerFdb__socIcon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer_cont_2 .footerFdb__socIcon:hover,
.footer_cont_2 .footerFdb__socIcon:focus-visible {
    border-color: rgba(254, 153, 0, 0.42);
    background: rgba(254, 153, 0, 0.1);
    color: #fff;
}

.footer_cont_2 .footerFdb__contactRow {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 12px;
}

.footer_cont_2 .footerFdb__contactRow--link:hover,
.footer_cont_2 .footerFdb__contactRow--link:focus-visible {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.35);
    background: rgba(254, 153, 0, 0.08);
}

@media (max-width: 991px) {
    .footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer_cont_2__boxs {
        gap: 28px 20px;
    }

    .footer_cont_2 .footerFdb {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .footer_cont_2__box:first-child,
    .footer_cont_2 .footerFdb {
        flex-basis: 100%;
        max-width: none;
    }

    /* Logo, copyright, tagline, CTAs — centered on mobile */
    .footer_cont_2__box:first-child {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer_cont_2__box:first-child .copywriting,
    .footer_cont_2__box:first-child .homeFooterTagline {
        text-align: center;
        max-width: 32ch;
    }

    .footer_cont_2__box:first-child .homeFooterQuickLinks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer_cont_2 .wrapFooterMenu {
        flex-basis: 100%;
    }

    .footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
        grid-template-columns: 1fr;
    }

    /* Compact centered Discord / Email rows — match logo alignment */
    .footer_cont_2 .footerFdb__socNet {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer_cont_2 .footerFdb__socIcons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_cont_2 .footerFdb__socContacts {
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    .footer_cont_2 .footerFdb__contactRow {
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 12px;
        border-color: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.025);
        gap: 10px;
    }

    .footer_cont_2 .footerFdb__contactGlyph {
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    .footer_cont_2 .footerFdb__contactGlyph i {
        font-size: 1.55rem;
    }

    .footer_cont_2 .footerFdb__contactBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .footer_cont_2 .footerFdb__contactLabel {
        font-size: 1.05rem;
        letter-spacing: 0.04em;
    }

    .footer_cont_2 .footerFdb__contactValue {
        font-size: 1.35rem;
        font-weight: 700;
        word-break: break-word;
    }

    .footer_cont_2 .footerFdb__contactRow--link:hover,
    .footer_cont_2 .footerFdb__contactRow--link:focus-visible,
    .footer_cont_2 .footerFdb__contactRow--link:active {
        color: #fe9900;
        border-color: rgba(254, 153, 0, 0.32);
        background: rgba(254, 153, 0, 0.07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer_cont_2__box:first-child > a,
    .footer_cont_2__box:first-child > a:hover {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }

    .footer_cont_2 .footerMenu__item a,
    .footer_cont_2 .footerMenu__item a:visited {
        -webkit-transition: none;
        transition: none;
    }

    .footerFdb__socIcon,
    .footerFdb__socIcon:hover {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }
}

.wrapFooterMenu {
    padding: 0 15px;
    -webkit-box-flex: 400;
    -ms-flex: 400 1 100px;
    flex: 400 1 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footerFdb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 186px;
    flex: 1 1 186px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.footerMenu__ttl {
    color: #fe9900;
    font-size: 2.5rem;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 14px;
}

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

.footerMenu__item {
    margin: 0 0 14px;
    padding: 0;
}

.footerMenu__item:after {
    display: none;
}

.footerMenu__item a, .footerMenu__item a:visited {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-family: var(--bh-font-sans);
    text-decoration: none;
}

.footerMenu__list.columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

.footerFdb__socNet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerFdb__socIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerFdb__socIcons > li {
    margin: 0;
    padding: 0;
}

.footerFdb__socIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, -webkit-transform 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.footerFdb__socIcon:visited {
    color: rgba(255, 255, 255, 0.92);
}

.footerFdb__socIcon:hover {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.45);
    background: rgba(254, 153, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footerFdb__socIcon:focus-visible {
    outline: 2px solid rgba(127, 222, 252, 0.92);
    outline-offset: 3px;
    color: #fe9900;
}

.footerFdb__socIcon i {
    font-size: 1.85rem;
    line-height: 1;
}

.footerFdb__socContacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.footerFdb__contactRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: var(--bh-font-sans);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerFdb__contactRow--discord {
    cursor: default;
}

.footerFdb__contactGlyph {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.footerFdb__contactGlyph i {
    font-size: 1.75rem;
    line-height: 1;
}

.footerFdb__contactBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.footerFdb__contactLabel {
    font-size: 1.15rem;
    line-height: 1.2;
    color: rgba(188, 191, 208, 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footerFdb__contactValue {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}

.footerFdb__contactRow--link {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color 0.18s ease, opacity 0.18s ease;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.footerFdb__contactRow--link:visited {
    color: #ffffff;
}

.footerFdb__contactRow--link:hover {
    color: #fe9900;
}

.footerFdb__contactRow--link:focus-visible {
    outline: none;
    color: #fe9900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footerFdb__contactRow--link:hover .footerFdb__contactGlyph,
.footerFdb__contactRow--link:focus-visible .footerFdb__contactGlyph {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.38);
    background: rgba(254, 153, 0, 0.08);
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.footerFdb__contactRow--link .footerFdb__contactGlyph {
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

/* footer end */
.wrapData {
    margin: 0 0 19px;
    width: 100%;
}

.label {
    color: #ffffff;
    display: block;
    line-height: 1;
    margin: 0 0 9px;
    font-size: 1.6rem;
    font-family: var(--bh-font-sans);
}
.label_error {
    color: red;
}
.field {
    width: 100%;
    height: 40px;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 20px;
}

.field.error {
    border: 2px solid red;
}
.fieldComment {
    height: 110px;
    padding: 10px;
    overflow: auto;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* mw end */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* Shared checkout atoms remain in `main.css` because they are reused by other flows. */
.checkout__ttl {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 .78em;
}

.cartChek_1__lbl {
    display: block;
    position: relative;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 0 11px;
}

.cartChek_1__lbl.active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cartChek_1__lbl:hover, .cartChek_1__lbl:focus {
    -webkit-box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
    box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
}

.cartChek_1___check {
    max-width: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 24px;
    border-radius: 4px;
    background: #d9d5d0;
    display: block;
    border: none;
    margin: 0 8px 0 0;
}

.cartChek_1___int {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -3;
}

.cartChek_1__lbl.active .cartChek_1___check {
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_34.png') no-repeat #fe9900 center center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.cartChek_2__lbl {
    position: relative;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    margin: 0 0 11px;
}

.cartChek_2___check {
    max-width: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 24px;
    border-radius: 4px;
    background: #d9d5d0;
    display: block;
    border: none;
    margin: 0 8px 0 0;
    float: left;
}

.cartChek_2___int {
    position: absolute;
    top: 0;
    left: -26px;
    z-index: -3;
}

.cartChek_2__lbl.active .cartChek_2___check {
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_34.png') no-repeat #fe9900 center center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.sectionEmptyCart {
    max-width: 1370px;
    width: 98%;
    margin: 0 auto 30px;
}
/* .sectionSaleOrder — removed 2026-07-21: only referenced by unused conv/sale.order.ajax markup; live confirm uses .sale_order_full_table */

.sale_order_full_table a, .sale_order_full_table a:visited{
    color: #fff;
}
.privacyPolicy__error {
    margin: 15px 0;
    color: #fe9900;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.gamePayment__not_paid{
    max-width: 100%;
    width: 100%;
    flex: none;
    padding: 0 0  21px;
    border-bottom: 1px solid #e4e6e8;
    color: #151e2b;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 21px;
}
.gamePayment__paid{
    max-width: 100%;
    width: 100%;
    flex: none;
    color: #269230;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
#orders-loading.ordersInfinite__loading,
.ordersInfinite__loading{
    display: none;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#orders-no-more.ordersInfinite__end,
.ordersInfinite__end{
    display: none;
    text-align: center;
    padding: 20px;
    color: rgba(255,255,255,0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.errorMsg {
    color: red;
}
.wrapAvatar {
    border-radius: 100%;
    width: 74px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto;
}
.wrapAvatar::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/local/templates/boosthub/assets/css/../image/design/ramka.png') no-repeat left top;
    background-size: auto;
    display: block;
    background-size: 100% auto;
}
.dashboard__avatarStatus {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
}
.dashboard__avatarImg {
    border-radius: 100%;
    width: 100%;
    max-width: 74px;
}

.wrapNameUser{
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1;
    margin: -10px 0 0 21px;
}
.nameUser{
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 3px solid #fe9900;
}
.dashboard__avatar{
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.dashboard__logout{
    display: block;
    width: 28px;
    height: 20px;
    background: url('/local/templates/boosthub/assets/css/../image/design/ic_logout_2.png') no-repeat center center;
}
.dashboard__balance{
    background: url('/local/templates/boosthub/assets/css/../image/design/balance.png') no-repeat left center;
    box-sizing: border-box;
    padding: 0 0 0 36px;
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 5px;
    display: none;
}
.dashboard__balance__number{
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
}
.stCaptcha{
    width: 100%;
    height: 60px;
}
.popup-window{
    box-shadow: 0 5px 20px #fe9900;
    border-radius: 18px;
    padding: 37px 46px 37px 39px;
}
.popup-window-content, .popup-window-content a {
    color: #fe9900 !important;
    font-size: 17px !important;
}
.popup-window-close-icon {
    height: 24px;
    right: 20px;
    top: 16px;
    width: 24px;
}
.popup-window-close-icon::after {
    width: 24px;
    height: 24px;
}
.stHr {
    background: #e5e5e5;
    height: 1px;
    border: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
}
@media screen and (max-width: 1632px) {
    .slider_1 {
        max-width: 1400px;
    }

    .header {
        padding: 34px 15px 36px;
    }

    .header__block_2 {
        padding: 0 15px 0 40px;
    }

    .dashboard__signup span {
        display: none;
    }

    .dashboard__signup {
        padding: 0;
        width: 50px;
        min-width: 0;
        max-width: 50px;
        height: 50px;
    }

    .dashboard__signup:before {
        left: 10px;
    }

    .dashboard {
        max-width: 200px;
        width: 200px;
    }

    .header__block_3 {
        max-width: 420px;
        width: 420px;
    }

    .header__block_2 {
        max-width: calc(100% - 679px);
        width: calc(100% - 679px);
    }

    .header__block_1 {
        max-width: 180px;
        width: 180px;
    }

    .header__block_2 {
        max-width: calc(100% - 600px);
        width: calc(100% - 600px);
    }

    .menuMain__item a, .menuMain__item a:visited {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1411px) {
    .pageCard_2__section_2:before {
        display: none;
    }
    .wrapAvatar {
        border-radius: 100%;
        width: 50px;
    }
    .header__block_2 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1370px) {
    .gallery_1 {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 1360px) {
    .slider_1 {
        max-width: 1110px;
    }

    .menuService {
        width: 100%;
    }

    .header__block_1 {
        max-width: 140px;
        width: 140px;
    }

    .dashboard__balance {
        background: none;
        padding: 0;
    }
}

@media screen and (max-width: 1230px) {
    .gallery_2__item {
        width: 50%;
    }


    .slider_2 {
        margin: 0 auto;
    }

    .menuMain__item {
        padding: 0 10px;
    }

    .dashboard {
        max-width: 180px;
        width: 180px;
    }

    .header__block_3 {
        max-width: 400px;
        width: 400px;
    }

    .header__block_2 {
        max-width: calc(100% - 540px);
        width: calc(100% - 540px);
    }

    .mechGallery__item, .mechGallery__item:active {
        max-width: 200px;
        width: 200px;
    }
    .sort_2 {
        flex-flow: column;
        margin: 0 5px 0 0;
        padding: 0 10px 0 0;
    }
    .sort_2__select .field{
        padding: 11px 23px 8px 11px;
        justify-content: flex-end;
    }
    .sort_2__select .field_currency::after {
        right: 8px;
    }

}

@media screen and (max-width: 1150px) {
    .mechInfoTable__block_1 {
        display: none;
    }

    .mechInfoTable__block_2 {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1114px) {
    .wrapNameUser{
        display: none;
    }
}

@media screen and (max-width: 1052px) {
    .slider_1 {
        max-width: 780px;
    }

}

@media screen and (max-width: 1023px) {
    .footerFdb {
        max-width: 218px;
        width: 218px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .wrapFooterMenu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footerMenu {
        margin: 0 60px 0 0;
    }

    .footerMenu:last-child {
        margin: 0;
    }

    .footer_cont_2__boxs {
        padding: 28px 12px 32px;
        gap: 22px 16px;
    }

    .footer_cont_2__box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footerFdb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 15px;
    }

    .faq__ttl,
    .sectionReviews_index .reviews__ttl, h1, .h1,
    .pageCatalogService__section_3 .reviews__ttl,
    .videoGallery__ttl, .improveGame__ttl,
    .checkout__ttl {
        font-size: 4rem;
    }

    h1, .h1 {
        font-size: 4rem;
    }

    h2, .h2 {
        font-size: 3.00752rem;
    }

    h3, .h3 {
        font-size: 2.33918rem;
    }

    h4, .h4 {
        font-size: 2rem;
    }

    h5, .h5 {
        font-size: 1.86916rem;
    }

    h6, .h6 {
        font-size: 1.66667rem;
    }
    .st_h1_1{
        font-size: 4rem;
    }
    .st_h2_1{
        font-size: 3.00752rem;
    }
    .reviews__ttl, .oftenBuy__ttl {
        font-size: 3rem;
    }


    .faq__btn {
        font-size: 1.6rem;
        min-height: 50px;
        line-height: 1.2;
        padding: 10px 62px;
    }

    .faq__btn:before {
        width: 28px;
        height: 28px;
        top: calc(50% - 14px);
        font-size: 2.6rem;
        padding: 2px 0 0 1px;
    }

    .faq__item_active .faq__btn:before {
        padding: 5px 0 0 1px;
    }

    .page__subttl {
        padding: 0 0 0 76px;
        font-size: 2rem;
    }

    .pageСatalog__section_1 {
        margin: 0 auto 30px;
    }

    .slider_1 {
        max-width: 100%;
        padding: 0;
    }

    .slider_1 .slider_1__item {
        padding: 0;
    }

    .cardGame_1:hover, .cardGame_1:focus {
        width: 246px;
        height: 299px;
    }

    .pageСatalog__section_1, .pageCatalogService__section_1 {
        margin: 0 auto 30px;
    }

    .pagination__list {
        margin: 0 20px;
    }


    .header__block_1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header__block_3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .dashboard__login, .sort_2 {
        display: none;
    }

    .dashboard__signup, .dashboard__cart {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        width: 30px;
        height: 30px;
    }

    .dashboard__signup:hover,
    .dashboard__cart:hover,
    .dashboard__signup:focus,
    .dashboard__cart:focus {
        background: transparent;
    }

    .dashboard__cart:before {
        background: url('/local/templates/boosthub/assets/css/../image/design/ic_19.png') no-repeat;
    }

    .dashboard__signup:before {
        background: url('/local/templates/boosthub/assets/css/../image/design/ic_22.png') no-repeat;
        left: 0;
    }

    .count_cart {
        position: absolute;
        top: -14px;
        right: -14px;
    }

    .dashboard {
        max-width: 88px;
        width: 88px;
    }

    .menuMain__items {
        display: none;
    }

    .header__block_2 {
        max-width: 44px;
        width: 44px;
        min-width: 44px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
    }

    .btnMobMenu {
        display: block;
    }

    .header__block_3 {
        max-width: 88px;
        width: 88px;
    }

    .header {
        padding: 14px 15px;
    }

    .pageCard_1__section_3 {
        margin: 23px auto 0;
        padding: 0 15px;
    }

    .pageCard_1 .sectionHeader {
        padding: 0 0 23px;
    }

    .pageCard_1__section_1 {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .pageCard_1__section_4 {
        padding: 0 15px;
    }

    .typeFarm_2 {
        margin: 0 auto;
    }

    .pageCard_1__section_2 {
        max-width: 100%;
        width: 100%;
        margin: 50px 0 0;
        padding: 0 15px;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .sectionFaq {
        padding: 30px 0;
    }

    .reviews:after {
        margin: 31px auto;
    }

    .sectionOftenBuy {
        padding: 0 0 63px;
    }

    .pageCard_3__section_4, .pageCard_1__section_5, .pageCard_2__section_4 {
        padding: 0 0 90px;
    }

    .pageCard_3__section_3 {
        margin: 0 0 80px;
    }

    .sectionReviews_index {
        padding: 0 0 83px;
    }

    .pageCatalogService__section_3 {
        padding: 0 0 34px;
    }

    .mechGallery__item, .mechGallery__item:active {
        margin: 0 15px 27px;
    }

    .slider_1 {
        margin: 35px auto 60px;
    }

    .dashboard.dashboard_auth {
        justify-content: flex-end;
        flex: none !important;
        width: 100% !important;
        max-width: 88px !important;
        gap: 8px;
        align-items: center;
    }
    .header__block_3.header__block_3_auth {
        flex: 0 0 88px !important;
        width: 88px !important;
        max-width: 88px !important;
        justify-content: flex-end !important;
    }
    .dashboard__balance {
        display: none;
    }
    .dashboard   .dashboard__logout {
        display: none;
    }
    /* Header-only — do not shrink profile avatars in LK */
    .header .wrapAvatar {
        width: 30px;
        height: 30px;
        padding: 2px;
        margin: 0;
        box-sizing: border-box;
    }
    .header .dashboard__avatar {
        margin: 0;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .header .dashboard__avatarStatus {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 975px) {
    .pageCatalogService__section_2__block_1 {
        max-width: 100%;
        float: none;
        margin: 0 0 30px;
    }

    .pageCatalogService__section_2__block_2 {
        max-width: 100%;
        float: none;
    }

}

@media screen and (max-width: 768px) {
    h1, .h1{
        font-size: 5.208rem;
    }

    .faq__ttl,
    .sectionReviews_index .reviews__ttl,
    .pageCatalogService__section_3 .reviews__ttl,
    .videoGallery__ttl, .improveGame__ttl,
    .checkout__ttl {
        font-size: 3rem;
    }

    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.9rem;
    }

    h4, .h4 {
        font-size: 1.8rem;
    }

    h5, .h5 {
        font-size: 1.7rem;
    }

    h6, .h6 {
        font-size: 1.6rem;
    }

    .page__subttl {
        padding: 0 0 0 57px;
        font-size: 1.8rem;
    }

    .btnBack {
        font-size: 1.4rem;
    }

    .curvalueMMR, .reqvalueMMR {
        max-width: 260px;
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 auto;
        margin: 20px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

    .reqvalueMMR:before {
        position: absolute;
        top: -30px;
        left: calc(50% - 40px);
    }

    .valueMMR {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reqvalueMMR:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .improveGame__box_1 {
        padding: 30px 0;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .cardGame_2, .slider_2 {
        width: 100%;
        max-width: 100%;
    }

    .mechInfoTabs {
        display: block;
        max-width: 250px;
        width: 250px;
        height: 57px;
    }

    .mechInfoTabs:hover, .mechInfoTabs:focus {
        height: auto;
    }

    .mechInfoTabs:hover .mechInfoTab,
    .mechInfoTabs:focus .mechInfoTab,
    .mechInfoTab.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mechInfoTab {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 685px) {
    .advantages_1__item {
        max-width: 100%;
        width: 100%;
    }

    .advantages_1__item__ttl {
        font-size: 2rem;
    }

    .advantages_1__item__img {
        max-width: 51px;
        width: 51px;
    }

    .cardGame_2, .slider_2 {
        width: 400px;
        max-width: 100%;
    }

    .bg_shadow:nth-of-type(1) {
        left: 20px;
        width: calc(100% - 40px);
    }

    .bg_shadow:nth-of-type(2) {
        left: 10px;
        width: calc(100% - 20px);
    }

    .cardGame_2__info {
        padding: 15px;
    }

    .cardGame_2__ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .footer_cont_2__box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .wrapFooterMenu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 10px;
    }

    .footerFdb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .gallery_2__item {
        width: 300px;
        max-width: 300px;
    }

}

@media screen and (max-width: 480px) {
    .footerMenu__list.columns {
        -webkit-column-count: 1;
        column-count: 1;
    }






    h1:before, .h1:before, .st_h1_1:before {
        display: none;
    }

    h1, .h1, .page__subttl, .st_h1_1 {
        padding: 0;
        display: block;
    }

    .gallery_3__item {
        max-width: 300px;
        width: 300px;
    }

    .cardGame_2, .slider_2 {
        width: 100%;
    }

    .bg_shadow:nth-of-type(1) {
        left: 20px;
        width: calc(100% - 40px);
    }

    .bg_shadow:nth-of-type(2) {
        left: 10px;
        width: calc(100% - 20px);
    }

    .pageCard_3__section_1 .h1,
    .pageCard_1__section_4 .h1,
    .pageCard_2__section_1 .h1,
    .pageCard_3__section_1 h1,
    .pageCard_1__section_4 h1,
    .pageCard_2__section_1 h1 {
        display: block;
    }

    .page__ttl__img {
        display: block;
        margin: 0 0 .383em 0;
    }

    .pageCard_3__section_1,
    .pageCard_1__section_4,
    .pageCard_2__section_1 {
        padding: 0 15px;
    }

    .improveGame__box_4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0 0;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .typeFarm_2__box_3, .typeFarm_2__box_4 {
        padding: 0 15px 20px;
    }

    .typeFarm_2__box_5 {
        padding: 20px 15px;
    }

    .typeFarm_2__box_7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 15px 15px 0;
    }

}

@media screen and (max-width: 350px) {
    .gamePayment {
        padding: 21px 5px;
    }
}

.alert {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.5rem 0.75rem 1.5rem 1.25rem;
    border-radius: 4px;
    margin: 1rem 0;
}

/* Псевдоэлемент для акцентной линии */
.alert::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
}

/* Стили для текстового элемента */
.alert__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .5px;
    color: #ffffff;
    margin-left: 0.5rem;
}

/* Модификатор: Info */
.alert_info {
    background-image: linear-gradient(90deg, rgba(86, 79, 255, .24) -.1%, rgba(86, 79, 255, 0) 130%)
}

.alert_info::before {
    background-color: rgba(86, 79, 255, 0.78);
}

/* Модификатор: Warning */
.alert_warning {
    background-image: linear-gradient(90deg, rgba(255, 149, 72, .24) -.1%, rgba(255, 149, 72, 0) 130%)
}

.alert_warning::before {
    background-color: rgb(255 149 72/1);
}

/* Модификатор: Success */
.alert_success {
    background-image: linear-gradient(90deg, hsla(98, 53%, 64%, .24) -.1%, hsla(98, 53%, 64%, 0) 130%)
}

.alert_success::before {
    background-color: #38a169;
}

/* Модификатор: Error */
.alert_error {
    background-image: linear-gradient(90deg, rgba(255, 70, 97, .24) -.1%, rgba(255, 70, 97, 0) 130%)
}

.alert_error::before {
    background-color: #e53e3e;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* Public page refreshes remain outside the LK extraction path. */
/* Contacts page styles: assets/css/contacts-page.css (loaded from contacts/index.php). */

/* /local/templates/boosthub/assets/css/header-chrome.css */
/**
 * Site-wide header chrome (sticky + blur bar) — same look as home mobile/desktop.
 * Loaded on every page via header.php ($bhCoreCss).
 * Drawer/burger details live in mob-menu.css.
 */

/* Empty Bitrix panel wrapper must not shift public layout (guest / incognito). */
#panel:not(:has(#bx-panel)) {
    display: none;
}

.header {
    position: sticky;
    /* When Bitrix admin panel is pinned, JS sets --bh-admin-panel-h */
    top: var(--bh-admin-panel-h, 0px);
    z-index: 100;
    margin: 0 auto;
    border-bottom: none;
    background: transparent;
    isolation: isolate;
}

.header::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg, rgba(21, 34, 56, 0.96) 0%, rgba(15, 24, 40, 0.94) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.header::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.header__block_1,
.header__block_2,
.header__block_3 {
    position: relative;
    z-index: 1;
}

@media (max-width: 1023px) {
    .header {
        padding: 16px 20px 14px;
    }

    .dashboard__signup,
    .dashboard__signup_new {
        min-width: 0;
        width: 30px;
        max-width: 30px;
        padding: 0;
    }

    /* Auth density (early paint; mob-menu.css reinforces with !important) */
    .header__block_1 {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__logo {
        display: block;
        max-width: 148px;
        width: 100%;
        margin: 0 auto;
    }

    .header__block_3,
    .header__block_3.header__block_3_auth {
        flex: 0 0 88px;
        width: 88px;
        max-width: 88px;
        justify-content: flex-end;
    }

    .dashboard,
    .dashboard.dashboard_auth {
        flex: none;
        width: 100%;
        max-width: 88px;
        gap: 8px;
        justify-content: flex-end;
        align-items: center;
    }

    .dashboard__avatar {
        margin: 0;
        width: 30px;
        height: 30px;
    }

    .header .wrapAvatar {
        width: 30px;
        height: 30px;
        padding: 2px;
        margin: 0;
        box-sizing: border-box;
    }

    .header .dashboard__avatarStatus {
        width: 12px;
        height: 12px;
    }
}

body:has(.wrapper_lk) .header {
    z-index: 200;
}

@media (min-width: 1024px) {
    .header {
        padding: 22px 50px 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1632px) {
    .header {
        padding: 22px 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 10px;
    }

    /* Rigid calc() widths from main.css crush the bar — flex instead */
    .header__block_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 160px;
    }

    .header__block_2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto !important;
        max-width: none !important;
        min-width: 0;
        padding: 0 8px !important;
    }

    .header__block_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto !important;
        max-width: none !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 6px 10px;
    }

    .menuMain__items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menuMain__item {
        padding: 0 6px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .menuMain__item a,
    .menuMain__item a:visited {
        white-space: nowrap;
        font-size: 1.55rem;
    }

    /* Keep lang + currency in one row (main.css stacks them ≤1230px) */
    .sort_2 {
        -webkit-box-orient: horizontal !important;
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 4px 0 0;
        padding: 0;
        gap: 2px;
    }

    .sort_2__select {
        margin: 0 2px;
    }

    .sort_2__select .field {
        width: auto;
        min-width: 0;
        padding: 8px 22px 8px 8px;
        height: 34px;
        font-size: 1.35rem;
    }

    .sort_2__select .field_currency::after {
        right: 6px;
    }

    .dashboard {
        width: auto !important;
        max-width: none !important;
        gap: 8px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    /* Free from main.css 53px box; match icon-button height so it doesn't look tucked under Sign up */
    .dashboard__login {
        width: auto !important;
        max-width: none !important;
        min-width: 0;
        height: 50px;
        padding: 0 4px;
        white-space: nowrap;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.6rem;
        line-height: 1.2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    /*
     * main.css hides Sign up label ≤1632px but leaves min-width:138px —
     * empty orange pill next to "Log in". Force icon-only circle.
     */
    .dashboard__signup,
    .dashboard__signup_new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0 !important;
        width: 50px !important;
        max-width: 50px !important;
        height: 50px;
        padding: 0 !important;
    }

    .dashboard__signup span,
    .dashboard__signup_new span {
        display: none;
    }

    .dashboard__cart {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/* Tighter laptop widths: still one row, slightly smaller type */
@media (min-width: 1024px) and (max-width: 1230px) {
    .header {
        padding: 18px 12px 16px;
        gap: 0 6px;
    }

    .header__block_1 {
        max-width: 130px;
    }

    .menuMain__item {
        padding: 0 4px;
    }

    .menuMain__item a,
    .menuMain__item a:visited {
        font-size: 1.4rem;
    }

    .sort_2__select .field {
        padding: 6px 18px 6px 6px;
        height: 32px;
        font-size: 1.25rem;
    }

    .dashboard {
        gap: 6px;
    }

    .dashboard__login {
        height: 44px;
        font-size: 1.5rem;
        padding: 0 2px;
    }

    .dashboard__signup,
    .dashboard__signup_new,
    .dashboard__cart {
        width: 44px !important;
        height: 44px;
        min-width: 0 !important;
        max-width: 44px !important;
        padding: 0 !important;
    }

    .dashboard__signup:before,
    .dashboard__signup_new:before {
        left: 7px;
    }
}

/* /local/templates/boosthub/assets/css/modal-system.css */
/* BoostHub modal shell extracted from main.css.
   Keep this file loaded after main.css. */

.bgModalWindow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 100vw;
    min-height: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: .8;
    background: #1a293e;
    display: none;
    z-index: 2;
}

.bgModalWindow_active {
    display: block;
    z-index: 20000;
}

.wrapMw {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px #fe9900;
    box-shadow: 0 5px 20px #fe9900;
    border-radius: 18px;
    display: none;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mw {
    position: relative;
    padding: 37px 57px 41px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mw p {
    color: #000;
    font-weight: 600;
}

.mw__title {
    color: #152030;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4rem;
    line-height: 1;
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0 0 .65em;
}

.mw__content {
    color: #000;
    margin: 0 0 20px;
    line-height: 1.2;
}

.wrapMw_login,
.wrapMw_signup {
    max-width: 370px;
}

.wrapMw_editStatus {
    max-width: 370px;
}

.wrapMw_сhangeAvatar {
    max-width: 400px;
}

.wrapMw_successPass {
    max-width: 500px;
}

.wrapMw_PayCashback {
    max-width: 500px;
}

.wrapMw_faq,
.wrapMw_review,
.wrapMw_vacancy,
.wrapMw_editInfo,
.wrapMw_editPass,
.wrapMw_funds {
    /* Cap wide modals to the viewport — native <dialog> otherwise grows to ~content width (~520px). */
    width: min(654px, calc(100vw - 24px));
    max-width: min(654px, calc(100vw - 24px));
    box-sizing: border-box;
}

.wrapMw_faq .mw,
.wrapMw_review .mw,
.wrapMw_vacancy .mw,
.wrapMw_editInfo .mw,
.wrapMw_editPass .mw,
.wrapMw_funds .mw {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.wrapMw_faq .wrapData,
.wrapMw_review .wrapData,
.wrapMw_vacancy .wrapData,
.wrapMw_editInfo .wrapData,
.wrapMw_editPass .wrapData,
.wrapMw_funds .wrapData,
.wrapMw_faq .field,
.wrapMw_review .field,
.wrapMw_vacancy .field,
.wrapMw_editInfo .field,
.wrapMw_editPass .field,
.wrapMw_funds .field,
.wrapMw_faq .label,
.wrapMw_editInfo .label,
.wrapMw_editPass .label {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.wrapMw_editStatus .mw {
    padding: 40px 35px 35px 35px;
}

.wrapMw_editInfo .mw {
    padding: 37px 49px 48px 39px;
}

.wrapMw_editPass .mw {
    padding: 37px 46px 48px 39px;
}

.wrapMw_funds .mw {
    padding: 37px 30px 14px 30px;
}

.wrapMw_review .mw {
    padding: 37px 49px 34px 39px;
}

.wrapMw_review .label {
    color: rgba(255, 255, 255, 0.92);
}

.wrapMw_review .rating__lbl {
    color: rgba(255, 255, 255, 0.92);
}

.wrapMw_review .wrapData_review_5 .cartChek_2___txt {
    color: rgba(255, 255, 255, 0.88);
}

.wrapMw_review .star {
    color: #fe9900;
}

.wrapMw_review .review-error {
    color: #ffb4b4;
    font-size: 1.3rem;
    margin-top: 6px;
    display: block;
}

.wrapBtnMwClose {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 24px;
    height: 24px;
}

.btnMwClose {
    width: 24px;
    height: 24px;
    position: relative;
    padding: 0;
    display: block;
}

.btnMwClose .l1,
.btnMwClose .l2 {
    height: 2px;
    display: block;
    background: #b4b7bc;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    top: 11px;
    left: -2px;
    width: 29px;
}

.btnMwClose .l2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

[class^="wrapMw_"],
[class*=" wrapMw_"] {
    z-index: 20010 !important;
    pointer-events: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
    animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #1a2332 0%, #1e2a3e 100%);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[class^="wrapMw_"] .mw,
[class*=" wrapMw_"] .mw {
    background: transparent;
    border-radius: 16px;
    padding: 40px 35px 35px 35px;
    position: relative;
}

[class^="wrapMw_"] .mw__title,
[class*=" wrapMw_"] .mw__title {
    color: #ffffff;
    font-size: 3.2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

[class^="wrapMw_"] .mw__content,
[class*=" wrapMw_"] .mw__content {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.5rem;
    line-height: 1.45;
    text-align: center;
}

[class^="wrapMw_"] .stBtnPayCashback,
[class*=" wrapMw_"] .stBtnPayCashback {
    background: linear-gradient(135deg, #fe9900 0%, #ffb84d 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(254, 153, 0, 0.35);
    max-width: 100%;
}

[class^="wrapMw_"] .label,
[class*=" wrapMw_"] .label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

[class^="wrapMw_"] .wrapData:has(.field:focus) .label,
[class*=" wrapMw_"] .wrapData:has(.field:focus) .label {
    color: #fe9900;
}

[class^="wrapMw_"] .field,
[class*=" wrapMw_"] .field {
    width: 100%;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0 18px;
    font-size: 1.5rem;
    color: #ffffff;
    background: rgba(30, 41, 59, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[class^="wrapMw_"] .field:focus,
[class*=" wrapMw_"] .field:focus {
    outline: none;
    border-color: #fe9900;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2),
                0 4px 12px rgba(254, 153, 0, 0.3);
    transform: translateY(-1px);
    background: rgba(30, 41, 59, 0.8);
}

[class^="wrapMw_"] .field:focus-visible,
[class*=" wrapMw_"] .field:focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: 2px;
}

[class^="wrapMw_"] .field::placeholder,
[class*=" wrapMw_"] .field::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
}

[class^="wrapMw_"] .btnSend,
[class*=" wrapMw_"] .btnSend {
    background: linear-gradient(135deg, #fe9900 0%, #ffb84d 100%);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 16px 30px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 15px rgba(254, 153, 0, 0.4),
                0 2px 6px rgba(254, 153, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Keep Change CTA shadow inside overflow:hidden modal shell */
.wrapMw_editInfo .btnSend,
.wrapMw_editPass .btnSend {
    margin-bottom: 4px;
}

[class^="wrapMw_"] .btnSend::before,
[class*=" wrapMw_"] .btnSend::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

[class^="wrapMw_"] .btnSend:hover,
[class*=" wrapMw_"] .btnSend:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 153, 0, 0.5),
                0 4px 10px rgba(254, 153, 0, 0.4);
    background: linear-gradient(135deg, #ffb84d 0%, #fe9900 100%);
}

[class^="wrapMw_"] .btnSend:hover::before,
[class*=" wrapMw_"] .btnSend:hover::before {
    left: 100%;
}

[class^="wrapMw_"] .btnSend:active,
[class*=" wrapMw_"] .btnSend:active {
    transform: translateY(0);
}

/* Не перекрашивать в чёрный при :focus с мыши — ломает ожидание от оранжевой CTA */
[class^="wrapMw_"] .btnSend:focus,
[class*=" wrapMw_"] .btnSend:focus {
    outline: none;
}

[class^="wrapMw_"] .btnSend:focus-visible,
[class*=" wrapMw_"] .btnSend:focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px var(--bh-focus-ring-soft),
                0 4px 15px rgba(254, 153, 0, 0.4),
                0 2px 6px rgba(254, 153, 0, 0.3);
}

/* Без backdrop-filter: blur — иначе на /personal/ и др. страницах ЛК визуально «мылится»
   и фон, и сама модалка входа (баг композитинга / порядка слоёв). */
.bgModalWindow {
    background: rgba(10, 14, 22, 0.92);
}

[class^="wrapMw_"][style*="display: block"],
[class*=" wrapMw_"][style*="display: block"] {
    animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1 !important;
    visibility: visible !important;
}

/* ЛК «Редактировать профиль»: подпись чекбокса и hint под полем — читаемы на тёмной модалке */
.wrapMw_editInfo .wrapChekbox_editInfo .cartChek_2___txt {
    color: rgba(255, 255, 255, 0.92) !important;
}

.wrapMw_editInfo .fieldDesc {
    color: rgba(255, 255, 255, 0.58) !important;
}

@media screen and (max-width: 768px) {
    .mw__title {
        font-size: 3rem;
    }

    .mw {
        padding: 37px 47px 41px 37px;
    }
}

@media (max-width: 480px) {
    [class^="wrapMw_"] .mw,
    [class*=" wrapMw_"] .mw {
        padding: 30px 20px 25px 20px;
    }

    [class^="wrapMw_"] .mw__title,
    [class*=" wrapMw_"] .mw__title {
        font-size: 2.5rem;
    }

    /* Keep wide dialogs inside the viewport even if JS centering uses a stale width. */
    dialog.wrapMw_faq[open],
    dialog.wrapMw_review[open],
    dialog.wrapMw_vacancy[open],
    dialog.wrapMw_editInfo[open],
    dialog.wrapMw_editPass[open],
    dialog.wrapMw_funds[open],
    .wrapMw_faq[data-bh-modal-open="1"],
    .wrapMw_review[data-bh-modal-open="1"],
    .wrapMw_vacancy[data-bh-modal-open="1"],
    .wrapMw_editInfo[data-bh-modal-open="1"],
    .wrapMw_editPass[data-bh-modal-open="1"],
    .wrapMw_funds[data-bh-modal-open="1"] {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        box-sizing: border-box !important;
    }
}

/* -------------------------------------------------------------------------
   Ram.calc: «добавлено в корзину» / ошибка — как тёмные модалки регистрации (wrapMw_*).
   Перекрывает main.css (.popup-window) и шаблонные правки ram.calc (#000 / оранжевый текст).
   ------------------------------------------------------------------------- */

.popup-window-overlay {
    background: rgba(10, 14, 22, 0.92) !important;
    opacity: 1 !important;
}

.popup-window.ram-calc__popup {
    background: linear-gradient(135deg, #1a2332 0%, #1e2a3e 100%) !important;
    border-radius: 16px !important;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    padding: 40px 35px 35px 35px !important;
    border: none !important;
    max-width: min(420px, calc(100vw - 32px));
    box-sizing: border-box !important;
    font-family: var(--bh-font-sans, system-ui, -apple-system, sans-serif) !important;
    animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-window.ram-calc__popup .popup-window-content {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.5rem !important;
    line-height: 1.45 !important;
    text-align: center !important;
    padding: 0 !important;
}

.popup-window.ram-calc__popup .popup-window-content a {
    display: inline-block !important;
    margin-top: 1.25em !important;
    padding: 14px 28px !important;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf5a 100%) !important;
    color: #111b29 !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(254, 153, 0, 0.25) !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease !important;
}

.popup-window.ram-calc__popup .popup-window-content a:hover {
    transform: translateY(-2px) !important;
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.22),
        0 2px 6px rgba(254, 153, 0, 0.3) !important;
    color: #0a0e14 !important;
}

.popup-window.ram-calc__popup .popup-window-content a:visited {
    color: #111b29 !important;
}

.popup-window.ram-calc__popup .popup-window-content a:focus-visible {
    outline: var(--bh-focus-ring-width, 2px) solid var(--bh-focus-ring-color, #fe9900) !important;
    outline-offset: 3px !important;
}

.popup-window.ram-calc__popup .mw__title {
    color: #ffffff !important;
    font-size: 3.2rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 0.35em !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-family: var(--bh-font-sans, system-ui, -apple-system, sans-serif) !important;
}

.popup-window.ram-calc__popup .popup-window-close-icon {
    right: 14px !important;
    top: 14px !important;
    opacity: 0.65 !important;
}

.popup-window.ram-calc__popup .popup-window-close-icon:hover {
    opacity: 1 !important;
}

.popup-window.ram-calc__popup .popup-window-close-icon::after {
    filter: brightness(0) invert(1) !important;
}

@media (max-width: 480px) {
    .popup-window.ram-calc__popup {
        padding: 32px 22px 28px 22px !important;
    }

    .popup-window.ram-calc__popup .mw__title {
        font-size: 2.5rem !important;
    }

    .popup-window.ram-calc__popup .popup-window-content {
        font-size: 1.4rem !important;
    }

    .popup-window.ram-calc__popup .popup-window-content a {
        font-size: 1.45rem !important;
        padding: 12px 22px !important;
    }
}

/* /local/templates/boosthub/assets/css/modal-auth.css */
/* BoostHub auth and vacancy modal overrides extracted from main.css.
   Keep this file loaded after main.css and modal-system.css. */

:is(.wrapMw_login, .wrapMw_authPage) .auth-error,
.wrapMw_editStatus .edit-status-error {
    width: 100%;
    box-sizing: border-box;
    background: #fed7d7;
    border: 2px solid #e53e3e;
    border-radius: 10px;
    padding: 12px 14px;
    color: #c53030;
    font-size: 1.4rem;
    margin: 0 0 14px;
}

:is(.wrapMw_login, .wrapMw_authPage) .auth-error[hidden],
.wrapMw_editStatus .edit-status-error[hidden] {
    display: none !important;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-passwordWrap {
    position: relative;
    width: 100%;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-passwordWrap .field {
    padding-right: 110px;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-togglePassword {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-togglePassword:hover,
:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-togglePassword:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    outline: none;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-togglePassword:focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: 2px;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-capslockHint {
    margin-top: 8px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-rememberRow {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}

:is(.wrapMw_login, .wrapMw_authPage) .bh-auth-rememberRow label {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-size: 1.4rem;
}

:is(.wrapMw_login, .wrapMw_authPage) .btnSend.is-loading {
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}

:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword,
:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword:visited {
    color: #fe9900;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fe9900;
    transition: width 0.3s ease;
}

:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword:hover,
:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword:focus {
    color: #ffb84d;
    text-decoration: none;
}

:is(.wrapMw_login, .wrapMw_authPage) .forgotPassword:hover::after {
    width: 100%;
}

:is(.wrapMw_login, .wrapMw_authPage, .wrapMw_forgotPassword) .wrapData_forgotPassword {
    position: relative;
}

/* Тройная специфичность + !important — перебивает .wrapMw_login .label из старых «светлых» форм в composite CSS */
.wrapMw_forgotPassword.wrapMw_login .label,
.wrapMw_forgotPassword.wrapMw_login label.label,
.wrapMw_changePassword.wrapMw_login .label,
.wrapMw_changePassword.wrapMw_login label.label,
:is(.wrapMw_changePassword, .wrapMw_forgotPassword) .label {
    color: rgba(255, 255, 255, 0.96) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_forgotPassword) .star {
    display: none !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_forgotPassword) .wrapData::after,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_forgotPassword) .wrapData::before,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_forgotPassword) .field::after,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_forgotPassword) .field::before {
    display: none !important;
    content: none !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth {
    margin-top: 25px;
    padding-top: 0;
    border-top: none;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .auth__ttl {
    display: flex;
    align-items: center;
    margin: 24px 0 20px;
    gap: 16px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .auth__ttl::before,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .auth__ttl::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(254, 153, 0, 0.35), transparent);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social {
    display: flex;
    gap: 12px;
    margin-bottom: 4px;
    margin-top: 10px;
    flex-wrap: wrap;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social ul li {
    flex: 1 1 140px;
    min-width: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: auto;
    display: flex;
    align-items: stretch;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon {
    display: flex;
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon svg,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon .social-button-text {
    position: relative;
    z-index: 2;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: block;
    margin: 0;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.vkontakte svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon .social-button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon:focus-visible {
    outline: 2px solid #fe9900;
    outline-offset: 2px;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 10px;
    transition: all 0.2s ease;
    z-index: 0;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.facebook::before {
    background: #1877F2;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.facebook:hover::before {
    background: #166FE5;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.google::before {
    background: #4285F4;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.google:hover::before {
    background: #357AE8;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_forgotPassword) .field:-webkit-autofill,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_forgotPassword) .field:-webkit-autofill:hover,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_forgotPassword) .field:-webkit-autofill:focus,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_forgotPassword) .field:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px rgba(30, 41, 59, 0.8) inset !important;
    box-shadow: 0 0 0 1000px rgba(30, 41, 59, 0.8) inset !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.vkontakte::before {
    background: #0077FF;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.vkontakte:hover::before {
    background: #0066DD;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.twitter::before {
    background: #1DA1F2;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.twitter:hover::before {
    background: #1A91DA;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.yandex::before {
    background: #FC3F1D;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.yandex:hover::before {
    background: #E6331A;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.odnoklassniki::before {
    background: #EE8208;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.odnoklassniki:hover::before {
    background: #D97407;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.mymailru::before,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.mailru2::before {
    background: #005FF9;
    border-color: rgba(255, 255, 255, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.mymailru:hover::before,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon.mailru2:hover::before {
    background: #0055DD;
    border-color: rgba(255, 255, 255, 0.3);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon:hover::before {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(59, 130, 246, 0.4);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon .social-button-text,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon span {
    color: #ffffff;
    font-weight: 500;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 11px;
    opacity: 0;
    filter: blur(4px);
    transition: opacity 0.2s ease;
    z-index: 0;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon:hover::after {
    opacity: 1;
}

:is(.wrapMw_login, .wrapMw_authPage) .wrapAuth .bx-authform-social-icon {
    background-image: none !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .btnMwClose {
    transition: all 0.3s ease;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .btnMwClose .l1,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .btnMwClose .l2 {
    background: #718096;
    transition: all 0.3s ease;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .btnMwClose:hover .l1,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .btnMwClose:hover .l2 {
    background: #fe9900;
    transform: rotate(90deg);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .field.error {
    border-color: #e53e3e;
    box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.15);
    animation: shake 0.4s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_changePassword, .wrapMw_authPage, .wrapMw_forgotPassword) .auth-error {
    background: #fed7d7;
    border: 2px solid #e53e3e;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #c53030;
    font-size: 1.4rem;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .auth-error:empty {
    display: none !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .auth-error:not(:has(*)):not(:has(text)) {
    display: none !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) input[type="checkbox"] + label,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapData label[for="USER_REMEMBER_frm"],
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .wrapData label[for="USER_REMEMBER_auth_page"] {
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) input[type="checkbox"]:checked + label,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) input[type="checkbox"]:checked + label[for="USER_REMEMBER_frm"],
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) input[type="checkbox"]:checked + label[for="USER_REMEMBER_auth_page"] {
    color: rgba(255, 255, 255, 0.9) !important;
}

.wrapMw_signup .mw p,
.wrapMw_signup .mw__content {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px 0 20px 0;
    text-align: center;
}

.wrapMw_signup .errortext,
.wrapMw_signup .bx-notifier-errors {
    color: #c53030;
    font-size: 1.4rem;
    background: #fed7d7;
    border: 2px solid #e53e3e;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

:is(.wrapMw_signup, .wrapMw_changePassword) .starrequired {
    display: none !important;
}

.wrapMw_signup .stCaptcha {
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 8px;
    max-width: 100%;
}

.wrapMw_signup select {
    width: 100%;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0 18px;
    font-size: 1.5rem;
    color: #ffffff;
    background: rgba(30, 41, 59, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: inherit;
}

.wrapMw_signup select:focus {
    outline: none;
    border-color: #fe9900;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2),
                0 4px 12px rgba(254, 153, 0, 0.3);
    background: rgba(30, 41, 59, 0.8);
}

.wrapMw_signup select option {
    background: rgba(30, 41, 59, 0.95);
    color: #ffffff;
}

.wrapMw_signup textarea {
    width: 100%;
    min-height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 1.5rem;
    color: #ffffff;
    background: rgba(30, 41, 59, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    resize: vertical;
}

.wrapMw_signup textarea:focus {
    outline: none;
    border-color: #fe9900;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2),
                0 4px 12px rgba(254, 153, 0, 0.3);
    background: rgba(30, 41, 59, 0.8);
}

.wrapMw_signup textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
}

.wrapMw_signup input[type="file"] {
    width: 100%;
    padding: 12px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(30, 41, 59, 0.6);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    font-family: inherit;
}

.wrapMw_signup input[type="file"]:focus {
    outline: none;
    border-color: #fe9900;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .mw {
    font-family: var(--bh-font-sans);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage) .mw * {
    font-family: inherit;
}

.wrapMw_vacancy {
    z-index: 20010 !important;
    pointer-events: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
    animation: modalSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #1a2332 0%, #1e2a3e 100%);
}

.wrapMw_vacancy .mw {
    background: transparent;
    border-radius: 16px;
    padding: 40px 35px 35px 35px;
    position: relative;
}

.wrapMw_vacancy .mw__title {
    color: #ffffff;
    font-size: 3.2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wrapMw_vacancy .label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.wrapMw_vacancy .wrapData:has(.field:focus) .label,
.wrapMw_vacancy .wrapData:has(textarea:focus) .label {
    color: #fe9900 !important;
}

.wrapMw_vacancy .field {
    width: 100%;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 1.5rem;
    color: #ffffff !important;
    background: rgba(30, 41, 59, 0.6) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wrapMw_vacancy .field:focus {
    outline: none;
    border-color: #fe9900 !important;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2),
                0 4px 12px rgba(254, 153, 0, 0.3);
    transform: translateY(-1px);
    background: rgba(30, 41, 59, 0.8) !important;
}

.wrapMw_vacancy .field::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
}

.wrapMw_vacancy textarea.field {
    min-height: 120px;
    padding: 12px 18px;
    resize: vertical;
}

.wrapMw_vacancy textarea.field:focus {
    outline: none;
    border-color: #fe9900 !important;
    box-shadow: 0 0 0 4px rgba(254, 153, 0, 0.2),
                0 4px 12px rgba(254, 153, 0, 0.3);
    background: rgba(30, 41, 59, 0.8) !important;
}

.wrapMw_vacancy textarea.field::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
}

.wrapMw_vacancy .btnSend {
    background: linear-gradient(135deg, #fe9900 0%, #ffb84d 100%) !important;
    color: #ffffff !important;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 16px 30px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 15px rgba(254, 153, 0, 0.4),
                0 2px 6px rgba(254, 153, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wrapMw_vacancy .btnSend::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.wrapMw_vacancy .btnSend:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 153, 0, 0.5),
                0 4px 10px rgba(254, 153, 0, 0.4);
    background: linear-gradient(135deg, #ffb84d 0%, #fe9900 100%) !important;
}

.wrapMw_vacancy .btnSend:hover::before {
    left: 100%;
}

.wrapMw_vacancy .btnSend:active {
    transform: translateY(0);
}

.wrapMw_vacancy .btnSend:focus {
    background: linear-gradient(135deg, #fe9900 0%, #ffb84d 100%) !important;
    color: #ffffff !important;
}

.wrapMw_vacancy .btnSend:focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px var(--bh-focus-ring-soft),
                0 6px 20px rgba(254, 153, 0, 0.5),
                0 4px 10px rgba(254, 153, 0, 0.4);
}

.wrapMw_vacancy .star {
    color: #fe9900 !important;
}

.wrapMw_vacancy .review-error,
.wrapMw_vacancy .comment-error {
    color: #c53030;
    font-size: 1.3rem;
    margin-top: 5px;
    display: block;
}

.wrapMw_vacancy .wrapData {
    margin-bottom: 19px;
}

.wrapMw_vacancy .wrapData:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .wrapMw_vacancy .mw {
        padding: 30px 20px 25px 20px;
    }

    .wrapMw_vacancy .mw__title {
        font-size: 2.5rem;
    }

    .wrapMw_vacancy .wrapData_review_1,
    .wrapMw_vacancy .wrapData_review_2 {
        width: 100%;
    }
}

/* Обязательная авторизация (NEED_AUTH): общий фон и блоки с тем же UI, что у модалки в шапке */
.bhAuthPage__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(10, 14, 22, 0.92);
}

.bhAuthPage__backdrop.bgModalWindow_active {
    display: block;
}

.bhAuthPage__alert {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 1.35rem;
    line-height: 1.4;
}

.bhAuthPage__alert.alert-danger {
    background: rgba(248, 215, 218, 0.12);
    border: 1px solid rgba(245, 198, 203, 0.35);
    color: rgba(255, 210, 210, 0.95);
}

.bhAuthPage__alert.alert-success {
    background: rgba(212, 237, 218, 0.12);
    border: 1px solid rgba(195, 230, 203, 0.4);
    color: rgba(190, 230, 200, 0.95);
}

.bhAuthPage__captcha {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.bhAuthPage__registerRow {
    text-align: center;
    margin-top: 4px;
}

.bhAuthPage__registerLink {
    color: #fe9900;
    font-weight: 700;
    text-decoration: none;
}

.bhAuthPage__registerLink:hover,
.bhAuthPage__registerLink:focus {
    text-decoration: underline;
}

.bhAuthPage__registerHint {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.62);
}

/* ========= Единый каркас модалок: вход, регистрация, гейт страницы, forgot / change password ========= */
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) {
    max-width: min(100vw - 24px, 428px) !important;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .mw {
    padding: 36px 28px 28px;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .mw__title {
    font-size: clamp(2.15rem, 4.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin-bottom: 22px;
    text-shadow: none;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .wrapBtnMwClose {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .btnMwClose {
    width: 44px;
    height: 44px;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .btnMwClose .l1,
:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .btnMwClose .l2 {
    top: 21px;
    left: 7px;
    width: 22px;
}

/* Текст-пояснение под заголовком (forgot / signup и т.д.) */
.bh-auth-modalNote {
    margin: -8px 0 18px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.4rem;
    line-height: 1.55;
    text-align: center;
}

.bh-auth-fieldHint {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    line-height: 1.45;
}

.wrapMw_forgotPassword .bh-auth-modalNote,
.wrapMw_changePassword .bh-auth-modalNote {
    color: rgba(255, 255, 255, 0.92) !important;
}

.bh-auth-or {
    text-align: center;
    margin: 6px 0 14px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.3rem;
    font-weight: 500;
}

/* Алерты Bitrix в тех же тонах, что bhAuthPage__alert */
:is(.wrapMw_forgotPassword, .wrapMw_changePassword, .wrapMw_signup) .alert {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 1.35rem;
    line-height: 1.45;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    box-sizing: border-box;
}

:is(.wrapMw_forgotPassword, .wrapMw_changePassword, .wrapMw_signup) .alert.alert-danger {
    background: rgba(248, 215, 218, 0.12);
    border-color: rgba(245, 198, 203, 0.35);
    color: rgba(255, 210, 210, 0.95);
}

:is(.wrapMw_forgotPassword, .wrapMw_changePassword, .wrapMw_signup) .alert.alert-success {
    background: rgba(212, 237, 218, 0.12);
    border-color: rgba(195, 230, 203, 0.4);
    color: rgba(190, 230, 200, 0.95);
}

.bh-auth-captchaStack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
}

.bh-auth-captchaStack img {
    display: block;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.bh-auth-passwordPolicy {
    margin-top: 6px;
    padding: 12px 14px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    font-size: 1.25rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

.bh-auth-footerLinks {
    margin-top: 8px;
    text-align: center;
    font-size: 1.35rem;
}

.bh-auth-footerLinks a {
    color: #fe9900;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.bh-auth-footerLinks a:hover,
.bh-auth-footerLinks a:focus {
    color: #ffb84d;
    text-decoration: underline;
}

.bh-auth-footerSep {
    color: rgba(255, 255, 255, 0.32);
    margin: 0 10px;
    font-weight: 400;
}

:is(.wrapMw_forgotPassword, .wrapMw_changePassword) .wrapData--submitSpaced {
    margin-top: 18px;
}

:is(.wrapMw_changePassword) .bx-auth-secure {
    margin-top: 8px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.55);
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .wrapData {
    margin-bottom: 16px;
}

:is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .wrapData:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    :is(.wrapMw_login, .wrapMw_signup, .wrapMw_authPage, .wrapMw_forgotPassword, .wrapMw_changePassword) .mw {
        padding: 28px 18px 22px;
    }
}

/* /local/templates/boosthub/assets/css/modals-root.css */
/* Boost Hub modal root — outside .wrapper.
   Needs a high stacking context so fixed overlay/modals cover header too. */
#bh-modal-root.bh-modal-root {
    position: relative;
    z-index: 20000;
}

#bh-modal-root.bh-modal-root:not(:empty) {
    display: block;
}

body.bh-modal-open,
body.is-modal-open {
    overflow: hidden;
}

body.bh-modal-open .bgModalWindow.bgModalWindow_active,
body.is-modal-open .bgModalWindow.bgModalWindow_active {
    z-index: 20000;
}

/* Native <dialog>: reset UA chrome only.
   Do NOT set max-width/background here — that overrides .wrapMw_* limits (370/654px). */
dialog.wrapMw {
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    /* Defeat UA fit-content sizing that ignores percentage width on <dialog>. */
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
}

dialog.wrapMw:not([open]) {
    display: none !important;
}

/* Keep legacy fixed positioning + z-index from .wrapMw / JS; avoid UA dialog centering.
   !important beats .wrapMw{display:none} and stale jQuery .hide() when [open] is set. */
dialog.wrapMw[open] {
    display: block !important;
}

dialog.wrapMw::backdrop {
    background: transparent;
    pointer-events: none;
}

/* /local/templates/boosthub/assets/css/modal-forms.css */
/* BoostHub modal form helpers extracted from main.css.
   Keep this file loaded after main.css and before modal-system.css/modal-auth.css. */

/* Подписи на тёмной оболочке wrapMw_ (modal-system). Не трогать login/signup — там свои правила в modal-auth. */
.wrapMw_faq .label,
.wrapMw_vacancy .label,
.wrapMw_editStatus .label,
.wrapMw_editInfo .label,
.wrapMw_editPass .label,
.wrapData_funds .label,
.wrapMw_сhangeAvatar .label {
    color: rgba(255, 255, 255, 0.9);
}

.wrapMw_сhangeAvatar .field {
    color: rgba(255, 255, 255, 0.92);
}

.wrapMw_faq .field,
.wrapMw_vacancy .field,
.wrapMw_review .field,
.wrapMw_editStatus .field,
.wrapMw_editInfo .field,
.wrapMw_editPass .field,
.wrapData_funds .field {
    border: 2px solid #bbc0c8;
}

.wrapData_funds {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 13px;
}

.wrapData_funds .label {
    margin: 0 11px 0 0;
}

.wrapData_funds .field {
    max-width: 266px;
    width: 266px;
    margin: 0 0 10px;
}

.wrapMw_editInfo .fieldDesc {
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--bh-font-sans);
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 6px 0 0;
}

.wrapData_funds .fieldDesc {
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 0 10px;
}

.wrapMw_funds .payMethod__ttl {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1.2;
}

.wrapData_editStatus {
    margin: 0 0 19px;
    width: 100%;
}

.wrapData_editStatus .label {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 8px;
}

.wrapData_editStatus .field {
    width: 100%;
    margin: 0;
}

.wrapChekbox_editInfo .cartChek_2___txt {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1;
}

.wrapData .review-error {
    padding: 0;
}

.wrapChekbox_editInfo {
    margin: 0 0 24px;
}

.form_editInfo,
.form_editPass {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.wrapData_editInfo,
.wrapData_editPass {
    max-width: calc(50% - 17px);
    width: calc(50% - 17px);
    flex: none;
}

.wrapData_editPass:first-of-type {
    max-width: 100%;
    width: 100%;
    padding: 0 calc(50% + 17px) 0 0;
    box-sizing: border-box;
}

.form_faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapData_faq_1,
.wrapData_faq_2 {
    max-width: calc(50% - 18px);
    width: calc(50% - 18px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.wrapData_faq_3,
.wrapData_faq_4 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.wrapData_faq_3 {
    margin: 0 0 22px;
}

.wrapData_review_5 .cartChek_2___txt {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1;
}

.wrapData_review_5 .cartChek_2__lbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.form_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.explanation_review {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1;
}

.wrapData_review_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapData_review_5 .wrapChekbox {
    margin: 0 5px;
}

.wrapData_review_1,
.wrapData_review_2 {
    width: calc(50% - 17px);
}

.wrapData_review_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .wrapData_review_5 .wrapChekbox {
        margin: 0 5px;
        max-width: 100%;
        width: 100%;
    }

    .wrapData_editInfo,
    .wrapData_editPass {
        max-width: 100%;
        width: 100%;
    }

    .wrapData_editPass:first-of-type {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .wrapData_review_1,
    .wrapData_review_2 {
        width: 100%;
    }

    .wrapData_funds .field {
        max-width: 70%;
        width: 70%;
        margin: 0 0 10px;
    }

    .wrapData_funds .label {
        margin: 0 11px 10px 0;
        width: 100%;
    }
}

/* /local/templates/boosthub/assets/css/custom.css */
.review-error {
    color: red;
    font-weight: bold;
    padding: 20px;
}

.review-thank {
    color: green;
    font-size: 3rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.typeFarm_1__help p {
    text-align: center;
}

.content h2 {
    font-size: 2.5rem;
}

.content h3 {
    font-size: 2rem;
}

.basket-coupon-text{
    color: #000;
}
.basketCoupon .close-link{
    color: #000;
    cursor: pointer;
    background: #fff;
    padding: 3px 10px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 0 0 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.basketCoupon .close-link:hover, .basketCoupon .close-link:focus{
    background: #16202f;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gamePayment {
    flex-direction: column;
}

.payeer__submit {
    background: #5095D3;
    border-radius: 3px;
    color: #fff;
    padding: 10px 110px;
    font-size: 18px;
}

.payeer__submit:hover {
    cursor: pointer;
}

/* Product hero LCP: real <img> beats CSS background for PageSpeed */
.wrapSectionHeader {
    position: relative;
}
.wrapSectionHeader > .bhHeroLcpImg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    user-select: none;
}
.wrapSectionHeader > .sectionHeader {
    position: relative;
    /* Above hero/title band (z-index:2). Inline style in header.php must match —
     * otherwise sticky burger is painted under page content while scrolling. */
    z-index: 100;
}
/* Themed heroes paint photo via ::before — drop it when LCP <img> is present */
main.pageCard_1 > .wrapSectionHeader:has(> .bhHeroLcpImg)::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
}

/* /local/templates/boosthub/assets/css/article-content.css */
/**
 * Article / rich-content chrome (callouts, tables, blockquotes, WoT chips).
 * Split from main.css 2026-07-21 — loaded on news + content-shell pages only.
 */

/* --- from main.css L133-159 --- */
/* Детальные статьи (.article-body): justify + inline-table (bh-wot-tank-chip) даёт гигантские пробелы в строке */
.content .article-body p,
div.article-body p {
    text-align: start;
}

/* Список Tier X с чипами: без оранжевой «черты» .content ul li — один танк на строку */
.content .article-body ul.bh-wot-tierx-list,
div.article-body ul.bh-wot-tierx-list {
    margin: 0.6em 0 1em;
    padding-left: 1.35em;
    list-style: disc outside;
}

.content .article-body ul.bh-wot-tierx-list > li,
div.article-body ul.bh-wot-tierx-list > li {
    list-style-type: disc;
    padding-left: 0.35em;
    margin: 0.4em 0;
    line-height: 1.5;
}

.content .article-body ul.bh-wot-tierx-list > li::after,
div.article-body ul.bh-wot-tierx-list > li::after {
    content: none;
    display: none;
}

/* --- from main.css L165-167 --- */
.content p:first-of-type {
    margin: 0 0 0.5em;
}

/* --- from main.css L180-448 --- */
.content ol {
    padding: 0;
    margin: 0.8em 0;
    list-style-type: none;
    counter-reset: item;
}

.content ol ol {
    padding: 0 0 0 1em;
}

.content ol li {
    margin: 0 0 .6em;
    line-height: 1.2;
}

.content ol li:before {
    content: counter(item) ") ";
    counter-increment: item;
    color: #fd9900;
    font-family: var(--bh-font-sans);
    font-weight: 800;
}

.content ul {
    margin: 0;
    overflow: hidden;
    line-height: 1.3;
    padding: 0;
}

.content ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 29px;
    overflow: hidden;
    margin: 0.20em 0;
    line-height: 1.56;
}

.content ul li:last-child {
    margin: 0.20em 0 0.80em;
}

.content ul li:after {
    content: "";
    width: 19px;
    height: 2px;
    background: #fe9900;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 100%;
}

.table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
    border-radius: 12px;
}

.content table,
#article-content table,
.news-detail table,
.wrapTable table {
    max-width: 996px;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    line-height: 1.45;
}

.content caption,
#article-content caption,
.news-detail caption,
.wrapTable caption {
    caption-side: top;
    text-align: left;
    padding: 0 4px 14px;
    font-size: 1.6rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: inherit;
    opacity: 0.9;
    line-height: 1.3;
}

.content td,
.content th,
#article-content td,
#article-content th,
.news-detail td,
.news-detail th,
.wrapTable td,
.wrapTable th {
    padding: 12px 14px;
    border: 1px solid #d0d6e0;
    text-align: left;
    vertical-align: top;
}

/* Шапка: только thead или первая строка tbody, если thead нет (:has — современные браузеры) */
.content table thead tr,
.content table:not(:has(thead)) > tbody > tr:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child,
#article-content table thead tr,
#article-content table:not(:has(thead)) > tbody > tr:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child,
.news-detail table thead tr,
.news-detail table:not(:has(thead)) > tbody > tr:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child,
.wrapTable table thead tr,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child {
    background: #fe9900;
    color: #070c10;
    font-size: 1.7rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    line-height: 1.2;
}

.content table thead tr td,
.content table thead tr th,
.content table:not(:has(thead)) > tbody > tr:first-child > td,
.content table:not(:has(thead)) > tbody > tr:first-child > th,
.content table.bh-table--no-thead > tbody > tr:first-child > td,
.content table.bh-table--no-thead > tbody > tr:first-child > th,
#article-content table thead tr td,
#article-content table thead tr th,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th,
.news-detail table thead tr td,
.news-detail table thead tr th,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th,
.wrapTable table thead tr td,
.wrapTable table thead tr th,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th {
    padding: 18px 14px;
}

.content table thead tr th:first-child,
.content table thead tr td:first-child,
.content table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.content table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
#article-content table thead tr th:first-child,
#article-content table thead tr td:first-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
.news-detail table thead tr th:first-child,
.news-detail table thead tr td:first-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
.wrapTable table thead tr th:first-child,
.wrapTable table thead tr td:first-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td:first-child {
    padding-left: 22px;
}

.content table thead tr th:last-child,
.content table thead tr td:last-child,
.content table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.content table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.content table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.content table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
#article-content table thead tr th:last-child,
#article-content table thead tr td:last-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
.news-detail table thead tr th:last-child,
.news-detail table thead tr td:last-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
.wrapTable table thead tr th:last-child,
.wrapTable table thead tr td:last-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td:last-child {
    padding-right: 22px;
}

.content table tbody tr,
#article-content table tbody tr,
.news-detail table tbody tr,
.wrapTable table tbody tr {
    background: #fff;
    color: #070c10;
    -webkit-transition: background-color 0.18s ease;
    transition: background-color 0.18s ease;
}

.content table thead + tbody tr:nth-child(even),
.content table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.content table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
#article-content table thead + tbody tr:nth-child(even),
#article-content table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
#article-content table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
.news-detail table thead + tbody tr:nth-child(even),
.news-detail table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.news-detail table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
.wrapTable table thead + tbody tr:nth-child(even),
.wrapTable table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.wrapTable table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child) {
    background: #eef1f6;
}

.content table thead + tbody tr:hover,
.content table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.content table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
#article-content table thead + tbody tr:hover,
#article-content table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
#article-content table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
.news-detail table thead + tbody tr:hover,
.news-detail table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.news-detail table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
.wrapTable table thead + tbody tr:hover,
.wrapTable table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.wrapTable table.bh-table--no-thead > tbody > tr:not(:first-child):hover {
    background: rgba(255, 228, 198, 0.72);
}

@media (max-width: 576px) {
    .content table,
    #article-content table,
    .news-detail table,
    .wrapTable table {
        font-size: 1.35rem;
    }

    .content td,
    .content th,
    #article-content td,
    #article-content th,
    .news-detail td,
    .news-detail th,
    .wrapTable td,
    .wrapTable th {
        padding: 10px 10px;
    }
}

/* --- from main.css L539-1350 --- */
.wrapTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2.25em 0 2.9375em;
    border-radius: 12px;
}

blockquote,
.blockquote,
div.blockquote {
    display: block;
    max-width: 996px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 1.35em 0;
    padding: var(--bh-quote-pad, 1.25rem 1.35rem 1.35rem 2.7rem);
    border-radius: var(--bh-quote-radius, 12px);
    border: 1px solid var(--bh-quote-border, rgba(254, 153, 0, 0.26));
    border-left: 4px solid var(--bh-quote-bar, #fe9900);
    background-color: var(--bh-quote-bg, rgba(255, 255, 255, 0.055));
    background-image: var(
        --bh-quote-bg-grad,
        linear-gradient(145deg, rgba(254, 153, 0, 0.09) 0%, transparent 52%)
    );
    -webkit-box-shadow: var(--bh-quote-shadow, 0 10px 32px rgba(0, 0, 0, 0.28));
    box-shadow: var(--bh-quote-shadow, 0 10px 32px rgba(0, 0, 0, 0.28));
    color: var(--bh-quote-text, rgba(255, 255, 255, 0.93));
    font-size: var(--bh-quote-fs, 1.7rem);
    line-height: var(--bh-quote-lh, 1.65);
    font-family: var(--bh-font-sans);
    font-weight: 400;
}

blockquote:before,
.blockquote:before,
div.blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0.85rem;
    left: 0.55rem;
    color: var(--bh-quote-mark, rgba(254, 153, 0, 0.4));
    font-size: clamp(2.8rem, 6vw, 3.6rem);
    font-family: var(--bh-font-sans);
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

blockquote cite,
.blockquote cite,
div.blockquote cite {
    display: block;
    margin-top: 1em;
    padding-top: 0.85em;
    border-top: 1px solid var(--bh-quote-cite-rule, rgba(254, 153, 0, 0.18));
    font-style: italic;
    font-family: var(--bh-font-sans);
    font-size: 0.94em;
    line-height: 1.5;
    color: var(--bh-quote-cite, rgba(255, 228, 198, 0.8));
    opacity: 1;
}

/* Откат: скопировать main.css.pre-callout-refactor-2026-03-20.bak поверх main.css */
:root {
    --bh-callout-pad: 20px;
    --bh-callout-my: 25px;
    --bh-callout-radius: 5px;
    --bh-callout-max: 996px;
    --bh-callout-bar: 4px;
    --bh-callout-h3: 20px;
    --bh-callout-h3-mb: 10px;
    --bh-callout-text: 16px;
    --bh-callout-lh: 1.6;
    --bh-callout-ul-pl: 20px;
    --bh-callout-li-mb: 8px;
    --bh-cta-pad: 30px 26px 32px;
    --bh-cta-my: 28px;
    --bh-cta-radius: 16px;
    --bh-cta-h2: 28px;
    --bh-cta-h2-mb: 14px;
    --bh-cta-p: 17px;
    --bh-cta-p-mb: 18px;
    --bh-cta-a-py: 14px;
    --bh-cta-a-px: 22px;
    --bh-cta-a-mt: 10px;
    --bh-cta-a-fs: 17px;
    --bh-cta-bg: rgba(12, 20, 36, 0.55);
    /* Цитата (blockquote): тёмная тема страницы #111b29, акцент как у h2/таблиц #fe9900 */
    --bh-quote-bg: rgba(255, 255, 255, 0.055);
    --bh-quote-bg-grad: linear-gradient(145deg, rgba(254, 153, 0, 0.09) 0%, transparent 52%);
    --bh-quote-border: rgba(254, 153, 0, 0.26);
    --bh-quote-bar: #fe9900;
    --bh-quote-text: rgba(255, 255, 255, 0.93);
    --bh-quote-cite: rgba(255, 228, 198, 0.8);
    --bh-quote-cite-rule: rgba(254, 153, 0, 0.18);
    --bh-quote-mark: rgba(254, 153, 0, 0.4);
    --bh-quote-radius: 12px;
    --bh-quote-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    --bh-quote-pad: 1.25rem 1.35rem 1.35rem 2.7rem;
    --bh-quote-fs: 1.7rem;
    --bh-quote-lh: 1.65;
}

/* Информационные блоки с левой цветной полосой */
.blockquote-info,
.info-box-blue,
div.blockquote-info,
div.info-box-blue,
.content .blockquote-info,
.content .info-box-blue,
.content div.blockquote-info,
.content div.info-box-blue,
.bh-callout.bh-callout--info,
div.bh-callout.bh-callout--info,
.content .bh-callout.bh-callout--info,
.content div.bh-callout.bh-callout--info {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(30, 144, 255, .24) -.1%, rgba(30, 144, 255, 0) 130%);
}

.blockquote-info::before,
.info-box-blue::before,
div.blockquote-info::before,
div.info-box-blue::before,
.content .blockquote-info::before,
.content .info-box-blue::before,
.content div.blockquote-info::before,
.content div.info-box-blue::before,
.bh-callout.bh-callout--info::before,
div.bh-callout.bh-callout--info::before,
.content .bh-callout.bh-callout--info::before,
.content div.bh-callout.bh-callout--info::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #1e90ff;
}

.blockquote-info h3,
.info-box-blue h3,
.bh-callout.bh-callout--info h3,
.content .bh-callout.bh-callout--info h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.blockquote-info p,
.info-box-blue p,
.bh-callout.bh-callout--info p,
.content .bh-callout.bh-callout--info p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.blockquote-info ul,
.info-box-blue ul,
.bh-callout.bh-callout--info ul,
.content .bh-callout.bh-callout--info ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.blockquote-info li,
.info-box-blue li,
.bh-callout.bh-callout--info li,
.content .bh-callout.bh-callout--info li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Один заголовок (Note + тема в одном h3) + список — меньше «воздуха» между шапкой и маркерами */
.bh-callout.bh-callout--info > h3 + ul,
.content .bh-callout.bh-callout--info > h3 + ul {
    margin-top: 0.35em;
}

.bh-callout.bh-callout--info > h3:has(+ ul),
.content .bh-callout.bh-callout--info > h3:has(+ ul) {
    margin-bottom: 0.45em;
}

.blockquote-alert,
.info-box-orange,
div.blockquote-alert,
div.info-box-orange,
.content .blockquote-alert,
.content .info-box-orange,
.content div.blockquote-alert,
.content div.info-box-orange,
.bh-callout.bh-callout--highlight,
div.bh-callout.bh-callout--highlight,
.content .bh-callout.bh-callout--highlight,
.content div.bh-callout.bh-callout--highlight {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(255, 152, 0, .24) -.1%, rgba(255, 152, 0, 0) 130%);
}

.blockquote-alert::before,
.info-box-orange::before,
div.blockquote-alert::before,
div.info-box-orange::before,
.content .blockquote-alert::before,
.content .info-box-orange::before,
.content div.blockquote-alert::before,
.content div.info-box-orange::before,
.bh-callout.bh-callout--highlight::before,
div.bh-callout.bh-callout--highlight::before,
.content .bh-callout.bh-callout--highlight::before,
.content div.bh-callout.bh-callout--highlight::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #ff9800;
}

.blockquote-alert h3,
.info-box-orange h3,
.bh-callout.bh-callout--highlight h3,
.content .bh-callout.bh-callout--highlight h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.blockquote-alert p,
.info-box-orange p,
.bh-callout.bh-callout--highlight p,
.content .bh-callout.bh-callout--highlight p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.blockquote-alert ul,
.info-box-orange ul,
.bh-callout.bh-callout--highlight ul,
.content .bh-callout.bh-callout--highlight ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.blockquote-alert li,
.info-box-orange li,
.bh-callout.bh-callout--highlight li,
.content .bh-callout.bh-callout--highlight li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Зеленый информационный блок */
.info-box-green,
div.info-box-green,
.content .info-box-green,
.content div.info-box-green,
.bh-callout.bh-callout--success,
div.bh-callout.bh-callout--success,
.content .bh-callout.bh-callout--success,
.content div.bh-callout.bh-callout--success {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(76, 175, 80, .24) -.1%, rgba(76, 175, 80, 0) 130%);
}

.info-box-green::before,
div.info-box-green::before,
.content .info-box-green::before,
.content div.info-box-green::before,
.bh-callout.bh-callout--success::before,
div.bh-callout.bh-callout--success::before,
.content .bh-callout.bh-callout--success::before,
.content div.bh-callout.bh-callout--success::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #4caf50;
}

.info-box-green h3,
.bh-callout.bh-callout--success h3,
.content .bh-callout.bh-callout--success h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-green p,
.bh-callout.bh-callout--success p,
.content .bh-callout.bh-callout--success p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-green ul,
.bh-callout.bh-callout--success ul,
.content .bh-callout.bh-callout--success ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-green li,
.bh-callout.bh-callout--success li,
.content .bh-callout.bh-callout--success li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Розовый информационный блок (предупреждения) */
.info-box-pink,
div.info-box-pink,
.content .info-box-pink,
.content div.info-box-pink,
.bh-callout.bh-callout--warning,
div.bh-callout.bh-callout--warning,
.content .bh-callout.bh-callout--warning,
.content div.bh-callout.bh-callout--warning {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(233, 30, 99, .24) -.1%, rgba(233, 30, 99, 0) 130%);
}

.info-box-pink::before,
div.info-box-pink::before,
.content .info-box-pink::before,
.content div.info-box-pink::before,
.bh-callout.bh-callout--warning::before,
div.bh-callout.bh-callout--warning::before,
.content .bh-callout.bh-callout--warning::before,
.content div.bh-callout.bh-callout--warning::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #e91e63;
}

.info-box-pink h3,
.bh-callout.bh-callout--warning h3,
.content .bh-callout.bh-callout--warning h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-pink p,
.bh-callout.bh-callout--warning p,
.content .bh-callout.bh-callout--warning p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-pink ul,
.bh-callout.bh-callout--warning ul,
.content .bh-callout.bh-callout--warning ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-pink li,
.bh-callout.bh-callout--warning li,
.content .bh-callout.bh-callout--warning li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Синий информационный блок (советы) */
.info-box-light-blue,
div.info-box-light-blue,
.content .info-box-light-blue,
.content div.info-box-light-blue,
.bh-callout.bh-callout--tip,
div.bh-callout.bh-callout--tip,
.content .bh-callout.bh-callout--tip,
.content div.bh-callout.bh-callout--tip {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(33, 150, 243, .24) -.1%, rgba(33, 150, 243, 0) 130%);
}

.info-box-light-blue::before,
div.info-box-light-blue::before,
.content .info-box-light-blue::before,
.content div.info-box-light-blue::before,
.bh-callout.bh-callout--tip::before,
div.bh-callout.bh-callout--tip::before,
.content .bh-callout.bh-callout--tip::before,
.content div.bh-callout.bh-callout--tip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #2196f3;
}

.info-box-light-blue h3,
.bh-callout.bh-callout--tip h3,
.content .bh-callout.bh-callout--tip h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-light-blue p,
.bh-callout.bh-callout--tip p,
.content .bh-callout.bh-callout--tip p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-light-blue ul,
.bh-callout.bh-callout--tip ul,
.content .bh-callout.bh-callout--tip ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-light-blue li,
.bh-callout.bh-callout--tip li,
.content .bh-callout.bh-callout--tip li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Блок призыва к действию */
.info-box-cta,
div.info-box-cta,
.content .info-box-cta,
.content div.info-box-cta,
.bh-callout.bh-callout--cta,
div.bh-callout.bh-callout--cta,
.content .bh-callout.bh-callout--cta,
.content div.bh-callout.bh-callout--cta {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: var(--bh-cta-pad);
    margin: var(--bh-cta-my) 0;
    border-radius: var(--bh-cta-radius);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    border: 1px solid rgba(254, 153, 0, 0.42);
    background-color: var(--bh-cta-bg);
    background-image:
        radial-gradient(120% 85% at 50% -35%, rgba(254, 153, 0, 0.28) 0%, transparent 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
        linear-gradient(165deg, rgba(26, 44, 74, 0.97) 0%, rgba(12, 22, 40, 0.99) 48%, rgba(6, 11, 20, 1) 100%);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 0 0 1px rgba(254, 153, 0, 0.1),
        0 18px 46px rgba(0, 0, 0, 0.38);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 0 0 1px rgba(254, 153, 0, 0.1),
        0 18px 46px rgba(0, 0, 0, 0.38);
}

.info-box-cta::before,
.bh-callout.bh-callout--cta::before,
.content .bh-callout.bh-callout--cta::before,
.content div.bh-callout.bh-callout--cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 184, 77, 0.35) 22%, #fe9900 50%, rgba(254, 184, 77, 0.35) 78%, transparent 100%);
    opacity: 1;
    pointer-events: none;
    box-shadow: 0 0 24px rgba(254, 153, 0, 0.35);
}

.info-box-cta > *,
.bh-callout.bh-callout--cta > *,
.content .bh-callout.bh-callout--cta > * {
    position: relative;
    z-index: 1;
}

.info-box-cta h2,
.bh-callout.bh-callout--cta h2,
.content .bh-callout.bh-callout--cta h2 {
    color: #fff;
    margin-top: 0;
    font-size: var(--bh-cta-h2);
    font-weight: 800;
    margin-bottom: var(--bh-cta-h2-mb);
    line-height: 1.22;
    letter-spacing: -0.015em;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
    text-wrap: balance;
}

.info-box-cta p,
.bh-callout.bh-callout--cta p,
.content .bh-callout.bh-callout--cta p {
    font-size: var(--bh-cta-p);
    margin-bottom: var(--bh-cta-p-mb);
    margin-left: auto;
    margin-right: auto;
    max-width: 38em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.62;
    text-wrap: pretty;
}

.info-box-cta p:last-child,
.bh-callout.bh-callout--cta p:last-child,
.content .bh-callout.bh-callout--cta p:last-child {
    margin-bottom: 0;
}

.info-box-cta a,
.bh-callout.bh-callout--cta a,
.content .bh-callout.bh-callout--cta a {
    margin-top: var(--bh-cta-a-mt);
    padding: var(--bh-cta-a-py) var(--bh-cta-a-px);
    min-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 999px;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: var(--bh-cta-a-fs);
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: none;
    color: #0d121c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, #ffd08a 0%, #fe9900 52%, #e8890a 100%);
    border: 1px solid rgba(255, 220, 160, 0.35);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45) inset,
        0 6px 22px rgba(254, 153, 0, 0.42);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45) inset,
        0 6px 22px rgba(254, 153, 0, 0.42);
    -webkit-transition: background 0.22s ease, box-shadow 0.22s ease, -webkit-transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.info-box-cta a:focus-visible,
.bh-callout.bh-callout--cta a:focus-visible,
.content .bh-callout.bh-callout--cta a:focus-visible {
    outline: none;
    -webkit-box-shadow:
        0 0 0 2px rgba(10, 16, 26, 0.95),
        0 0 0 5px rgba(255, 255, 255, 0.95),
        0 8px 28px rgba(254, 153, 0, 0.55);
    box-shadow:
        0 0 0 2px rgba(10, 16, 26, 0.95),
        0 0 0 5px rgba(255, 255, 255, 0.95),
        0 8px 28px rgba(254, 153, 0, 0.55);
}

.info-box-cta a:hover,
.bh-callout.bh-callout--cta a:hover,
.content .bh-callout.bh-callout--cta a:hover {
    background: linear-gradient(180deg, #ffe2b0 0%, #ffb03d 50%, #fe9900 100%);
    border-color: rgba(255, 235, 200, 0.55);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 10px 32px rgba(254, 153, 0, 0.58);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 10px 32px rgba(254, 153, 0, 0.58);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #070b10;
}

.info-box-cta a:active,
.bh-callout.bh-callout--cta a:active,
.content .bh-callout.bh-callout--cta a:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px rgba(254, 153, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 2px 10px rgba(254, 153, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

@media (max-width: 480px) {
    .info-box-cta a,
    .bh-callout.bh-callout--cta a,
    .content .bh-callout.bh-callout--cta a {
        width: 100%;
        max-width: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .info-box-cta a,
    .bh-callout.bh-callout--cta a,
    .content .bh-callout.bh-callout--cta a {
        -webkit-transition: none;
        transition: none;
    }

    .info-box-cta a:hover,
    .bh-callout.bh-callout--cta a:hover,
    .content .bh-callout.bh-callout--cta a:hover {
        -webkit-transform: none;
        transform: none;
    }
}

/*
 * Чип WoT внутри CTA: общие правила .bh-callout--cta a оформляют любую ссылку как оранжевую кнопку —
 * чип визуально сливается с фоном/кнопкой, премиум-силуэт (#fab81b) почти нечитаем.
 * Сбрасываем «кнопочные» стили и даём тёмную подложку + светлый силуэт для --premium.
 */
.info-box-cta a.bh-wot-tank-chip,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 10px 5px;
    min-height: 0;
    width: auto;
    max-width: 100%;
    display: inline-table;
    vertical-align: middle;
    border-radius: 8px;
    font-weight: 400;
    font-size: inherit;
    line-height: 24px;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
    color: var(--bh-wot-chip-amber-400, #fab81b);
    background: rgb(23 48 82 / 78%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 2px 10px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 2px 10px rgba(0, 0, 0, 0.35);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: background 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.info-box-cta a.bh-wot-tank-chip:hover,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover {
    color: #fcc440;
    background: rgb(23 48 82 / 88%);
    border-color: rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 14px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 14px rgba(0, 0, 0, 0.4);
    -webkit-transform: none;
    transform: none;
}

.info-box-cta a.bh-wot-tank-chip:active,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:active,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:active,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:active {
    -webkit-transform: none;
    transform: none;
}

.info-box-cta a.bh-wot-tank-chip:focus-visible,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible {
    outline: 2px solid #7fdefc;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 2px rgb(23 48 82 / 90%), 0 2px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 2px rgb(23 48 82 / 90%), 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* Ячейка типа: убрать лишний baseline-gap у block+filter в table-cell (иконка «уезжала» вверх) */
.bh-callout.bh-callout--cta .bh-wot-tank-chip__cell--type,
.info-box-cta .bh-wot-tank-chip__cell--type,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip__cell--type {
    vertical-align: middle;
    line-height: 0;
}

/* Премиум-маска: светлый силуэт на тёмной подложке вместо янтарь на янтарь */
.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask {
    background-color: #f2f5f8;
}

.bh-callout.bh-callout--cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
.info-box-cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask {
    filter: brightness(1.06);
}

/* Иконка класса (SVG) — читаемая на тёмной плашке; inline-block + middle — выравнивание с ярусом/текстом */
.bh-callout.bh-callout--cta .bh-wot-tank-chip__type,
.info-box-cta .bh-wot-tank-chip__type,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip__type {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
.info-box-cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name {
    color: #ffe6a8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

/* --- from main.css L1419-1616 --- */
/* WoT-style tank chip: корневой блок как на worldoftanks.com (inline-table, Roboto 400, нулевые отступы) */
.bh-wot-tank-chip {
    --bh-wot-chip-amber-400: #fab81b;
    scrollbar-color: #686868 #424242;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    font-weight: 400;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
    list-style: none;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    font-size: 100%;
    text-decoration: none;
    vertical-align: middle;
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    color: #8c8c7c;
    white-space: nowrap;
    position: relative;
    top: -1px;
    transition: background 0.15s ease-out, color 0.15s ease-out;
}

/* Клавиатура: кольцо фокуса только при :focus-visible (не дублируем обводку после клика мышью) */
a.bh-wot-tank-chip:focus {
    outline: none;
}

a.bh-wot-tank-chip:focus-visible {
    outline: 2px solid #7fdefc;
    outline-offset: 2px;
}

/* Ховер: подсветка фона как у WoT — и для премиум, и для обычных */
a.bh-wot-tank-chip:hover,
a.bh-wot-tank-chip:focus {
    text-decoration: none;
    background: rgba(66, 66, 66, 0.45);
}

/* Не премиум: чуть светлее текст и иконки на ховере / фокусе с клавиатуры */
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):hover,
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):focus-visible {
    color: #a8a89a;
}

/* Премиум: янтарь чуть ярче на ховере; при Tab — базовый янтарь + кольцо focus-visible */
a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover {
    color: #fcc440;
}

a.bh-wot-tank-chip.bh-wot-tank-chip--premium:focus-visible {
    color: var(--bh-wot-chip-amber-400);
}

a.bh-wot-tank-chip:hover .bh-wot-tank-chip__flag,
a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
a.bh-wot-tank-chip:focus-visible .bh-wot-tank-chip__flag,
a.bh-wot-tank-chip:focus-visible .bh-wot-tank-chip__type {
    filter: brightness(1.12);
}

a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):hover .bh-wot-tank-chip__shape:not(.bh-wot-tank-chip__shape--premium-mask),
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):focus-visible .bh-wot-tank-chip__shape:not(.bh-wot-tank-chip__shape--premium-mask) {
    filter: grayscale(1) brightness(1.02);
    opacity: 1;
}

a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
a.bh-wot-tank-chip.bh-wot-tank-chip--premium:focus-visible .bh-wot-tank-chip__shape--premium-mask {
    filter: brightness(1.08);
}

.bh-wot-tank-chip__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.bh-wot-tank-chip__cell + .bh-wot-tank-chip__cell {
    padding-left: 8px;
}

.bh-wot-tank-chip__cell--flag,
.bh-wot-tank-chip__cell--type,
.bh-wot-tank-chip__cell--shape,
.bh-wot-tank-chip__cell--tier {
    text-align: center;
}

/* CLS: фиксированный бокс силуэта до загрузки PNG */
.bh-wot-tank-chip__cell--shape {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}

.bh-wot-tank-chip__cell--name {
    text-align: left;
}

.bh-wot-tank-chip__flag {
    display: block;
    width: 28px;
    height: 18px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    border-radius: 1px;
    transition: filter 0.15s ease-out;
}

/* Иконки класса: /local/Icons/Types/LT.svg, MT.svg, HT.svg, TD.svg, SPG.svg */
.bh-wot-tank-chip__type {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    transition: filter 0.15s ease-out;
}

.bh-wot-tank-chip__tier {
    min-width: 1.6em;
    text-align: center;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: inherit;
}

/* Силуэт в чипе: PNG — интринсик в пределах max-* (согласовано с img.wot-vehicle-contour); mask — фикс. вьюпорт */
.bh-wot-tank-chip__shape {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

img.bh-wot-tank-chip__shape {
    width: 72px;
    height: 24px;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
}

/* Не премиум: силуэт ближе к серому «контурнику» WoT */
.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium) .bh-wot-tank-chip__shape {
    filter: grayscale(1) brightness(0.92);
    opacity: 0.9;
    transition: filter 0.15s ease-out, opacity 0.15s ease-out;
}

/* Премиум: размер коробки — var из инлайна (из SVG viewBox в PHP); иначе 72×24. Только --bh-contour-mask без box-* оставляет fallback. */
.bh-wot-tank-chip__shape--premium-mask {
    width: var(--bh-contour-box-w, 72px);
    height: var(--bh-contour-box-h, 24px);
    flex-shrink: 0;
    transition: filter 0.15s ease-out;
    -webkit-mask-image: var(--bh-contour-mask);
    mask-image: var(--bh-contour-mask);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--bh-wot-chip-amber-400);
    opacity: 1;
}

/*
 * Локальные SVG из Tankopedia (BH_WOT_PREMIUM_CONTOUR_SVG): в viewBox силуэт часто ниже оптического центра,
 * чем у PNG контуров из МБ — в строке чип выглядит «опущенным». Сдвиг только для url с tankopedia-premium-svg.
 */
.bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask[style*="tankopedia-premium-svg"] {
    -webkit-mask-position: center 36%;
    mask-position: center 36%;
    transform: translateY(-3px);
}

.bh-wot-tank-chip__name {
    color: inherit;
}

.bh-wot-tank-chip--premium {
    color: var(--bh-wot-chip-amber-400);
}

.bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.bh-wot-tank-chip--premium .bh-wot-tank-chip__name {
    color: var(--bh-wot-chip-amber-400);
}

/* /local/templates/boosthub/assets/css/form-base.css */
/* BoostHub shared form atoms extracted from main.css.
   Keep this file loaded after main.css and before modal-specific bundles. */

.btnSend {
    color: #000;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    padding: 17px 26px 15px 25px;
    border-radius: 25px;
    background: #fe9900;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btnSend:hover,
.btnSend:focus {
    background: #000;
    color: #fff;
}

.form {
    width: 100%;
}

.form_login .wrapData:nth-of-type(2) {
    margin: 0 0 12px;
}

.star {
    color: #ff172d;
}

/* /local/templates/boosthub/assets/css/shared-selects.css */
/* BoostHub shared custom select UI extracted from main.css.
   Keep this file loaded after calc-controls.css and before page-specific overrides. */

.slt_2 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 0 0 6px;
}

.slt_2.active {
    z-index: 2;
}

.slt_2.active .slt_2__list {
    display: block;
}

.slt_2 input {
    cursor: pointer;
}

.slt_2__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: -1;
    border: 2px solid #d9d5d0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: #fe9900 #f0f0f0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.slt_2__list::-webkit-scrollbar {
    width: 8px;
}

.slt_2__list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.slt_2__list::-webkit-scrollbar-thumb {
    background: #fe9900;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.slt_2__list::-webkit-scrollbar-thumb:hover {
    background: #ff6b00;
}

.slt_2__list li {
    padding: 0;
    margin: 0;
}

.slt_2__option,
.slt_2__option:visited {
    color: #373737;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    border: none;
    text-align: left;
    padding: 11px 21px 11px 17px;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

.slt_2__option:hover,
.slt_2__option:focus,
.slt_2__option.active {
    background: #c9d3e3;
}

.slt_2__output {
    border: 2px solid #d9d5d0;
    padding: 11px 0 11px 17px;
    border-radius: 20px;
    position: relative;
    line-height: 1;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slt_2.active .slt_2__output,
.slt_2__output:hover,
.slt_2__output:focus {
    border: 2px solid #fe9900;
}

.slt_2__output .inpVisible {
    border: 0;
    width: calc(100% - 35px);
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.slt_2__output:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fe9a02;
    border-right: 2px solid #fe9a02;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fe9900;
    width: 6px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #fe9900;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background: #152030;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100% - 18px);
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mCSB_scrollTools {
    width: 16px;
    right: 0;
    height: 100%;
    top: 0;
    padding: 9px 0;
    box-sizing: border-box;
    background: #fff;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #fe9900;
    opacity: 1;
}

.slt_2__option.active {
    background: linear-gradient(135deg, #fe9900, #ff6b00);
    color: white;
    font-weight: 700;
}

.slt_3 {
    position: relative;
    cursor: pointer;
    padding: 0 0 6px;
}

.slt_3__output {
    border: 2px solid #d9d5d0;
    padding: 11px 0 11px 17px;
    border-radius: 20px;
    position: relative;
    line-height: 1;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slt_3__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: -1;
    border: 2px solid #d9d5d0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 206px;
}

.slt_3__option,
.slt_3__option:visited {
    color: #373737;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    border: none;
    text-align: left;
    padding: 11px 21px 11px 17px;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.slt_3__output::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fe9a02;
    border-right: 2px solid #fe9a02;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
}

.slt_3.active .slt_3__output,
.slt_3__output:hover,
.slt_3__output:focus {
    border: 2px solid #fe9900;
}

.slt_3.active .slt_3__list {
    display: block;
    z-index: 1;
}

.slt_3__option:hover,
.slt_3__option:focus,
.slt_3__option.active {
    background: #c9d3e3;
}

/* /local/templates/boosthub/template_styles.css */
/* Форма забытого пароля */
.bx-authform_custom {
    margin: 0 auto !important;
}

header__block_3 {
    padding-right: 25px !important;
}

.cardGame_1__desc h1:before {
    display:none;
}

.cardGame_1__desc h1 {
    font-size: 40px;
	padding: 0;
}

